cURL
curl --request POST \ --url https://core-dev.quidkey.com/api/v1/embedded/payment-initiation \ --header 'Content-Type: application/json' \ --data ' { "bankId": "123e4567-e89b-12d3-a456-426614174000", "paymentScheme": null } '
{ "success": true, "data": { "order_id": "123" } }
Initiate a payment for an embedded flow using payment_token (query or body) and selected bank
Request body
The selected bank ID
"123e4567-e89b-12d3-a456-426614174000"
Payment scheme selected by user. null = use default scheme for customer country, explicit value = user choice
"SEPA_CREDIT_TRANSFER"
null
Success
Indicates if the request was successful
true
Payment initiation response data
Show child attributes