QRIS Callback
Developing
POST
Last modified:2025-05-23 02:50:27
Receive a POST webhook to your callback_url when a QRIS payment is successfully completed.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://staging-uno.topremit.com' \
--header 'Authorization;' \
--header 'CHANNEL-ID;' \
--header 'X-TIMESTAMP;' \
--header 'X-SIGNATURE;' \
--header 'X-PARTNER-ID;' \
--header 'X-EXTERNAL-ID;' \
--header 'Content-type: application/json' \
--data-raw '{
"responseCode": "string",
"responseMessage": "string",
"virtualAccountData": {
"partnerServiceId": "string",
"customerNo": "string",
"virtualAccountNo": "string",
"trxId": "string",
"additionalInfo": {},
"paymentId": "string",
"channelCode": "string",
"status": "string",
"created_at": "string"
}
}'
Response Response Example
{}
Request
Header Params
Content-type
string
required
Example:
application/json
Authorization
string
required
CHANNEL-ID
string
required
X-TIMESTAMP
string
required
e.g., 2025-05-15T12:34:31+07:00
X-SIGNATURE
string
required
X-PARTNER-ID
string
required
X-EXTERNAL-ID
string
required
Body Params application/json