@mrboombastic/node-przelewy24
Version:
A simple library for connecting Przelewy24 service
10 lines • 490 B
TypeScript
export declare const ProductionUrl: string;
export declare const SandboxUrl: string;
export declare const EndpointTestAccess: string;
export declare const EndpointTransactionRegister: string;
export declare const EndpointTransactionRequest: string;
export declare const EndpointTransactionVerify: string;
export declare const EndpointRefund: string;
export declare const EndpointTransactionStatus: string;
export declare const EndpointCharge: string;
//# sourceMappingURL=endpoints.d.ts.map