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.
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 declined.
flash_cards
, virtual_cards
, transfers
, multi_transfers
Returns the declined request.
The response is of type object
.