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.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!