Create Customer
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
externalReference
string
required
length ≥ 1
brandId
uuid
required
metadata
object | null
metadataobject | null
firstName
string | null
lastName
string | null
emailAddress
string | null
phoneNumber
string | null
^\\+?[\\d\\s\\-().]+$
``201 Newly created customer
Updated 3 months ago
ShellNodeRubyPHPPython
Base URL
https://api.superpayments.com/2026-04-01/customers
xxxxxxxxxx
curl --request POST \
--url https://api.superpayments.com/2026-04-01/customers \
--header 'accept: application/json' \
--header 'content-type: application/json'
application/json
``201
Updated3 months ago