#1TapElite
1 messages · Page 1 of 1 (latest)
Not sure what you mean by reversal of amount, but you can "revese" a payment by creating a Refund, however the Stripe processing fee won't return
actually, I want to save the card details of the user and for that I want that user to do a $1 of payment and after the payment of $1 it will reverse back automatically.
If you have used any website like Upwork what they do is they save the card details by doing a $1 payment and after the successful payment the card details got saved on Upwork and the $1 got reversed back.
We don't do that. By the time you save the card, we already authorize with the card network and ensure the card is payable
It's called $0 or $1 auth and we do it automatically, under the hood
so, you have understood my use case right?
can you suggest me who can I achieve this ?
I mean you don't need to do that $1 reversal. To using Stripe you can just save the card details of the user and that's it
So,How can I do this $0 payment and save the card details ?