Create an Inter-Account Transfer
POST/v2/transfer/internal
This endpoint is used to generate an Inter-Account transfer.
Prerequisite
To issue a transfer it is necessary to have a Financial Account, specified in financial_account_uid. The transfer account that registers the operation is defined in transfer_account_uid; if omitted, the oldest one linked to the financial account is used; if provided, it must belong to financial_account_uid.
Webhook Events
The transfer.db.created event is triggered in this operation.
Next steps: After creating a transfer, you will want at some point to send a Batch to the financial institution. For this, use the
POST /api/v2/transfer/internal_batchesendpoint.
Request
Responses
- 201
- 401
- 422
Inter-Account Transfer created
Authentication failure. Invalid token
Validation error