#elite0824
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.
The payment method was detached in https://dashboard.stripe.com/test/logs/req_17xuubM4hdukpd on 2024-01-15 07:53:34 UTC which was before using in the payment in https://dashboard.stripe.com/test/logs/req_R7Y8SlBuxIJV6c on 2024-01-15 08:06:16 UTC
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
A detached payment method can't be used in the payment
This is the feature implemented by Stripe: https://stripe.com/docs/api/payment_methods/detach
After a PaymentMethod is detached, it can no longer be used for a payment or re-attached to 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.
So do I have reattach this paymentmethod to a customer?
No! A detached payment method can't be re-attached again. You'd need to collect a new payment method from a customer with Setup Intent: https://stripe.com/docs/payments/save-and-reuse
But I want to use this payment method.
What I need is add payment method to a customer and make it as default for subscription. And also make a payment using this payment method later. How can I do this?
As long as you don't detach a payment method, it can be used for future payment and make it as a default for subscription
The problem here is that your system detached the payment method in https://dashboard.stripe.com/test/logs/req_17xuubM4hdukpd
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If you wish to use the payment method for future payments, you system shouldn't detach the payment method on the customer
I just made the payment method as default using function at the top. Why this payment method is detached from customer?
@cyan vine ?
Thanks for waiting! Discord is busy now and will take time to response
The detached payment method request was made by your own system, not by Stripe: https://dashboard.stripe.com/test/logs/req_17xuubM4hdukpd
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'd recommend checking in your system where this detach request was made from
thanks
I add us_bank_account payment method that last 4 is 6789.
And I made a payment using this but got this msg.
{
"message": "payment not succeded"
}
Can you share the request ID (req_xxx) associated to this error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
yes