Referencia de APIAccounting / Account Create Account transfer
POST /v1/account/transfer • validated by `postAccountTransfer`
← Back to full API referencePOST/v1/account/transferAuthentication required
- Validated by Zod schema: postAccountTransfer.
Request details
Path params
No path parameters for this endpoint.
Query params
No explicit query schema was captured for this endpoint.
Default payloads
Body
{
"currency": "string",
"amount": 1,
"fromAccountId": 1,
"accountId": 1
}
Test this endpoint now
Use your own credentials and execute a live request directly from this page.
2. Select endpoint
POST/v1/account/transferAuthentication required
Group: Accounting / Account
POST /v1/account/transfer • validated by `postAccountTransfer`
- Validated by Zod schema: postAccountTransfer.
3. Prepare request payload
4. Server response
Run a request to inspect the real-time response for your environment.