Create Customer
POST/payerCustomers
Create a new customer record.
The response includes a nested payer object — save payer.id if you plan to add a bank account for this customer via Add Bank Account. It is a different value than the top-level id (payerCustomerId) used elsewhere in this API.
Request
Responses
- 201
- 400
- 401
- 403
Customer created successfully
Bad request
Unauthorized
Forbidden