#ctodan
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ctodan-subscriptiontrial-ios, 21 hours ago, 19 messages
Hello! Not sure I understand, can you provide more details and context?
Sure, i create a setup intent like so:
const setupIntent = await this.stripe.setupIntents.create({
customer: stripeCustomer.id,
payment_method_types: ["card"],
})
that gets sent to iOS where we use a payment sheet to add a credit card
How can i get that card to be set as the default payment method on the account?