Added payment_method to Stripe's IPaymentIntentConfirmOptions (#36686)

This commit is contained in:
Akhil Bojedla
2019-07-09 00:42:01 +02:00
committed by Armando Aguirre
parent 22c3c77865
commit f7fd218370

View File

@@ -4300,6 +4300,11 @@ declare namespace Stripe {
*/
client_secret?: string;
/**
* ID of the payment method (a PaymentMethod, Card, BankAccount, or saved Source object) to attach to this PaymentIntent.
*/
payment_method?: string;
/**
* Email address that the receipt for the resulting payment will be sent to.
*/