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.
100Arbitrary key-value metadata.
Customer created or updated
"/2.0/customers/abc123"
"+34"
Hypermedia links to related resources.