#junaid_abbasi999
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Can you describe what you mean here? How did you create the hold?
Are you following our documentation? https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
I created the hold using https://stripe.com/docs/payments/place-a-hold-on-a-payment-method this documentation
yes
Okay so you need to capture the specific Payment Intent that has a hold on it
Yes
is user being offsession or onsession really matters to charge a payment intent?
You can capture the funds without the user on-session.
That is what our documentation describes
allright thanks
Happy to help ๐
hey one more can you provide me with the stripe testing cards data.... the one i found just gives error while i am entring them on the stripe react native sdk and it won't passed that point......... i want to test failed scenerios
What specific interface and scneario are you testing? We have a number of testing payment methods here: https://stripe.com/docs/testing
I attached my hold payment intent with a customer and when i delete the specific card which was used to make the payment intent i am not able to capture it any more. is there any way that i can do to make customer not able to delete the card. Btw i am using react native sdk
The hold is only authorized for the specific payment method. Why are you deleting it?