Global API
...
Request
Customer

Create Customer

1min

To create a Customer in the Payment Processor, use the action "CreateCustomer" and pass the Customer data in the RequestJSON under "customers."

Note: You can only create one record at a time.

The following is an example of creating a Customer where we are setting every possible field (See Customer for the available fields). The response will return the response from the Payment Processor, which includes the Customer ID (internalId) plus the newly created Salesforce Customer ID (salesforceId).

Apex
JSON




Updated 12 Dec 2023
Doc contributor
Doc contributor
Did this page help you?