GALAXY PAY - API Reference Guide
  • Payment Gateway
    • Payment solution
      • General integration steps
      • Modal checkout
        • Integration Guide for Web Desktop & Mobile Browser
      • Merchant checkout
      • Merchant Hosted Checkout
      • Pay with option
      • Pay with token
      • Fast pay
      • Pay with QR
      • Pay with E-Wallet
    • Demo
    • API Specification
      • Integration Keys
      • Definitions
        • Message Structure
        • Signature Algorithm
      • Data Flight
      • PAYMENT
        • Pay
        • Pay with create token
        • Pay with token
        • Pay with Option
        • Pay with QR
        • Checkout(for modal checkout)
        • Payment Link
        • Fast pay
      • TOKENIZATION
        • Merchants
          • Delete Token
        • Customers
          • Query Tokens
          • Remove Token
      • MANAGEMENT
        • Query Transaction
        • Refund Transaction
        • Void Transaction
        • Capture Transaction
      • IPN & CALLBACK
        • Result & IPN Callback
        • Cancel Callback
    • Appendix
      • Response Codes
      • Currencies
      • Domestic Banks
      • International Card Brands
      • eWallets
      • Payment Hubs
        • Apple Pay Validation
      • QR Payment Providers
      • Buy Now Pay Later
      • Test Information
      • Glossary
  • Payment Link
    • IPN callback
  • Archive
    • QR Payment (Old version)
      • API create QR
      • API query status
      • How to test
    • API create PaymentLink
Powered by GitBook
On this page
  1. Archive
  2. QR Payment (Old version)

API create QR

PreviousQR Payment (Old version)NextAPI query status

Last updated 1 year ago

Endpoint URL:

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

{
    "requestId": "cd80bae6-3d24-44a8-9760-71b3e17fe27c",
    "responseDateTime": "20230227231841",
    "responseCode": "200",
    "responseData": {
        "orderNo": "202302271677514721495",
        "qrInfo": "00020101021238580010A000000727012800069704540114998001900012330208QRIBFTTA53037045405200005802VN62230819Thanh toan paylater63049100",
        "bankId": "VCCB",
        "bankName": "Ngân hàng TMCP Bản Việt",
        "binCode": "970454",
        "bankAccountNo": 99800190001233,
        "bankAccountName": "GALAXY VIETJET"
    }
}
https://uat-pms.galaxypay.vn/api-ex/qrpayment/create