Shopify
Use the link to pay as an manual payment gateway
Create custom payment method
In the section of payments look for "Manual Payments"

Checkout section
On the checkout section add the following code to the "additional and scripts"

<!-- Start Paynopain payment code -->
{% if order.gateway == "Paynopain" or order.gateway == "gift_card, Paynopain" %}
<br>
<iframe style="height: 600px; width: 500px;" src="https://services.paynopain.com/v1/invoke?token=SERVICE_ID&amount={{total_price}}&reference_id={{order_number}}"></iframe>
<br><br><br>
{% endif %}
<!-- End Paynopain payment code -->Last updated
Was this helpful?