Skip to main content
POST
Approve a request

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

X-Qonto-Idempotency-Key
string
required

Learn more in Idempotent Requests.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Path Parameters

id
string
required

UUID of the request to be processed.

request_type
enum<string>
required

Type of a request to be approved.

Available options:
flash_cards,
virtual_cards,
transfers,
multi_transfers

Body

application/json

IBAN of account to debit for transfers or multi_transfers or IBAN of the account to link to the card for flash_cards or virtual_cards. If empty, the main account will be debited or linked.

debit_iban
string<uuid>
Example:

"FR7616958000019475096658493"

Response

Returns the approved request.

request_transfer
object