Send a bank payment
Executes a TRANSFER (between your own bank accounts) or WITHDRAW (to a registered beneficiary). Requires an idempotency key; retries with the same key return the original operation without re-charging. Billed as the fixed banking_operation fee; refunded if the corridor rejects. The final state arrives via the banking_operation_status_changed webhook.
POST
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Headers
Alternative to the idempotency_key body field.
Body
application/json
Response
Idempotency replay of an existing operation (no new charge).
The response is of type object.
Last modified on July 19, 2026