Skip to main content
POST
Quote a bank payment

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
currency
string
required
Example:

"USD"

type
enum<string>
required
Available options:
TRANSFER,
WITHDRAW
sourceRequisit
object
required
destinationRequisit
object
required
amount
object
required
paymentType
string

EMPTY for TRANSFER; rail code (e.g. SEPA_CT) for WITHDRAW.

comment
string
idempotency_key
string

Response

Quote preview.

The response is of type object.

Last modified on July 19, 2026