Support Channel
Request
API URL: /merchant/v2/{GUID}/support-channel
Header | Content | Description |
---|---|---|
Content-Type | text/plain | |
X-Transaction-Signature | {transaction_signature} | Please refer to Transaction Signature |
Param | Type | Required | Sign | Description |
---|---|---|---|---|
user_id | String | ✅ | ✅ | Merchant identification |
currency | String | ✅ | ✅ | supported currency: PHP |
timestamp | Integer | ✅ | ✅ | Request timestamp (10 digits), If the time difference is allowed to be 5 seconds, it will fail. |
sign | String | ✅ | ❌ | Signature string. Please refer to Data Signature and Verification |
Response
Param | Type | Required | Sign | Description |
---|---|---|---|---|
user_id | String | ✅ | ✅ | Merchant identification. |
items | Array<Item> | ✅ | ❌ | Channels. |
sign | String | ✅ | ❌ | Signature string. Please refer to Data Signature and Verification |
Item Object
Param | Type | Description |
---|---|---|
transaction_channel | String | Transaction supported channel. |
transaction_channel_subject | String | Transaction channel subject. |
transaction_channel_subject_name | String | Transaction channel subject name. |
transaction_type | String | Transaction type. |
currency | String | Currency used by channel. |
Response Example