API create QR
Request Message
curl --location 'https://uat-pms.galaxypay.vn/api-ex/qrpayment/create' \
--header 'X-Caller: YOUR_CALLER_ID' \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'X-Signature: c9656c694bba19c50df209d74686cc19d4f3569709e6e7d65452a8b5cd62d90a' \
--header 'Content-Type: application/json' \
--header 'Cookie: SESSION=ZGJhNjEwODYtZTE5Mi00NTg0LTlhY2MtZGU5ODBjMzkxZWQw' \
--data '{
"requestId":"cd80bae6-3d24-44a8-9760-71b3e17fe27c",
"amount": 20000,
"description":"Thanh toan paylater VJ",
"merchantName":"VIETJET",
"merchantData":{
"note":"QPRD12"
},
"ipnUrl":"https://ipn.vietjet.io"
}
Response Message
Last updated