Payment Gateway
  • Home
    • Welcome
      • Cheatsheet
      • Contact Us
      • QRIS
      • Virtual Account
      • E-Wallet
      • Debit & Credit Card
      • Internet Banking
      • Convinient Store
      • Buy Now, Pay Later
  • API Documentation
    • Technical Doc of Fiuu ID
      • Payment Flow Overview
      • Online Payment / Transaction Process
      • Payment Status Flow
      • Security & Data Integrity
        • Verify Key [Confidential]
        • Secret Key [Top Secret]
        • vcode
        • skey
      • Developer Account
      • Hosted Integration APIs
      • Seamless Integration APIs
      • Direct Server Integration APIs
      • Payment Request Parameters
        • Hosted Integration
          • Request Parameters
          • Channel Lists
          • Examples
        • Seamless Integration
          • Request Parameters
          • Channel Details (mpschannel)
        • Direct Server Integration
          • Request Parameters
          • API Response
          • Channel Details (TxnChannel)
      • Payment Response Parameter
        • Payment Status Notification (Merchant Webhook or the 3 Endpoints)
          • Return URL with IPN (Instant Payment Notification)
          • Notify URL with IPN
          • Callback URL with IPN
      • TL; DR?
      • Comparison Chart
      • Merchant Request APIs
      • Error Codes
      • Resources
Powered by GitBook
On this page
  • TxnData
  • Sample - Payment Response
  1. API Documentation
  2. Technical Doc of Fiuu ID
  3. Payment Request Parameters
  4. Direct Server Integration

API Response

Payment gateway will return a response in json format to the merchant. Please take note that this is NOT the payment status result.

No
Field Name
Data Type (Size)
M/O/C
Description

1.

MerchantID

ans{1..32}

M

Merchant ID provided by PG

2.

ReferenceNo

ans{1..32}

M

Merchant Unique Transaction / Order / Billing / Reference No.

3.

TxnType

a{4}

M

SALS or AUTS

3.

TxnID

ans{1..100}

M

PG Transaction ID.

4.

TxnChannel

ans{0..30}

M

Channel (Refer to Appendix B for channel)

5.

TxnCurrency

a{3}

M

ISO4217 currency code, eg. “MYR”, “THB”, “IDR”

6.

TxnAmount

ns{10,2}

M

Transaction amount eg.”1.00”, always 2 decimal points

7.

TxnData

array

M

Refer to TxnData below.

8.

payTxnID

n{7}

C

Truncated TxnID applicable for 7-eleven only.

9.

param_extend

C

Only appears when using VTC-Pay

TxnData

No
Field Name
Data Type (Size)
M/O/C

1

RequestURL

ans{1..255}

M

URL to be REDIRECT or POPUP

2

RequestMethod

a{3..4}

M

Action method [GET/POST]

3

RequestType

a{5..8}

M

Recommended action [REDIRECT/POPUP/RESPONSE]

4

RequestData

array

M

Data to be submitted to the RequestURL

Note: RequestType RESPONSE is the final result of that payment and no further action required.

Refer below for sample response TxnData.

Sample - Payment Response

Last updated 5 months ago