1. Authorization Notification
Description
- This interface is implemented by the merchant to notify the merchant when authorization is completed or canceled.
URL
Request Method
| Parameter Name | Required | Type | Description |
| Content-Type | Yes | string | application/json |
Request Body Parameters
| Parameter Name | Required | Type | Description |
| eventName | Yes | string | Event name (token.create.success, token.create.failed, token.cancel.success) |
| userId | Yes | string | Merchant internal user ID |
| requestId | No | string | Merchant request ID |
| channelCode | Yes | string | Channel code |
| countryCode | Yes | string | Country code (PH) |
| paytoken | No | string | Token value |
| tokenStatus | No | string | Token status (ACTIVED, INACTIVED) |
| expiresTime | No | string | Token expiration time |
| inactiveTime | No | string | Token deactivation time |
| inactiveType | No | string | Token deactivation type (MCH_CANCEL, USER_CANCEL, EXPIRED) |
| userLoginId | No | string | User login ID |
| sign | Yes | string | Signature |
Request Example
Response Example