| Shopify ID | Order # | Amount | Status | TXID out | Actions | |
|---|---|---|---|---|---|---|
| No orders yet. Customers reach payment via the Shopify thank-you page link. | ||||||
Add this to the order status page for pending RiskPay orders. Replace YOUR_APP_URL with this app's public URL.
{% if order.financial_status == 'pending' %}
Complete your payment to confirm the order.
Pay with RiskPayGo
{% endif %}
Generate PAY_TOKEN per order from admin "Open pay link", or use the HMAC helper documented in README.