S2P
š¢ Scan To Pay Notification
Event Types
| Event Type | Description |
|---|---|
| SCAN2PAY.CUSTOMER_ACTIVATION.UPDATED | Indicates that the service availability of a specific user in a specific country has changed. |
| SCAN2PAY.ORDER.UPDATED | This 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": "..."
}Updated 7 days ago
Did this page help you?