S2P

šŸ“¢ Scan To Pay Notification

Event Types

Event TypeDescription
SCAN2PAY_SERVICE_KYC.CREATEDTriggered when a new KYC record for the ScanToPay service is created. This event indicates that the user has initiated or submitted their KYC information for the first time.
SCAN2PAY_SERVICE_KYC.UPDATEDTriggered when an existing ScanToPay KYC record has been updated. This typically happens when the user resubmits information, adds missing documents, or corrects previously rejected data.
SCAN2PAY_SERVICE.UPDATEDIndicates that the service availability of a specific user in a specific country has changed.
SCAN2PAY_SERVICE_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.

Account KYC Resource Object

The resource payload will be a Object .


Account Capability 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_SERVICE.UPDATED",
"resource": "..."
}