Create internal transfer
OAuth scope: internal_transfer.write
Instant transfers between accounts of the same organization
This endpoint allows you to execute transfers between accounts of the same organization.
The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. The idempotency key must be a unique string. We recommend using a UUID.
You can obtain details for each organization account using Show organization
Request parameter details
<br/>Amount and Currency
- The amount corresponds to the amount of the transaction in the currency of the bank account. Amounts must be https://www.w3.org/TR/payment-request/#dfn-valid-decimal-monetary-value
- The currency field only accepts “EUR”
- More information: https://www.w3.org/TR/payment-request/#paymentcurrencyamount-dictionary <br/>
Reference
- Transfer reference that can be used to enter transfer details to further describe the transfer
- Maximum reference length is 99 characters <br/>
Side
- credit_iban: IBAN of account to credit
- debit_iban: IBAN of account to debit
Headers
The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
Required only for Sandbox API requests; to get one, please submit the following form: https://getqonto.atlassian.net/servicedesk/customer/portal/5/group/47/create/143.
Request body
Response
returns a success status code