> ## Documentation Index
> Fetch the complete documentation index at: https://docs.klyme.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Dedicated Bank Buttons

> Enhance the checkout experience and improve conversions using dedicated banks buttons

Dedicated bank buttons can be created and linked directly to their corresponding banks by
specifify a `bankId` when making the [`Create Payment Authorisation`](api-reference/endpoint/create) call.

Instead of returning only a `uuid`, the response will now include both a `uuid` and an `authUrl`.

<CodeGroup>
  ```javascript Response theme={null}
  {
     "uuid":"0e4d7d21a39bdac2f6d227ed7d808a67",
     "authUrl":"https://api.klyme.io/api/v1/payment-authorisation?authId=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
  }
  ```
</CodeGroup>

<Warning>Do not insert in the `uuid` into the Klyme widget.</Warning>

Redirect the user to the `authUrl`, which will take them to their banking environment where they can authorise the payment.

<Card title="Banks" icon="building-columns" href="https://storage.googleapis.com/klyme-misc/bank_ids.csv" horizontal>
  Download the list of Banks here
</Card>

![dedicated-bank-buttons](https://storage.googleapis.com/klyme-misc/klyme-dedicated-bank-buttons.png)
