4. KYC Approval Notification
Description
- This interface is implemented by the merchant to receive KYC approval result notifications
- PayCools platform actively calls this interface when a user's KYC status is approved
URL
Request Method
| Parameter Name | Required | Type | Description |
| Content-Type | Yes | string | application/json |
Callback Parameters
| Field Name | Type | Required | Description |
| eventName | string | Yes | Event name: wallet.user.kyc.approved |
| userId | string | Yes | J&T customer number (unique identifier for merchant-side user) |
| accountNo | string | Yes | Wallet user account (unique identifier for wallet-side user) |
| kycStatus | string | Yes | User KYC status |
| updateTime | string | Yes | Time when user passed KYC |
| sign | string | Yes | Signature |
Callback Example
Response Example