#jagruti.payment-method-detached
1 messages · Page 1 of 1 (latest)
Please don't share PII data like that! Can you share the ID of the PM? (pm_xxx)
Thanks, taking a look!
Looks like you detached the PM from the Customer via the Dashboard: https://dashboard.stripe.com/logs/iar_ToLQqRIW3YfPKd
could you explain me to what do mean detached method in stripe
and why new payment method not show like default method
?
For a Payment Method to be reusable, it needs to be 'attached' to a Customer object
If you detach a Payment Method, then it's removed from the Customer and is no longer usable in payments
okay, then how can i attached to customer with new payment method?
You can do that on customer creation (https://stripe.com/docs/api/customers/create#create_customer-payment_method), or via the attach endpoint (https://stripe.com/docs/api/payment_methods/attach)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay, thank you
Let me check and if i can face issue then I'll came to you .
Sure!
hey @brittle canyon i get this error
What does your code look like?