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 for the United Kingdom (GB):
- 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 your selected country, you must set thecountryfield value to the correct value in the capture context request:Tink Pay By BankcountryField ValuesCountrycountryField ValueUnited KingdomGB
- 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.
- To use Tink Pay By Bank in your selected country, you must set thedata.orderInformation.billTo.countryfield value to the correct value in the capture context request:Tink Pay By Bankdata.orderInformation.billTo.countryField ValuesCountrydata.orderInformation.billTo.countryField ValueUnited KingdomGB
- To use Tink Pay By Bank in your selected country, you must set thedata.orderInformation.amountDetails.currencyfield value to the correct value in the capture context request:Tink Pay By Bankdata.orderInformation.amountDetails.currencyField ValuesCountrydata.orderInformation.amountDetails.currencyField ValueUnited KingdomGBP
- 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