| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP |
{
"fromParticipantCode": "B0100106",
"toParticipantCode": "B0200202",
"currency": "USD",
"amount": "446.29",
"clientReference": "REF202604150001"
}curl --location --request POST '/v2.0/payment/account/internalTransfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromParticipantCode": "B0100106",
"toParticipantCode": "B0200202",
"currency": "USD",
"amount": "446.29",
"clientReference": "REF202604150001"
}'{
"code": 200,
"msg": "success",
"data": {
"transferId": "TF2026041419470001",
"fromParticipantCode": "B0100106",
"toParticipantCode": "B0200202",
"currency": "USD",
"amount": "703.19",
"clientReference": "REF202604150001",
"createdAt": 1744704000000
}
}