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

# Choosing How To Collect Payments

Tazapay offers flexible integration options to cater to your business needs and technical capabilities. You can either redirect to a `Tazapay Hosted Page` or build a `Custom Native Integration`. Tazapay also provides various [no-code](/cards/integration/no-code-options) payment options to help you get started quickly.

## Choosing the right integration option

|                                        | Redirect to a Tazapay hosted page \| List payment methods on your page                                | Redirect to a Tazapay hosted page \| Tazapay lists the payment methods              | Build a custom native integration                                                                                    |
| :------------------------------------- | :---------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------- |
| *Experience*                           | The customer is redirected to Tazapay after they have selected the payment method on your application | The customer is redirected to Tazapay where they choose a payment method            | The customer completes the entire payment on your application.                                                       |
| *Effort to integrate*                  | Low                                                                                                   | Very low                                                                            | Medium                                                                                                               |
| *Payment Success Rates*                | High                                                                                                  | High                                                                                | Very High                                                                                                            |
| *API to Integrate*                     | /v3/checkout                                                                                          | /v3/checkout                                                                        | /v3/payin                                                                                                            |
| *What is sent as part of API response* | A redirection URL pointing to a Tazapay hosted page                                                   | A redirection URL pointing to a Tazapay hosted page                                 | Information corresponding to the payment method. You can choose how best to display this information to the customer |
| *Effort to Maintain*                   | Low                                                                                                   | Very low                                                                            | Medium                                                                                                               |
| *Integration Guide*                    | [Click here](/local-payments/integration/list-the-payment-methods-on-your-own-page)                   | [Click here](/local-payments/integration/the-hosted-page-lists-the-payment-methods) | [Click here](/local-payments/integration/native-custom-integration)                                                  |

> 👍 Javascript SDK
>
> You can also integrate with Tazapay's Javascript SDK to directly embed the payment iFrame on your website for all the payment methods as well as cards.
