| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP |
Authorization: Bearer ********************curl --location --request GET '/v2.0/payment/account/getInternalTransfer?transferId&participantCode&clientReference'{
"code": 200,
"msg": "success",
"data": {
"transferId": "TF202604150002",
"fromParticipantCode": "B0100106",
"toParticipantCode": "B0200202",
"currency": "USD",
"amount": "691.79",
"clientReference": "REF202604150002",
"createdAt": 1744704000000
}
}