UNPKG

@stripe/stripe-js

Version:

Stripe.js loading utility

10 lines (9 loc) 262 B
/** * Parameters that will be passed on to the Stripe API to confirm payment for an Order's PaymentIntent. */ export interface ProcessOrderParams { /** * The url your customer will be directed to after they complete payment. */ return_url: string; }