Payment Portal (Greiðslugátt)

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