PaymentIntentCreateParams: {
    allowFutureUsage: boolean;
    amount: number;
    email?: string;
    orderId?: string;
}

Type declaration

  • allowFutureUsage: boolean
  • amount: number
  • Optionalemail?: string
  • OptionalorderId?: string