UNPKG

bc-opayo-sdk

Version:

BetterCommerce's Opayo NodeJS SDK enables BC client applications to integrate with Opayo merchant API system. It publishes an interface to interact with [Opayo API](https://www.elavon.co.uk/resource-center/help-with-your-solutions/opayo/integrations/types

13 lines (12 loc) 405 B
export declare namespace Endpoints { namespace Base { namespace Auth { const SANDBOX_URL = "https://pi-test.sagepay.com"; const PRODUCTION_URL = "https://pi-live.sagepay.com"; } namespace Api { const SANDBOX_URL = "https://pi-test.sagepay.com"; const PRODUCTION_URL = "https://pi-live.sagepay.com"; } } }