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.
- application/json
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
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
- Example
Schema
- redirect_url string
{
"redirect_url": "string"
}
{
"redirect_url": "https://fidelitygate.devandops.com/tobp-gateway/hppcallredirect/643f****************"
}
Loading...