Create a customer
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "cus_NK5fW5mT2Fwtdr",
"object": "customer",
"address": null,
"balance": 0,
"created": 1675915884,
"currency": null,
"default_currency": null,
"default_source": null,
"delinquent": false,
"description": "test only",
"discount": null,
"email": "ronaldi@importir.org",
"invoice_prefix": "7727FDDA",
"invoice_settings": {
"custom_fields": null,
"default_payment_method": null,
"footer": null,
"rendering_options": null
},
"livemode": false,
"metadata": {},
"name": null,
"next_invoice_sequence": 1,
"phone": null,
"preferred_locales": [],
"shipping": null,
"tax_exempt": "none",
"test_clock": null
}Last updated