#tcfdev_25427

1 messages · Page 1 of 1 (latest)

boreal carbonBOT
rough meadow
#

Hello 👋
There's no way to get that information before card is tokenized unfortunately.

You can use manual capture and place a larger hold on the payment method when you collect it. Then once the card has been tokenized, you can capture the amount accordingly
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method

hollow iron
#

That's an idea, but I can't take more from the customer. I need to change the application_fee parameter. Is that possible also with this hold method?

rough meadow
#

Ah I see.
I think the other option here would be for you to set the application fee 1% higher then you typically would.

If its not an international card, you can refund the extra fees
https://stripe.com/docs/api#create_fee_refund

hollow iron
#

Can I first tokenize the card, get the country information and then confirm the paymentIntent with the card token?

rough meadow