{"appId":"your appid","sign":"sign by param","param":"{\"mchOrderId\":\"OrderM000100075\",\"amount\":10000,\"channelCode\":\"QRIS_DYNAMIC_QR\",\"notifyUrl\":\"https://test.com\",\"timestamp\":1678356680000}"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/open-api/qr/generate' \
--header'Content-Type: application/json' \
--data-raw'{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"mchOrderId\":\"OrderM000100075\",\"amount\":10000,\"channelCode\":\"QRIS_DYNAMIC_QR\",\"notifyUrl\":\"https://test.com\",\"timestamp\":1678356680000}"
}'