palmpaywrappersdk
Version:
PalmPay Wrapper Sdk
23 lines (22 loc) • 1.7 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.API_ENDPOINTS_LIVE = exports.API_ENDPOINTS_SANDBOX = void 0;
// config.ts
exports.API_ENDPOINTS_SANDBOX = {
CREATE_ORDER: 'https://open-gw-daily.palmpay-inc.com/api/v2/payment/merchant/createorder',
ORDER_STATUS: 'https://open-gw-daily.palmpay-inc.com/api/v2/payment/merchant/order/queryStatus',
INITIATE_PAYMENT_PAY_OUT: 'https://open-gw-daily.palmpay-inc.com/api/v2/merchant/payment/payout',
QUERY_MERCHANT_BALANCE: 'https://open-gw-daily.palmpay-inc.com/api/v2/merchant/manage/account/queryBalance',
QUERY_BANK_LIST: 'https://open-gw-daily.palmpay-inc.com/api/v2/general/merchant/queryBankList',
QUERY_BANK_ACCOUNT: 'https://open-gw-daily.palmpay-inc.com/api/v2/payment/merchant/payout/queryBankAccount',
QUERY_PALMPAY_ACCOUNT: 'https://open-gw-daily.palmpay-inc.com/api/v2/payment/merchant/payout/queryAccount'
};
exports.API_ENDPOINTS_LIVE = {
CREATE_ORDER: 'https://open-gw-daily.palmpay-inc.com/api/v2/payment/merchant/createorder',
ORDER_STATUS: 'https://open-gw-daily.palmpay-inc.com/api/v2/payment/merchant/order/queryStatus',
INITIATE_PAYMENT_PAY_OUT: 'https://open-gw-daily.palmpay-inc.com/api/v2/merchant/payment/payout',
QUERY_MERCHANT_BALANCE: 'https://open-gw-daily.palmpay-inc.com/api/v2/merchant/manage/account/queryBalance',
QUERY_BANK_LIST: 'https://open-gw-daily.palmpay-inc.com/api/v2/general/merchant/queryBankList',
QUERY_BANK_ACCOUNT: 'https://open-gw-daily.palmpay-inc.com/api/v2/payment/merchant/payout/queryBankAccount',
QUERY_PALMPAY_ACCOUNT: 'https://open-gw-daily.palmpay-inc.com/api/v2/payment/merchant/payout/queryAccount'
};