{
    "psCheckoutUrls": {
        "local": {
            "checkout": " https://localhost:3003/",
            "api": "https://localhost:3001/api/v3/"
        },
        "development": {
            "checkout": "https://checkout.paystand.biz/v4/",
            "api": "https://api.paystand.biz/v3/"
        },
        "sandbox": {
            "checkout": "https://checkout.paystand.co/v4/",
            "api": "https://api.paystand.co/v3/"
        },
        "live": {
            "checkout": "https://checkout.paystand.com/v4/",
            "api": "https://api.paystand.com/v3/"
        }
    }
}