| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP |
Authorization: Bearer ********************{
"fromParticipantCode": "B0100106",
"toParticipantCode": "B0200202",
"currency": "USD",
"amount": "446.29",
"clientReference": "REF202604150001"
}curl --location '/v2.0/payment/account/internalTransfer' \
--header 'Content-Type: application/json' \
--data '{
"fromParticipantCode": "B0100106",
"toParticipantCode": "B0200202",
"currency": "USD",
"amount": "446.29",
"clientReference": "REF202604150001"
}'{
"code": 200,
"msg": "success",
"data": {
"amount": "1.000000",
"clientReference": "cw-tf-1784436421",
"createdAt": 1784436425000,
"currency": "USDT",
"fromParticipantCode": "B0100348",
"toParticipantCode": "A0104983",
"transferId": "TF2026071912470001"
}
}