E-Money Account Linkage
  • Introduction
  • API SPECIFICATION
    • Functional Requirement
    • Authentication
    • Merchant Resource
      • Merchant Registration
        • Merchant Registration Request
        • Merchant Registration Complete
      • Merchant Transfer to Other Account
        • Inquiry Merchant Transfer to Other Account
        • Payment Merchant Transfer to Other Account
      • Merchant Transfer To Bank
        • Inquiry Merchant Transfer Out to Bank
        • Payment Merchant Transfer Out to Bank
      • Merchant Disbursement To Bank
        • Inquiry Merchant Disbursement to Bank
        • Payment Merchant Disbursement to Bank
      • Merchant Verify User Name
      • Resend Registration SMS Token
      • Resend Registration E-Mail
      • Check Balance & Status
      • Check History
      • Change Password for Merchant Account
      • Change E-Mail
      • Change Phone Number
        • Change Phone Number Request
        • Change Phone Number Response
    • Customer Resource
      • Customer Registration
      • Check Balance & Status
      • Check History
      • Customer Upgrade
      • Customer Transaction to Other Account
        • Inquiry Customer Transfer to Other Account
        • Request Customer Transfer to Other Account
        • Confirm Customer Transfer to Other Account
      • Customer Transfer to Bank
        • Inquiry Transfer to Bank Account
        • Payment Transfer to Bank Account
      • Customer Disburse To Bank
        • Inquiry Disbursement to Bank Account
        • Payment Disbursement to Bank Account
      • QR / QRIS Feature
        • QR Internal Feature
          • QR Internal Inquiry
          • QR Internal Payment
        • Qris Feature
          • Qris Customer Inquiry
          • Qris Customer Payment
          • Qris Customer Check Status
      • Balance Limitation Check
    • Log Out
    • Transaction Code
    • Response Code
    • Get List Bank
      • Get List Bank Transfer Out
      • Get List Bank Disbursement
      • Get List Bank BI-Fast
    • List Bank
    • FAQ
Powered by GitBook
On this page
  1. API SPECIFICATION
  2. Customer Resource
  3. QR / QRIS Feature
  4. QR Internal Feature

QR Internal Inquiry

This service is used to Inquiry the QR Code

Canonical Path

/b2b/customer/me/transaction/customqr/inquiry

Method

GET

Authorization

Bearer <user_access_token>

Query Param

ยง qrCode

Content-Type

-

Content

-

Content-Type

application/json

Content

{
    "amount": <Double>,
    "expiryTimestamp":<String, not null>,
    "netAmount": <Double>,
    "merchant":<String, not null>,
    "description":<String, not null>,
    "customerName":<String, not null>,
    "accountId":<String, not null>,
    "customerPhone":<String, not null>,
    "expirySecond": <String, not null>,
    "qrCode":<String, not null>,
    "customerEmail":<String, not null>,
    "customerId":<String, not null>,
    "reserved2":<String, not null>,
    "trxTime": <Datetime>,
    "reserved1":<String, not null>,
    "currency":<String, not null>,
    "id":<String, not null>,
    "status": <String, not null>
}

Description

Field

Description

amount

Amount

expiryTimestamp

Expiry Timestamp

netAmount

Net Amount

merchant

Merchant

description

Description

customerName

Customer Name

accountId

Account ID

customerPhone

Customer Phone

expirySecond

Expiry Second

qrCode

Qr Code

customerEmail

Customer Email

customerId

Customer ID

reserved2

Reserved 2

trxTime

Trx Time

reserved1

Reserved 1

currency

Currency

id

ID

status

Status

PreviousQR Internal FeatureNextQR Internal Payment

Last updated 2 years ago