Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request POST '/customers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string",
"email": "string",
"gps_mcc_group": "string",
"address": {
"company": "string",
"contact_person": "string",
"address_line_1": "string",
"address_line_2": "string",
"zip_code": "string",
"city": "string",
"country_code": "276"
},
"delivery_address": {
"company": "string",
"contact_person": "string",
"address_line_1": "string",
"address_line_2": "string",
"zip_code": "string",
"city": "string",
"country_code": "276"
}
}'{
"meta": {
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"total_entries": 0
},
"data": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"locked": true,
"address": null,
"kyb_last_performed_at": null,
"kyb_state": "pending",
"number": "string",
"gps_mcc_group": "string",
"default_voucher_configuration": null,
"allow_3d_secure_enrolment": true,
"allow_mobile_wallet_enrolment": true,
"inactivity_fee_active": true,
"inactivity_fee": null,
"capabilities": {
"load_order": true,
"unload_order": true
}
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": null,
"next": null,
"last": "http://example.com"
}
}