OAuth scope: request_review.write
Accessible only using Strong Customer Authentication.
Example of SCA usage: Postman visual flow
Approves the pending request identified by the id
path parameter. This request will change status from status
= pending
to status
= approved
.
You can ge the list of all the requests via the GET /v2/requests endpoint.
In the Qonto web-ap, requests can be listed and approved in the “Requests” tab.
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.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Learn more in Idempotent Requests.
"123e4567-e89b-12d3-a456-426614174000"
UUID of the request to be processed.
Type of a request to be approved.
flash_cards
, virtual_cards
, transfers
, multi_transfers
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.
Returns the approved request.
The response is of type object
.