> For the complete documentation index, see [llms.txt](https://docs.venditan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.venditan.com/docs/payments/integrations.md).

# Integrations

***

### Our partner Payment Gateways

Venditan Commerce is securely integrated with JudoPay, Global Payments and Braintree.

All three providers are Level 1 PCI-DSS compliant.

<table><thead><tr><th width="203">Payment Gateway</th><th>Summary</th></tr></thead><tbody><tr><td><strong>Judopay</strong></td><td>A UK-based payment gateway and acquirer facilitating secure card transactions, mobile payments and pay-by-link, plus built-in fraud prevention and customer authentication.</td></tr><tr><td><strong>Global Payments</strong></td><td>Payment gateway and acquirer enabling merchants to sell and accept payments in 130+ currencies, with multi-currency processing and dynamic currency conversion built in.</td></tr><tr><td><strong>Braintree</strong></td><td>PayPal’s payment gateway, our integration can be used to support PayPal transactions only.</td></tr></tbody></table>

{% hint style="warning" %}
Note: If you have a preferred payment gateway please let us know when you reach out to us.
{% endhint %}

***

### Alternative Payment Types: Mobile/Express

We can enable Express and Mobile Payment Types through the following integrations.

<table><thead><tr><th width="201">Integration</th><th>Summary</th></tr></thead><tbody><tr><td>Apple Pay</td><td>Allows customers to pay using the information stored in their Apple account when logged in to an Apple device.</td></tr><tr><td>Amazon Pay</td><td>Allows customers to pay using the information stored in their Amazon account.</td></tr><tr><td>Google Pay</td><td>Allow customers to pay using the information stored in their Google account when using the Google Chrome web browser.</td></tr><tr><td>PayPal Express</td><td>Allow customers to pay using the information stored in their PayPal account.</td></tr></tbody></table>

We can enable some or all of these Payment Types through your chosen Payment Gateway integration.

***

### Buy Now Pay Later (BNPL) and Finance

Offer flexible and BNPL options through the following integrations.

<table><thead><tr><th width="200">Integration</th><th>Summary</th></tr></thead><tbody><tr><td><strong>Klarna</strong></td><td>Customers can split their purchases into 3 interest-free instalments or pay in 30 days.</td></tr><tr><td><strong>Clearpay</strong></td><td>Customers receive a fixed amount of credit to make purchases, and then pay for them in four automatic installments every two weeks.</td></tr><tr><td><strong>PayPal Credit</strong></td><td>Allow customers to finance their purchases through PayPal Credit.</td></tr><tr><td><strong>Humm</strong></td><td>Allow customers to finance purchases of up to £30,000 subject to approval.</td></tr><tr><td><strong>V12 Finance</strong></td><td>Allow customers to finance purchases of up to £50,000 subject to approval.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.venditan.com/docs/payments/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
