api

get/api/customers/{customer_id}/

Path parameters

customer_idstring required

The id provided when creating the customer, we suggest matching with your internal customer id in your backend

Response

customer_idstring required
emailstring email required
customer_namestring required
total_amount_duenumber double required
payment_provider'stripe' | 'null' nullable required
has_payment_methodboolean required
tax_ratenumber double nullable required

Tax rate as percentage. For example, 10.5 for 10.5%

Changes