Skip to main content

Checkout Environment Endpoints

The hostname in the example requests throughout this documentation should be changed to the environment currently being used. For testing and staging purposes, Walley Merchant Services will setup an account in the UAT environment where you can test your implementation before moving to production.

Testing endpoints πŸ§ͺ​

No real money will be involved in transactions.

EnvironmentCheckout Environment EndpointDescription
Backend APIhttps://api.uat.walleydev.com/checkoutsCalled from your backend to initialize and update checkout sessions, and to obtain information about checkout sessions and completed purchases.
Iframe loader scripthttps://api.uat.walleydev.com/walley-checkout-loader.jsUsed for loading the checkout iframe.
Authentication Endpointhttps://api.uat.walleydev.com/oauth2/v2.0/tokenRead about Authentication

Production endpoints πŸš€β€‹

All purchases are real and real money will be involved in transactions.

EnvironmentCheckout Environment EndpointDescription
Backend APIhttps://api.walleypay.com/checkoutsCalled from your backend to initialize and update checkout sessions, and to obtain information about checkout sessions and completed purchases.
Iframe loader scripthttps://api.walleypay.com/walley-checkout-loader.jsUsed for loading the checkout iframe.
Authentication Endpointhttps://api.walleypay.com/oauth2/v2.0/tokenRead about Authentication