Decline a request
OAuth scope: request_review.write
Declines the pending request identified by the id
path parameter. This request will change status from status
= pending
to status
= declined
.
You can get the list of all the requests via the GET /v2/requests endpoint.
In the Qonto web-ap, requests can be listed and declined 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 declined.
flash_cards
, virtual_cards
, transfers
, multi_transfers
Body
Response
The response is of type object
.