Skip to main content

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