Integration Guide
How to integrate a payment with YODL.me into a webshop
Development Tasks
π Payment Button
handle = "unicorn_socks" // your yodl.me handle
amountInMinor = 500; // for 5.00
invoiceCurrency = "USD"; // invoice currency, defaults to "USD"
memo = order.orderID;
queryParameters = "amount=${amountInMinor}¤cy=${invoiceCurrency}&memo=${memo}";
<a href="https://yodl.me/${handle}?${queryParameters}" target="_blank">
YODL Pay
</a>β
Success Redirect Page
βοΈ Webhook
πΎ Environment Variables
Flow and Sequence Diagram
Last updated