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 |
String | Customer's email | |
metaData | Array | Key value pair array to store additional data together with the customer. |
Retrieve customer [POST]
https://api.paiwise.com/checkout/retrieve-customer [POST]
customer_id | String | Customer's id |
Delete customer [POST]
https://api.paiwise.com/checkout/delete-customer [POST]
customer_id | String | Customer's id |