Skip to main content

Open banking

Process the payment and return the banking server redirect url as response. After completion of the transaction, user will be redirected to the return url with url encoded transaction response.

Request Body
  • payment_intent string required

    Payment intent token.

  • customer_email string required

    Customer email.

  • customer_name string required

    Customer name.

  • customer_address string

    User’s address details.

  • customer_postcode string

    User’s postcode.

  • transaction_unique string required

    Transaction unique.

  • merchant_data object

    The merchant can add custom key value pairs in JSON format, for example: { "my_order_id": 123, "fancy_note": "Order complete", "card_discount": false }

Responses

Response Headers

    Schema
    • redirect_url string
    Loading...