Creates a new customer (buyer or seller). If a customer with the same email/phone already exists for this account, the existing record is updated and returned.
Either email or phone (with prefix) is required.
Use your account's Secret Key as the Bearer token.
255"John Doe"
255"John"
255"Doe"
Required if phone is not provided.
255"john@example.com"
Phone country prefix (e.g. +34). Required with phone.
"+34"
Phone number without prefix. Required if email is not provided.
"612345678"
Customer's preferred locale.
"es"
Custom tag for grouping or filtering.
100Tax identification number.
255Gateway-linked customer type. When set, additional KYC fields become required.
CLEARJUNCTION requires id card fields; CURRENCYCLOUD also requires email and phone.
CLEARJUNCTION, CURRENCYCLOUD Arbitrary key-value metadata. For CLEARJUNCTION and CURRENCYCLOUD types,
pass KYC data under metadata.kyc.
Customer created or updated
"/2.0/customers/abc123"
"+34"
Hypermedia links to related resources.