#oleg-codaio

1 messages · Page 1 of 1 (latest)

summer dragonBOT
versed idol
#

For existing invoices, (e.g., in_1MYNyuAegRHrUhUqyzZeqQHn) you should programmatically add card to the payment_settings.payement_method_types (https://stripe.com/docs/api/invoices/update#update_invoice-payment_settings-payment_method_types) so that your customer can have card as payment option in the invoice page.

visual wagon
#

Hmm, I see. So even though the invoice would have normally been auto charged to the card on file, we need to explicitly enable cards as a payment method on the default invoice settings?

versed idol
#

Yes you are right

visual wagon
#

Ok, thanks. Let me give that a shot!