Skip to main content

Fiuu

Quick Start
  1. Sign up at fiuu.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Fiuu →

Overview

Fiuu (previously MOLPay) — Payments (payment gateway for SEA region)

Provider IDfiuu
CategoryCard Processors
Websitefiuu.com

Supported operations: Purchase (payments_authorize) Refund (refund) Void (payments_void)


Authentication

Method: MD5 Signature
Algorithm signing:

For requests is formed MD5 hash from parameters:

signature = md5(amount + merchant_id + order_id + verify_key)

Example:

amount: 100.50
merchant_id: molpay_test
order_id: ORDER123
verify_key: abcdef123456

MD5("100.50molpay_testORDER123abcdef123456") = "a1b2c3d4e5f6..."

Transmitted in request:

{
"amount": "100.50",
"merchant_id": "molpay_test",
"order_id": "ORDER123",
"vcode": "a1b2c3d4e5f6..."
}

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
verify_keyVerification Key for signing
api_keyAPI Key for requests

Status Mapping

Provider Status4pay StatusDescription
00ChargedPayment successful
11FailureFailed payment
22PendingPayment processing
33VoidedPayment cancelled
00Success
11Failure
22Pending

Resources