On This Page
Tink Pay By Bank
Tink is an alternative payment method that uses the
pay by bank
payment method.
Tink Pay By Bank enables customers to make payments directly from their bank account to
the seller's account and bypasses traditional payment methods such as credit cards.When the total amount of the order is outside the range of accepted transaction amounts,
Tink Pay By Bank is not displayed in
Unified Checkout
. These are the
accepted transaction amounts:- Minimum transaction amount: Not applicable
- Maximum transaction amount: GBP 8,500
Opt in to Tink Pay By Bank on Unified Checkout
Unified Checkout
You can enable Tink Pay By Bank from the
Unified Checkout
merchant
experience section in the Business Center
. For information about how to
enable Tink Pay By Bank using the Business Center
, see Configure Payment Options.You can also enable Tink Pay By Bank using the
Unified Checkout
v1/sessions
API. Follow these steps to opt in to the Tink Pay By
Bank payment method using the API: - Add Tink Pay by Bank to your integration by addingTINKPAYBYBANKto theallowedPaymentTypesfield object within the capture context request.
- To use Tink Pay By Bank in the UK, you must set thecountryfield value toGBin the capture context request:"country": "GB"
- Set thecompleteMandate.typefield value toCAPTUREorPREFER_AUTH.You can capture the funds immediately if you include thecompleteMandate.typefield in the capture context request and set the value toCAPTURE.If you accept more than one payment type and must perform an authorization where funds are collected at a later time, set thecompleteMandate.typefield toPREFER_AUTH. The funds are captured immediately for the online bank transfer.
- Include this required field for online bank transfers in the capture context request:
- data.orderInformation.billTo.countryIMPORTANTTo use Tink Pay By Bank in the UK, you must set thedata.orderInformation.billTo.countryfield value toGBin the capture context request.
- Include this optional field for online bank transfers in the capture context request:
- data.orderInformation.billTo.firstName
- data.orderInformation.billTo.lastName
- data.orderInformation.shipTo.address1
- data.orderInformation.shipTo.address2
- data.orderInformation.shipTo.country
- data.orderInformation.shipTo.district
- data.orderInformation.shipTo.firstName
- data.orderInformation.shipTo.lastName
- data.orderInformation.shipTo.locailty
- data.orderInformation.shipTo.postalCode