| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP |
curl --location --request GET '/v2.0/payment/account/getInternalTransfer?transferId&participantCode&clientReference'{
"code": "string",
"msg": "string",
"data": {
"transferId": "string",
"fromParticipantCode": "string",
"toParticipantCode": "string",
"currency": "string",
"amount": "string",
"clientReference": "string",
"createdAt": 0
}
}