Stripe Example
This page showcases some of the codes you can use to generate a Stripe button: Simply insert the codes below in any article or module. If you still see your code instead of the button, ensure you have real " characters and not the typographical one (simply type it yourself in the editor in code mode).
1. Buy me a beer, euro:
{stripe-button amount="5.25" currency="EUR" description="buy you a beer"}
2. Buy me a computer, USD:
{stripe-button amount="1000" currency="USD" description="buy you a computer"}
3. Send me a variable amount, in EURO:
{stripe-button currency="EUR" description="buy you a house"}
4. send me to a new page after payment:
{stripe-button amount="155" currency="EUR"" returnUrl="https://www.fasterjoomla.com/stripe-thank-you" description="Lightsaber"}