Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

If you want to allow your customers to use our payment portal then you have to do the following:

  1. Submit the order via our API (usual function call that's used for this is POST: /api/orders)

  2. Redirect the user to our payment portal with the Order ID in the URL (Replace [orderId] with your the order id you received from the API)

Demo URL: https://gattinstaging.pei.is/[orderId]

Production URLhttps://gattin.pei.is/[orderId]

Contact customer support for access to the production environment

  • No labels