Persisted Invoices
1. Authentication
Parameter
Explanation
v = OpenSSL::HMAC.hexdigest('md5', paynow_token, [timestamp, nonce].join(':'))2. HTML
<!-- iFrame Example -->
<iframe height='800' src='https://paynow.pmnts.io/xxxx/invoices?iframe=1&nonce=7705a1dd&ts=1511737426&v=8f14f3f99769ce96b2488dc4a1350ff8' width='600'></iframe>
<!-- Link Example -->
<a href="https://paynow.pmnts.io/xxxx/invoices?iframe=1&nonce=7705a1dd&ts=1511737426&v=8f14f3f99769ce96b2488dc4a1350ff8">Pay Now</a>3. Landing Page (Reference Entry)

4. Credit Card Details Entry

5. Confirmation

Last updated