riverty logo

Docs

Get Started Login

Customer Authentication Completed Webhook

Strong Customer Authentication

Riverty will inform you via the "CustomerAuthenticationCompleted" webhook when the status of an order has changed to a final status.

SCAProcessFinal2.png

Example Message:

{
    "Header": {
        "TransmittedTimeStamp": "2024-06-28T11:37:04.8571465Z",
        "ClientId": 12521,
        "MessageName": "CustomerAuthenticationCompleted",
        "Version": "1.0",
        "MessageId": "2c234885-4510-445e-8bb0-885e9c608d62",
        "ShopId": "RTY000002249",
        "CountryCode": "NL"
    },
    "Body": {
		"OrderNumber":"12345",
        "Status": "Accepted" //  Could be 'Accepted', 'Cancelled', 'Expired'
    }
}

 

Do you find this page helpful?