Testdata

In order to test the implementation before you go live, you need to use the following testdata.

Credit card

Card number4925000000000004
Expiry date12/18
CVC123
Card number4761739001010416
Expiry date12/22
CVC268

Invoice

Norway

Social security number26026708248
NameOlivia Nyhuus
Street addressSaltnestoppen 43
Zip1642
CitySaltnes

Sweden

Social security number600307-1161
NameAzra Oliveira
Street addressHelgestavägen 9
Zip19792
City

Bro

Troubleshooting

Authentication

To authenticate with PayEx Checkout, you need an Access Token created in the PayEx Admin interface. Remember that the Access Token is a secret, so treat it like a password. Do  do not check it in to source code or save it anywhere someone unauthorized might obtain it.

Checkout Init

A successful request requires that the Referer HTTP header matches the host URL configured on your account. The validation is taken care of by the checkout-script.

General

Credentials

If you don't have a merchant account with PayEx, don't know your credentials or  otherwise need credentials created to implement PayEx Checkout, please contact:

Useful URLs

Test Environment

The URLs required for integration against PayEx' test environment (called "external integration") are:

 Type Url
 Frontend JavaScripthttps://checkout.externalintegration.payex.com/js/payex-checkout.min.js
 Backend API https://api.externalintegration.payex.com/psp/checkout

Production Environment

The URLs required for integration against PayEx' production environment are:

 Type Url
 Frontend JavaScripthttps://checkout.payex.com/js/payex-checkout.min.js
 Backend API https://api.payex.com/psp/checkout
Created by Asbjørn Ulsberg on 2018/07/05 12:48