#kratos-PaymentMethod
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? 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 center 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.
request id -> req_eUik30NYAN6OsR
Hi @misty olive , can you please look into this.. thanks.
This payment method was attached to cus_AqRWRH20P8KIig and then detached
That's why you can't reuse it again
Ok.. anyway to force reuse it? or need to create new one.
and then use it.
I mean, can i use it via setupIntent api / payment intent api?
You need to create a new one, attach it to a customer so that you can reuse later
once you've detach the payment method, you can't use it anymore.
Ok, thanks very much jack.