| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
{
"fromParticipantCode": "string",
"toParticipantCode": "string",
"currency": "string",
"amount": "string",
"clientReference": "string"
}curl --location --request POST '/v1.0/payment/account/internalTransfer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromParticipantCode": "string",
"toParticipantCode": "string",
"currency": "string",
"amount": "string",
"clientReference": "string"
}'{
"code": "string",
"msg": "string",
"data": {
"transferId": "string",
"fromParticipantCode": "string",
"toParticipantCode": "string",
"currency": "string",
"amount": "string",
"clientReference": "string",
"createdAt": "string"
}
}