| 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/detail?fiatDepositId=DP2025052118340002'{
"code": 200,
"msg": "success",
"data": {
"fiatDepositId": "DP2026041514300001",
"participantCode": "B0100106",
"currency": "USD",
"amount": "547.29",
"receivingAccount": "US12345678901234567890",
"payerName": "Chris Parker",
"payerBankSwiftCode": "CHASUS33",
"sourceAccount": "US98765432109876543210",
"status": 3,
"statusInfo": "Deposit completed successfully",
"paymentReference": "REF-20260415-001",
"createdAt": 1776182400000
}
}