Update Third-Party Customer
BetaPerform comprehensive updates to existing third-party customer profiles using their unique reference identifier. This endpoint empowers partners to modify third-party customer records spanning personal information, contact details, address information, employment data, financial particulars, and property details.
Authentication: Bearer token required
Path parameters
Unique identifier of the partner platform updating the third-party customer
Partner’s internal reference/ID for this customer. This is the customer reference that was provided during customer creation via Create Partner Customer.
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
Third party customer’s primary contact phone number with international country code in E.164 international format (e.g., +14155552671)
ISO 3166-1 alpha-3 country code representing the third party customer’s legal nationality or citizenship status. See ISO 3166-1 alpha-3 for the complete list of country codes.
3-letter ISO currency code for the third party customer’s preferred currency. See ISO 4217 for the complete list of currency codes.
Third party customer’s date of birth in [ISO 8601 format] (https://en.wikipedia.org/wiki/ISO_8601)
Array of property details for the third-party customer.
Multiple Properties Support:
This endpoint supports updating multiple properties associated with a third-party customer. Properties can be added or modified based on the property_ref
identifier. Existing properties will be updated if the property_ref
matches, while new properties will be created if the property_ref
is not found.
Response
Third-party customer updated successfully
Partner’s internal reference/ID for this customer.
Status of the third party customer.
APPROVED
: Compliance check has passed successfully.REJECTED
: Compliance check has failed due to validation or regulatory issues.PENDING
: Compliance check is still in progress.