#Gesundheit-default-payment-method
1 messages · Page 1 of 1 (latest)
hello @shy arch! If you get the Customer, the default payment method is in invoice_settings.default_payment_method [0]
[0] https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
so that's the ID of the payment method object right?
then I'll use that ID to get the full object through PaymentMethodService (.NET)
You could expand the response instead of making another call : https://stripe.com/docs/api/expanding_objects?lang=dotnet