Topremit
OPEN APITopremit
OPEN APITopremit
  1. QRIS
  • Open API
    • Virtual Account
      • Create Virtual Account
      • Inquiry Status Virtual Account
      • Virtual Account Callback
      • Cancel Virtual Account
      • Simulate Virtual Account Payment (Test Mode Only)
    • QRIS
      • Create QRIS
        POST
      • Inquiry QRIS
        POST
      • QRIS Callback
        POST
      • Simulate QRIS Payment (Test Mode Only)
        POST
    • Fetch Access Token
      POST
  1. QRIS

QRIS Callback

Developing
POST
Last modified:2025-05-23 02:50:27
This API is used for real-time payment confirmation. Allows your system to automatically update order status once the QR code is paid.
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

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Previous
Inquiry QRIS
Next
Simulate QRIS Payment (Test Mode Only)
Built with