Update and re-score a customer synchronously

This endpoint initiates the synchronous 'update and re-score' workflow for your customer in synchronous mode. The workflow consists of two steps:

  1. Customer Record Update: The customer record, and associated view of products, is updated.
  2. Risk Scoring: The risk score is re-calculated for the updated customer. The workflow executes synchronously returning the workflow status. This end-point is currently idempotent: in case of downstream error you can re-send the exact same request, and the workflow will be retried. In using this endpoint:
  • The Customer profile is mandatory and must be provided in full: * This endpoint overwrites the previous version of the customer record, any missing fields are treated as removed data and this data will be deleted from the customer view.
  • The associated Product information is optional and behaves in one of two ways: * If the products tag is not provided, the current list of products will stay as is * If the products tag is provided, it will overwrite the previous version of products. As such, all products - new, changed, and unchanged should be provided. You need the "Update customers" permission to use this endpoint.
Path Params
uuid
required

Customer identifier of the customer to update

Body Params
customer
object
required

Customer to be updated and re-scored. It can be either a person, a company, a vessel or undefined.

products
array of objects | null

Represents a list of products to update if present will update the customer with this object if not present will not update the customer products. They can be either a bank account or a crypto wallet.

products
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json