Internal Domestic Transfer
Allows you to transfer money between accounts in the same country while maintaining the currency of origin.
Domestic Transfer
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"transactionType": "InternalDomesticTransfer",
"externalId": "111111",
"internalId": "11b1c11e-a111-1be1-ac11-ec1111111fc1",
"country": "ARG",
"currency": "ARS",
"clientCode": "1111",
"creationDate": "2023-03-21T19:28:10.630+00:00",
"errors": [],
"status": {
"code": "111",
"description": "COMPLETED",
"detail": "Completed"
},
"amount": 10,
"client": {
"type": "Client",
"from": {
"clientCode": "1111",
"date": null,
"accountNumber": "111.111.11111111",
"externalId": null
},
"to": {
"clientCode": null,
"date": null,
"accountNumber": "111.111.11111111",
"externalId": null,
"amount": 8.7
}
},
"fees": {
"description": "Fee",
"currency": "ARS",
"fxSource": 204.516174,
"fxQuote": 1.0,
"amount": 1.2,
"account": "111.111.11111111"
},
"localTaxes": [
{
"code": "1111",
"percentage": 1.0,
"description": "AGP",
"currency": "ARS",
"fxSource": 204.516174,
"fxQuote": 0.0,
"amount": 0.1,
"account": "111.111.11111111"
}
],
"confirmed": {
"currency": "ARS",
"fxQuote": 1.0,
"amount": 10.0
},
"payment": {
"fxQuote": 0.0,
"creditedAmount": 0.0,
"amount": 10.0,
"currency": "ARS"
},
"withHoldings": []
}Example
Dashboard V3
Last updated
Was this helpful?