Approve a request
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.
Authorizations
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
The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
"219439cf-b519-4d62-86d0-57b6d15ebaa5"
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Path Parameters
UUID of the request to be processed.
Type of a request to be approved.
flash_cards
, virtual_cards
, transfers
, multi_transfers
Body
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.
Response
The response is of type object
.