#ryo_ymd
1 messages · Page 1 of 1 (latest)
I don't see any public doc mentioning a limit, did you get a limit problem?
Hello, thank you again.
https://stripe.com/docs/api/customer_portal/sessions/create#create_portal_session-flow_data-type
I saw this and implemented a customer's card update screen, with flow = payment_method_update to update the card. so that a new payment method is added each time it is updated. I was wondering if there is a limit to this.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
https://stripe.com/docs/api/payment_methods/attach#customer_attach_payment_method-customer I don't see any limit mentioned in the API reference
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you can programmatically detach payment method https://stripe.com/docs/api/payment_methods/detach#customer_detach_payment_method if you don't want to keep too many payment methods on a customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.