silvershop PaymentExpress yml set end point to UAT

50 Views Asked by At

i set up a silvershop with silverstrpe however im getting a \ User Access Error \ when proceeding to payment.

Talking to support they recommend:

make sure you are using the UAT end point - https://uat.paymentexpress.com/pxaccess/pxpay.aspx

how do i set it up in yml file? my current yml settings here:

Payment:
  allowed_gateways:
    - 'PaymentExpress_PxPay'

GatewayInfo:
  PaymentExpress_PxPay:
    parameters:
      username: 'xxxxxxxxxxx'      
      password: 'yyyyyyyyyyyyyyyyyyyyyyy'

thanks

1

There are 1 best solutions below

0
On

I figured out that i just need to point to a test environment

parameters:    
   testMode: true