Get Internal Transfer
Developing
Request Code Samples
curl --location 'https://dev-api.mce.sg/v1.0/payment/account/getInternalTransfer?transferId=undefined&participantCode=undefined&clientReference=undefined'
Responses
application/json
{
"code": "string",
"msg": "string",
"data": {
"transferId": "string",
"fromParticipantCode": "string",
"toParticipantCode": "string",
"currency": "string",
"amount": "string",
"clientReference": "string",
"createdAt": "string"
}
}
Modified at 2026-01-07 09:21:50