#jGuse
1 messages · Page 1 of 1 (latest)
Hi there
Hiho!
How are you trying to change the payment method types here exactly?
On the link I provided > Default payment terms
But invoice:
Once an Invoice is finalized the payment method types won't be updated via those Settings. You would have to update the Invoice's payment_method_types directly via https://stripe.com/docs/api/invoices/update#update_invoice-payment_settings-payment_method_types
If you create a new Invoice then you should see the new settings apply
I tested this too. I created a new invoice, same result
Can you create a new Invoice right now and provide me with the Invoice ID?
Some of those payment method types are going to be currency dependent as well
So they may not show up if the currency of the Invoice does not align with the requirements of the payment method
👍
Looking. What payment method types do you expect to be there that aren't?
Ah okay so in this case you are creating a charge_automatically Subscription. Not a one-off Invoice. Single-use payment method types like sofort and giropay aren't supported for charge_automatically since it wouldn't really make since as they can't be used on a recurring basis without interaction from the customer
That indicates which payment method types would require a send_invoice collection method