Skip to main content

We've Launched a New Documentation Website (Beta Launch)

The documentation for DuitNow is now available on our newly launched documentation platform. This is an initial beta rollout of our new documentation site, designed to become the long-term home for all documentation moving forward.

You'll find the familiar content you're used to—now hosted on a new platform that will progressively receive updates and enhancements.

We encourage you to start accessing DuitNow materials there to explore the new experience and ensure you're viewing the latest documentation updates. If you have any feedback, please reach out to us.

Visit the New Documentation Website

FPX Specifications

FPX CS01 CS02

Pass-in Parameters

PositionParameterPossible Value / FormatSample Value
headerx-fiidParticipant’s BICPYNBMYKL
x-signatureHMAC SHA256 signature of x-timestamp using client secreta1b2c3d4e5f6g7h8i9j0..
x-timestampTimestamp1704716096
AuthorizationAuthorization token obtain via the token endpointBearer eyJra...
bodyproductFPXFPX
reportCS01 - Cycle 1 Summary
CS02 - Cycle 2 Summary
CS01
dateyyyy-MM-dd2026-11-03
fields*refer to the fields table

Fields Table

Parent KeyFieldData Type/FormatSample Response
fiidStringPYNBMYKL
settlement_dateTimestamp <yyyy-MM-dd>2026-11-03
servicesparticipant_idStringTPA1
service_typeStringFPX
services.detaildebit_volumeInteger100
debit_amountString100.00
credit_volumeInteger50
credit_amountString50.00
debit_creditStringD
net_totalString50.00
tpa_accString111111111
info

The response includes fields that directly correspond to those specified in the request.


Sample Request

query FPX {
FPX {
CS01(date: "2026-11-03") {
fiid
settlement_date
services {
participant_id
service_type
detail {
debit_volume
debit_amount
credit_volume
credit_amount
debit_credit
net_total
tpa_acc
}
}
}
}
}

Sample Response

{
"success": "true",
"data": {
"FPX": {
"CS01": {
"fiid": "PYNBMYKL",
"settlement_date": "2026-11-03",
"services": [
"participant_id": "PYNBMYKL",
"service_type": "FPX",
"detail": {
"debit_volume": 100,
"debit_amount": "100.00",
"credit_volume": 50,
"credit_amount": "50.00",
"debit_credit": "D",
"net_total": "50.00",
"tpa_acc": null
},
"participant_id": "TPA01",
"service_type": "FPX",
"detail": {
"debit_volume": 100,
"debit_amount": "100.00",
"credit_volume": 50,
"credit_amount": "50.00",
"debit_credit": "D",
"net_total": "50.00",
"tpa_acc": "11111111"
}
]
}
}
}
}

info

The report can also be downloaded manually through the PayNet One Stop Portal (OSP). The report specification is available at the following link: FPX Report Specifications