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
  1. API Documentation
  2. Technical Doc of Fiuu ID
  3. Payment Request Parameters
  4. Seamless Integration

Request Parameters

Seamless Integration Request Parameters

Parameter Name
Data Type (Size)
M/O/C
Description

mpsmerchantid

an {1..32}

M

Merchant login username provided by Fiuu.

mpschannel

an {3..32}

M

Merchant Unique Transaction / Order / Billing / Reference No.

mpsamount

ns{10,2}

M

The transaction amount in one bill. Integer or up to 2 decimal points numeric value. Min accepted amount : 1.01

mpsorderid

an{1..32}

M

Bill / Invoice no. provided by merchant.

mpsbill_name

a{1..128}

M

Buyer name

mpsbill_email

ans{1..128}

M

Buyer email

mpsbill_mobile

n{1..128}

M

Buyer mobile contact number.

mpsbill_desc

an{1..200}

M

Bill / Description provided by merchant / buyer.

mpscountry

a{2}

O

Buyer country.

mpsbill_add

an{1..200}

C

Buyer address, mandatory for Buy Now Pay Later channel.

mpsbill_zip

an{1..200}

C

Buyer postcode, mandatory for Buy Now Pay Later channel.

mpsvcode

an{32}

M

This is the data integrity protection hash string provided by merchant.

mpscurrency

a{3}

M

Payment currency, E.g., IDR, SGD, USD & etc.

mpslangcode

a{2}

O

Default language, E.g. 'en' for default

mpsreturnurl

ans{1..200}

O

Used for multiple return URL. All URLs must be registered beforehand with Fiuu.

mpsnotifyurl

ans{1..200}

O

Used for multiple notification URL. All URLs must be registered beforehand with Fiuu

mpscallbackurl

ans{1..200}

O

Used for multiple callback URL. All URLs must be registered beforehand with Fiuu.

mpstimer

n

O

Duration of payment. Value in minutes. Set 0 to disable this feature, append this to the pre-hashing vcode string if mpstimer is in used

mpscancelurl

ans{1..200}

C

URL to redirect when the payment is time out. Mandatory when timer is enabled. All payment request parameter will be return. Merchant is advice to implement requery at this page.

mpsinstallmonth

n

C

Total month of installment. Required for installment payment. E.g: 0, 3, 6, 12, 24

Last updated 2 months ago