securepay
Version:
https://www.securepay.com.au/
16 lines (15 loc) • 578 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Endpoints = void 0;
var Endpoints;
(function (Endpoints) {
/**
* SecurePay API uses the OAuth 2.0 protocol for authentication and authorization
*/
Endpoints["AUTHENTICATION"] = "https://welcome.api2.auspost.com.au/oauth/token";
/**
* BASE URL
* https://auspost.com.au/payments/docs/securepay/#securepay-api-environment-details
*/
Endpoints["BASE_URL"] = "https://payments.auspost.net.au";
})(Endpoints = exports.Endpoints || (exports.Endpoints = {}));
;