v1
latestOpenAPI 3.1.02026-07-132363652.9 MBEmbedded
Initiate a payment for an embedded flow using payment_token (query or body) and selected bank
Initiate a payment for an embedded flow using payment_token (query or body) and selected bank
post/api/v1/embedded/payment-initiation
Request body
Example request
{
"bankId": "123e4567-e89b-12d3-a456-426614174000"
}Response
Success
Example response
{
"success": true,
"data": {
"order_id": "123"
}
}