| 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/detail?fiatDepositId=DP2025052118340002'{
"code": 200,
"msg": "success",
"data": {
"fiatDepositId": "DP2026042910310001",
"participantCode": "B0100348",
"currency": "EUR",
"amount": "1000.00",
"sourceAccount": "",
"receivingAccount": "IE83IRCE99990100048540T",
"payerName": "Shawn",
"payerBankSwiftCode": "",
"status": 2,
"statusInfo": "",
"paymentReference": null,
"createdAt": 1777429880000
}
}