Customer's Request

Create customer [POST]

https://api.paiwise.com/checkout/create-customer [POST]

first_name String Customer's last name
last_name String Customer's last name
email String Customer's email
metaData Array Key value pair array to store additional data together with the customer.

image.png

Retrieve customer [POST]

https://api.paiwise.com/checkout/retrieve-customer [POST]

customer_id String Customer's id

image.png

Delete customer [POST]

https://api.paiwise.com/checkout/delete-customer [POST]


customer_id String Customer's id


image.png