#Muhammad Awais
1 messages · Page 1 of 1 (latest)
Hi, are you asking how you can save after_pay Payment Method for future usage?
Or the Card?
I think we can't save after pay for feature use right?
That is correct, https://stripe.com/docs/payments/afterpay-clearpay
but you also had a card, so I was trying to clarify the question
For the card, you'd want to follow this guide: https://stripe.com/docs/payments/save-during-payment
When you create the Payment Intent you'd pass 'setup_future_usage: 'off_session',' if off_session
I want to hold $1 and if user chooses the card option and I want to charge full amount if user chooses the after pay option.
Can we do that?
Also I want to save it for feature usage if user chooses card
Yes - this is possible with the two-step confirmation integration where you collect the Payment Method first, then you look at the payment method and take next steps: https://stripe.com/docs/payments/build-a-two-step-confirmation
However, on the $1 hold -- why would you want to do this?
You can authorize the entire amount, https://stripe.com/docs/payments/place-a-hold-on-a-payment-method and then only capture what you need within 7 days.
Can you add more details here?
@summer sapphire are you still here?
Yes
We want to do some operations, so we want to make sure it's an actual customer by Holding $1 and once the operation is complete we will release $1 and charge the actual amount
Hi @summer sapphire I'm taking over this thread
Hi okay
Let me know if you have any follow-up question