Skip to main content

Notify of External Customer Data Change

POST 

/customer-persons/:customerId/change-notifications

For risk and compliance reasons Embedded Wallets system needs to be notified of details regarding customer changes happening outside of the wallet system.

Such information allows us to minimize the risks of money loss in cases of fraud or account takeover.

Partners are required to implement all the required notifications when using the Embedded Wallets solution.

Request

Path Parameters

    customerId stringrequired

Body

    changeType stringrequired

    Possible values: [PASSWORD_CHANGED]

    Customer data type.

    changeTime date-timerequired

    Represents RFC 3339, section 5.6 date-time.

Responses

Accepted

Loading...