#akii - default card
1 messages · Page 1 of 1 (latest)
Hello, apologies for the delay in reply. Can you tell me a bit more about your situation here? How are you collecting these card details? And you are saying that normally this field is being set automatically?
If it is not set automatically, you will likely want to make another API call to set this payment method as the customer's default_source or as the default_payment_method in their invoice_settings https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-default_payment_method
https://stripe.com/docs/api/customers/object#customer_object-default_source
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.