Customer Lookup

Check if the customer already exist

POST {{BASE_URL}}/comhub/check_customer/

It's recommended that you do a lookup before creating a new customer object. If found, you can make use of the customer details. For this, you either pass the customer_phone or customer_ref

ParameterTypeDescriptionRequired

customer_phone

string

Phone number of the customer who is paying in e164 format.

false

customer_ref

string

Customer unique reference given after creation of customer object

false

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

Last updated