UNPKG

bc-checkout-sdk

Version:

BetterCommerce's Checkout NodeJS SDK enables BC client applications to integrate with Checkout merchant API system. It publishes an interface to interact with [Checkout API](https://api-reference.checkout.com/#operation/getPaymentDetails/) endpoints.

12 lines (11 loc) 326 B
export interface ICertificate { /** * Generate a certificate signing request. */ generateCSR(): any; /** * Upload a payment processing certificate. This will allow you to start processing payments via Apple Pay. * @param data */ uploadApplePayCertificate(data: any): any; }