#XinJin-bigger-refund
1 messages · Page 1 of 1 (latest)
You will get an error https://stripe.com/docs/refunds#issuing
Are you asking about what that will look like or just the Stripe behavior?
Yeah.
This is another question.
I want to use a kind of hold mode,
instead of refund option.
When you say "hold mode", do you mean something like holding funds to be captured later? If so, you want this: https://stripe.com/docs/payments/capture-later
That is only available for 7 days?
yeah.
I mean
Yes, it's only available for 7 days
the available period between authorize
Hmm,
I want to get that function for more than one month.
Is it impossible?
Unfortunately that's impossible
Once I capture the payment, it will be charged immediately to stripe account?
Once you capture payment then the funds go into your Stripe account balance (starting as pending) and become available depending on your payout speed (https://stripe.com/docs/payouts#standard-payout-timing)
Available means
Available means that they're ready to be paid out
Ok. Thank you. When using refund mode, how much will the user lose?
I mean the stripe fee.
User as in you (the merchant) or user as in the customer? We don't charge any additional fees for refunds, but we don't return any of the fees from the original payment (https://support.stripe.com/questions/understanding-fees-for-refunded-payments)
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yeah, I mean the original fee.
The user will pay to the platform stripe account from
his card directly.
In this case,
I mean.
Can you clarify or rephrase your question? I'm not quite sure what you're asking
Sorry.
So I create
paymentIntent
with user card token.
And then the user will be charged, right?
And I will refund when necessary.
In that case, where will the stripe charge the fee?
There is no additional fee that is charged. We refund the full amount from your customer and pull it from your available balance (if enough isn't available we debit your bank account)
So in this case, the user will be charged nothing?
He will be refunded by $180 itself?
Yup!
I see.
In the hold mode,
If we don't capture the autherization within 7 days,
then what happens?
The hold will be released - since the funds never came into your account there are no fees to be taken