Create/Update Customer
PUT/customers/:CustomerID
This endpoint initiates Noah's Reliance Model onboarding flow. Customers created from this endpoint must have a valid KYC status at the point of passing this data to Noah, and when executing a transaction. A unique CustomerID
must be provided to enable unique identification in Noah. Customers are approved synchronously from the API call, and are immediately available to transact.
Before you get started with this endpoint, Noah must have authorized your usage of the Reliance Model. For more details on this process, see the Compliance Overview.
Follow the step-by-step guide: Reliance Onboarding Recipe
Note: Customers created from this endpoint are not able to process USD payments. In this case, follow the step-by-step guide for onboarding for USD payments: Hosted Onboarding Recipe
Request
Responses
- 201
- 204
- 400
- 401
- 500
Customer created
Customer updated
Bad request
Client is not authorized to perform this action
Internal server error