#edgarsantiago93
1 messages · Page 1 of 1 (latest)
Hello edgarsantiago93, 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.
• edgar-elements-defaultvalues, 1 day ago, 6 messages
• edgarsantiago93, 1 day ago, 8 messages
Hello! Can you give me some more details here - I'm not fully understanding why you need to place a hold
yes, ofc, so currently when free, we charge the card 1 usd and immediately return it to the user, just to double confirm that the card is valid (and has at least 1 usd) so we were wondering if we could optimize this by changing our inital price from x amount to 1 usd , do the refund on the initial charge but not cancel the subscription
In general you really shouldn't be doing your own $1 auths - you can get in trouble with card networks for doing that
i see! we are removing that actually, but wanted to check on the subscription thing
or is there a way of doing the 1 usd charge with stripe
like oficially
The general way of doing this is to rely on Setup Intents and Stripe will use logic on our end to know if/when an auth to the card network is required.
But going back to your original question
Is your goal to charge for the one-off price and the subscription price at the same time?
yes, so wed like to charge the one off as 1 usd and then potentially return that to the user but without canceling the subscription
because the charge woudl be free
Ah, so the one-off charge you were mentioning was just for the auth? Do you even need to do that anymore if you're doing the subscription?
wed do the auth charge only if the user has free initial pricing, but the recurring will always be 30 usd
Gotcha - really you shouldn't be doing the additional $1 auth at all, but if you still insist on doing it you should be able to grab the intent ID tied to the first payment and do a partial refund
got it, thnk you! i think well go ahead and remove the auth charge and just stick with normal subscritions