v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Embedded

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

OR

Example request

{
  "bankId": "123e4567-e89b-12d3-a456-426614174000"
}

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true,
  "data": {
    "order_id": "123"
  }
}