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

# Supported Payment Methods

> Gateways and settlement paths supported by Join Markt checkout.

# Supported Payment Methods

Join Markt checkout routes payment through seller-configured gateways. Settlement converges on `completeOrderFromGateway`.

## Setup guides

* [Setup Stripe](/guides/stripe-setup)
* [Setup PayPal](/guides/paypal-setup)
* [Setup PayPal F\&F](/guides/paypal-ff-setup)
* [Setup Cash App](/guides/cash-app-setup)
* [Setup Venmo F\&F](/guides/venmo-ff-setup)
* [Setup Crypto](/guides/crypto-setup)
* [Setup Shopify](/guides/shopify-setup)
* [Setup Mollie](/guides/mollie-setup)
* [Setup Square](/guides/square-setup)
* [Setup SumUp](/guides/sumup-setup)
* [Setup Revolut](/guides/revolut-setup)
* [Setup Authorize.Net](/guides/authorizenet-setup)
* [Setup Skrill](/guides/skrill-setup)
* [Setup Adyen](/guides/adyen-setup)
* [Setup Lemon Squeezy](/guides/lemon-squeezy-setup)
* [Setup Whop](/guides/whop-setup)
* [Setup Amazon Pay](/guides/amazon-ps-setup)
* [Setup MisticPay](/guides/misticpay-setup)
* [Setup Rewarble](/guides/rewarble-setup)
* [Setup Custom Payments](/guides/custom-payment-setup)

## Card and hosted processors

| Gateway       | Create                                         | Verify                                  | Webhook              |
| ------------- | ---------------------------------------------- | --------------------------------------- | -------------------- |
| Stripe        | create-checkout-session, create-payment-intent | verify-checkout-session, verify-payment | yes                  |
| PayPal        | create-order                                   | verify-payment                          | yes (+ IPN)          |
| Mollie        | create-payment                                 | verify-payment                          | yes                  |
| Square        | create-payment-link                            | verify-payment                          | yes                  |
| SumUp         | create-checkout                                | verify-payment                          | yes                  |
| Revolut       | create-order                                   | verify-payment                          | yes                  |
| Authorize.Net | create-hosted-page (+ launch)                  | verify-payment                          | yes                  |
| Skrill        | create-checkout                                | verify-payment                          | yes                  |
| Adyen         | create-checkout                                | verify-payment                          | yes                  |
| Lemon Squeezy | create-checkout                                | verify-payment                          | yes                  |
| Whop          | create-checkout                                | verify-payment                          | yes                  |
| Amazon PS     | create-checkout (+ launch, return)             | verify-payment                          | yes                  |
| Shopify       | create-checkout                                | verify-payment                          | yes                  |
| MisticPay     | create-payment                                 | verify-payment                          | yes                  |
| Rewarble      | redeem                                         | verify-payment                          | no dedicated webhook |

## Crypto

| Gateway     | Notes                             |
| ----------- | --------------------------------- |
| Cryptomus   | invoice, QR, verify, webhook      |
| NowPayments | create, payment-info, QR, webhook |

## Manual flows

PayPal F\&F, Venmo F\&F, Cash App, Custom payment: create + mark-sent + seller confirm (or reject).

## Rules

* Create routes are public checkout-lifecycle and rate limited.
* Webhooks must verify signatures.
* Amount checks reject mismatched client totals.
* Methods appear only when enabled for the store.

See [Incoming Webhooks](/api/webhooks-overview) and [Order Status](/api/order-status).
