Requests
Create a virtual card request
Note: this API is still in beta. Please get in touch with our team to know more: https://getqonto.atlassian.net/servicedesk/customer/portal/5
OAuth scope: request_cards.write
Create a request of virtual card that should be approved by a membership with permissions to review requests.
The response contains the created request.
post/v2/requests/virtual_cards
Headers
X-Qonto-Staging-Tokenstring
Required only for Sandbox API requests; to get one, please submit the following form: https://getqonto.atlassian.net/servicedesk/customer/portal/5/group/47/create/143.
Request body
Example request
{
"request_virtual_card": {
"note": "Library subscription",
"payment_monthly_limit": 1000
}
}Response
OK