Referencia de APIAccounting / Account
Create Account transfer
← Back to full API reference
POST
/v1/account/transferAuth required- Validated by Zod schema: postAccountTransfer.
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| currency | Yes | Enum-like validator generated by zodFromObj |
| amount | Yes | Type: number |
| amountConversion | No | Type: number |
| fromAccountId | Yes | Type: number |
| accountId | Yes | Type: number |
| description | No | Type: string |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"currency": "string",
"amount": 1,
"fromAccountId": 1,
"accountId": 1
}Sample response
json
{}