#bruno-detaching card
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
- Am I using the right approach with Stripe::PaymentMethod.detach?
yes, detaching is the right API for the job
Hi ๐
- Since Stripe::PaymentMethod.detach just detaches - can the card still be somehow used after detaching?
No once detached, although you can retrieve the card info this card is no longer usable nor could be reattached to the same or to another customer
- invoice is retried and succeeds.
this will never happen in the scenario you described
All right, thanks a lot, that's all I needed to know!