Deep Link
Payment Webhook (Merchant side)
After customer paid your invoice, webhook will called with following query parameters from customer web browser.
Request
Parameters | Type | Description |
---|---|---|
amount | double | Invoiced amount |
invoiceId | integer | Invoice id that paid |
status | string | PAID, FAILED |
tnxId | string | Transaction number when transaction success |
info | string | Human readable transaction result |
Example Webhook:
your.app.state://somepathcanaccepted?invoiceId=64&status=PAID&txnId=5000000005044111&amount=1500&info=success
your.app.state://somepathcanaccepted?invoiceId=65&status=FAILED&amount=4900&info=balance+not+enough+balance