List Customer Delivery/Billing Address

To avoid customers from filling billing or delivery address forms multiple times, we had to provide a way to ease that stress.

POST {{BASE_URL}}/comhub/list_customer_billing/

To avoid customers from filling billing or delivery address forms multiple times, we had to provide a way to ease that stress. With this endpoint, you can fetch your customer delivery/billing address(es). Allow the customer select his or her preferred address during your checkout process. The delivery address can be used by any merchant patronize by the customer.

ParameterTypeDescriptionRequired

delivery_country_code

string

Customer country of delivery. ISO 3166-1 alpha-2 code.

true

customer_ref

string

Unique customer ref

true

{
     'Authorization': 'Bearer xhscIjHgpm2ZiPjzKos4ivl4GhyZp5',
      'Content-Type': 'application/json',
      'moni-signature': 'wed332eeddrdbdbdbdbvdvdvdvvsbsvsd'
 }

Last updated