On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/digital-accept-flex/developer/all/rest/digital-accept-flex/uc-intro/uc-pay-methods-intro/uc-pay-methods-obt/uc-pay-methods-obt-tink.md)  
Filter  
FILTER BY TAG

Tink Pay By Bank {#uc-pay-methods-obt-tink}
===========================================

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`
------------------------------------------------

Follow these steps to opt in to Tink Pay By Bank on `Unified Checkout`:

1. Add Tink Pay by Bank to your integration by adding `TINKPAYBYBANK` to the allowedPaymentTypes field object within the capture context request:
2. Set the completeMandate.type field value to `CAPTURE` or `PREFER_AUTH`.  
   You can capture the funds immediately if you include the completeMandate.type field in the capture context request and set the value to `CAPTURE`.  
   If you accept more than one payment type and must perform an authorization where funds are collected at a later time, set the completeMandate.type field to `PREFER_AUTH`. The funds are captured immediately for the online bank transfer.
3. Include these required fields for online bank transfers in the capture context request:
   * orderInformation.billTo.country
4. Include this optional field for online bank transfers in the capture context request:
   * orderInformation.billTo.firstName
   * orderInformation.billTo.lastName
   * orderInformation.shipTo.address1
   * orderInformation.shipTo.address2
   * orderInformation.shipTo.country
   * orderInformation.shipTo.district
   * orderInformation.shipTo.firstName
   * orderInformation.shipTo.lastName
   * orderInformation.shipTo.locailty

* orderInformation.shipTo.postalCode  
  RELATED TO THIS PAGE

