> For the complete documentation index, see [llms.txt](https://pumpd-co.gitbook.io/pumpd-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pumpd-co.gitbook.io/pumpd-docs/how-to-guides/accepting-payments.md).

# Accepting Payments

## Recommended

We have worked hard to craft the best payments experience without compromising security. Our Stripe+ offering allows the acceptance of Credit Cards, Google pay and Apple pay.

{% hint style="success" %}
[Stripe+ Integrated Payments](/pumpd-docs/how-to-guides/accepting-payments/stripe+-integrated-payments.md)
{% endhint %}

## Popular Alternatives

**Cash** - This is enabled by default

**Card -** This is a non integrated option that is enabled by default.

**Custom** - Label and create your own non integrated payment option.

{% content-ref url="/pages/PtDTvfHaGcgn5Jsm7q8W" %}
[Setup Stripe Payments](/pumpd-docs/how-to-guides/accepting-payments/setup-stripe-payments.md)
{% endcontent-ref %}

{% content-ref url="/pages/vCLkU3ithJl0xHfjUB8Q" %}
[Setup PayPal Payments](/pumpd-docs/how-to-guides/accepting-payments/setup-paypal-payments.md)
{% endcontent-ref %}

{% content-ref url="/pages/hZL7MgHgU9gqYHavLaK8" %}
[Setup Apple Pay with Checkout.com](/pumpd-docs/how-to-guides/accepting-payments/setup-apple-pay-with-checkout.com.md)
{% endcontent-ref %}

## More Supported Gateways

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-type="files"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th>Countries</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>ATH Movil</strong></td><td></td><td></td><td></td><td><a href="https://portal.athmovil.com/">https://portal.athmovil.com/</a></td><td>Puerto Rico</td><td></td></tr><tr><td><strong>Bambora APAC</strong></td><td></td><td></td><td></td><td><a href="https://dev-apac.bambora.com/">https://dev-apac.bambora.com/</a></td><td>Asia Pacific</td><td></td></tr><tr><td><strong>Beyond Payments</strong></td><td></td><td></td><td><a href="https://beyondpayments.com.au/">https://beyondpayments.com.au/</a></td><td></td><td>Australia</td><td></td></tr><tr><td><strong>POLi Payments</strong></td><td>PayID support</td><td></td><td></td><td><a href="https://www.polipayments.com/">https://www.polipayments.com/</a></td><td>Australia, New Zealand</td><td></td></tr><tr><td><strong>Paypal</strong></td><td></td><td></td><td><a href="https://www.paypal.com">https://www.paypal.com</a></td><td></td><td>Various</td><td><a href="https://www.paypal.com">https://www.paypal.com</a></td></tr><tr><td><strong>Red Dot Payment</strong></td><td></td><td></td><td></td><td><a href="https://reddotpayment.com/">https://reddotpayment.com/</a></td><td>Singapore, Malaysia, Australia</td><td></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://pumpd-co.gitbook.io/pumpd-docs/how-to-guides/accepting-payments.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.
