| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************curl --location '/v2.0/payment/fiat/deposit/history?participantCode=B0100010&startTime=undefined&endTime=undefined&offset=undefined&limit=undefined'{
"code": 200,
"msg": "success",
"data": {
"participantCode": "B0100348",
"startTime": null,
"endTime": null,
"transactions": [
{
"fiatDepositId": "DP2026042910310001",
"participantCode": "B0100348",
"currency": "EUR",
"amount": "1000.00",
"sourceAccount": "",
"receivingAccount": "IE83IRCE99990100048540T",
"payerName": "Shawn",
"payerBankSwiftCode": "",
"status": 2,
"statusInfo": "",
"paymentReference": null,
"createdAt": 1777429880000
},
{
"fiatDepositId": "DP2026042910300001",
"participantCode": "B0100348",
"currency": "USD",
"amount": "1000.00",
"sourceAccount": "",
"receivingAccount": "SGBAUD001",
"payerName": "Shawn",
"payerBankSwiftCode": "",
"status": 2,
"statusInfo": "",
"paymentReference": null,
"createdAt": 1777429857000
}
],
"pagination": {
"limit": 10,
"offset": 0,
"total": 2,
"hasMore": false
}
}
}