> For the complete documentation index, see [llms.txt](https://payum.gitbook.io/payum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://payum.gitbook.io/payum/examples/index.md).

# index

### Supporting Payum

Payum is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:

* [Become a sponsor](https://www.patreon.com/makasim)
* [Become our client](http://forma-pro.com/)

***

## Examples

### Gateways

* [Paypal. Create gateway](/payum/examples/1-paypal-create-gateway.md)
* [Paypal. Capture](/payum/examples/2-paypal-capture.md)
* [Paypal. Redirects](/payum/examples/3-paypal-redirects.md)
* [Get status](/payum/examples/4-get-status.md)
* [Stripe.Js. Create gateway](/payum/examples/5-stripe-js-create-gateway.md)
* [Stripe.Js. Capture](/payum/examples/6-stripe-js-capture.md)
* [Stripe.Js. Render form](/payum/examples/7-stripe-js-render-form.md)
* [Stripe. Credit card](/payum/examples/8-stripe-credit-card.md)

### Scripts

These scripts shows you how to fill the gap betwen an http request that comes to you, a refund for example and the payum gateway. It is expected that you copy\past the script to your code and reuse it for all gateways without changes.

* [Capture](/payum/examples/capture-script.md)
* [Authorise](/payum/examples/authorise-script.md)
* [Purchase is done](/payum/examples/done-script.md)
* [Refund](/payum/examples/refund-script.md)
* [Notify](/payum/examples/notify-script.md)
* [Payout](/payum/examples/payout-script.md)

***

### Supporting Payum

Payum is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:

* [Become a sponsor](https://github.com/sponsors/Payum)
