Skip to main content
POST
Decline 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 declined.

Available options:
flash_cards,
virtual_cards,
transfers,
multi_transfers

Body

application/json
declined_note
string<text>
required
Example:

"Contact your manager please"

Response

Returns the declined request.

request_virtual_card
object