UNPKG

@sergdudko/stripe-js

Version:

Additional methods for working with stripe-js

10 lines (9 loc) 378 B
import { StripeExtension } from "."; /** * Get all customer's payment methods * * @param customerId - customer id (see: https://stripe.com/docs/api/customers/object#customer_object-id) * @param ephemeralKey - customer ephemeral key * @returns */ export declare const getAllPaymentMethods: (this: StripeExtension, customerId: string, ephemeralKey: string) => Promise<any>;