| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
curl --location --request GET '/v2.0/payment/fiat/deposit/history?participantCode=B0100010&startTime&endTime&offset&limit'{
"code": 200,
"msg": "success",
"data": {
"participantCode": "B0100106",
"transactionType": 4,
"startTime": 1744588800000,
"endTime": 1745279999000,
"transactions": [
{
"fiatDepositId": "DP2026041514300001",
"participantCode": "B0100106",
"currency": "USD",
"amount": "311.89",
"receivingAccount": "US12345678901234567890",
"payerName": "Neil Johns",
"payerBankSwiftCode": "CHASUS33",
"sourceAccount": "US98765432109876543210",
"status": 3,
"statusInfo": "Deposit completed successfully",
"paymentReference": "INV-20260415-002",
"createdAt": 1744704000000
}
],
"pagination": {
"limit": 20,
"offset": 0,
"total": 1,
"hasMore": false
}
}
}