Skip to main content

Support Channel

Request

API URL: /merchant/v2/{GUID}/support-channel

HeaderContentDescription
Content-Typetext/plain
X-Transaction-Signature{transaction_signature}Please refer to Transaction Signature
ParamTypeRequiredSignDescription
user_idStringMerchant identification
currencyStringsupported currency: PHP
timestampIntegerRequest timestamp (10 digits), If the time difference is allowed to be 5 seconds, it will fail.
signStringSignature string. Please refer to Data Signature and Verification

Response

ParamTypeRequiredSignDescription
user_idStringMerchant identification
itemsArray<Item>Channels.
signStringSignature string. Please refer to Data Signature and Verification

Item Object

ParamTypeDescription
transaction_channelStringTransaction supported channel.
transaction_channel_subjectStringTransaction channel subject.
transaction_channel_subject_nameStringTransaction channel subject name.
transaction_typeStringTransaction type.
currencyStringCurrency used by channel.

Response Example

{
"code": "1000",
"message": "Accepted",
"data": {
"user_id": "1",
"items": [
{
"transaction_channel": "QRPH",
"transaction_subject": null,
"transaction_subject_name": null,
"transaction_type": "payment",
"currency": "PHP"
},
{
"transaction_channel": "QRPH_INSTAPAY",
"transaction_subject": null,
"transaction_subject_name": null,
"transaction_type": "payment",
"currency": "PHP"
},
{
"transaction_channel": "QRPH_INSTAPAY",
"transaction_subject": "UNO",
"transaction_subject_name": "UNOBank",
"transaction_type": "withdraw",
"currency": "PHP"
}
],
"sign": "GOs5avoyt6xiOuo1YclV37LWSS6vZemiTL//3iID8JGcD6HXskqpWrkqlkMgU8tnmT5rlZBVFEZXt8KflwfJSEd+Y2WxG6KgUE2UsxwAdXZzGkAh0G3Xpmw9R5IfMvP9434tP7HvNKPhuIb7fFmfMIj+SPhjy/QcQWqyXvmElWGnMD6LKoG..."
}
}