S2P

šŸ“¢ Scan To Pay Notification

Event Types

Event TypeDescription
SCAN2PAY.CUSTOMER_ACTIVATION.UPDATEDIndicates that the service availability of a specific user in a specific country has changed.
SCAN2PAY.ORDER.UPDATEDThis event is triggered whenever an existing ScanToPay order changes its status. It serves as a real-time webhook notification that informs the partner about order status updates during the payment lifecycle.

Customer Activation Result Resource Object

The resource payload will be a Object .


Orders Resource Object

The resource payload will be a Object .

Example Payload

{
"id": "6a94b9c7-40d6-4007-a5d0-a96d714a1108",
"code": "000000",
"message": "",
"createTime": "1757649535314",
"eventType": "SCAN2PAY.ORDER.UPDATED",
"resource": "..."
}


Did this page help you?