UNPKG

@givtnl/angular-wepay-service

Version:

WePay service used to integrate WePay Elements with Angular. Forked from (https://github.com/fireflysemantics/angular-stripe-service).

7 lines (6 loc) 342 B
export interface WePay { configure: (environment: string, appId: string, apiVersion: string) => any; createCreditCardIframe: (iframeContainerId: string, options: any) => any; createKYCIframe: (iframeContainerId: string, options: any) => any; createPayoutMethodIframe: (iframeContainerId: string, options: any) => any; }