Getting Started

This page describes how to setup to start using the Xpresspayonline inline function

Embedding a Xpresspayonline button using Inline JS

To use the Xpresspayonline Inline JS you would log in and get your API Keys, and get a sample snippet from the documentation that calls the modal, you can follow this steps to add the inline js to your site or web application.

Follow these steps to successfully collect payments from your customers:

  • Copy the Xpresspayonline Inline script and paste on your site.
  • Change the default API Keys to your keys.
  • Create a unique and dynamic reference to pass as your transaction reference (transactionId).
  • Collect a test payment using a Test Cards or Test Bank Accounts .
  • Re-query the transaction after payment.

Embedding a Xpresspayonline button using Form Post

To use the Xpresspayonline Fom Post you would log in and get your API Keys, and get a sample snippet from the documentation that calls the modal, you can follow this steps to add the inline js to your site or web application.

Follow these steps to successfully collect payments from your customers:

  • Copy the Xpresspayonline Form Post script and paste on your site.
  • Change the default API Keys to your keys.
  • Create a unique and dynamic reference to pass as your transaction reference (transactionId).
  • Collect a test payment using a Test Cards or Test Bank Accounts .
  • Re-query the transaction after payment.