CUSTOMERS
Create a customer
Creates customer record for a merchant. Note that the request body cannot be null.
post/v3/merchants/{mId}/customers
Path parameters
mIdstring required
Merchant identifier.
Query parameters
expandstring
Expandable fields to display additional nested information: [addresses, emailAddresses, phoneNumbers, cards, metadata]
Headers
User-Agentstring required
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
Request body
Response
Successful response. Customer record is created.
Changes
No recorded changes to this endpoint across all 1 revision of this API.