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
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"
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.
"FR7616958000019475096658493"
Response
Returns the approved request.
- Option 1
- Option 2
- Option 3
- Option 4