#khaled-stripe-fees
1 messages · Page 1 of 1 (latest)
Hello! 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.
- khaled_03640, 2 hours ago, 13 messages
- khaled_03640, 21 hours ago, 10 messages
- khaled_03640, 1 day ago, 19 messages
- khaled-connect-sc&t, 1 day ago, 25 messages
- khaled_03640, 1 day ago, 93 messages
HI
Are you looking for this:
https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
yes I used this but the fees details is empty array
this in test mode and the payment is in card
Can you share the payment intent ?
Can you share your code ?
this is the response
"balance_transaction": {
"id": "txn_3OgpORJNbtjSGjJZ0xbWUjPk",
"object": "balance_transaction",
"amount": 20000,
"available_on": 1707436800,
"created": 1707228784,
"currency": "cad",
"description": "Islam - INV-110 - Lion",
"exchange_rate": null,
"fee": 0,
"fee_details": [],
"net": 20000,
"reporting_category": "charge",
"source": "ch_3OgpORJNbtjSGjJZ0RiKMCdc",
"status": "pending",
"type": "charge"
},
this is the code
Stripe::setApiKey($this->stripe_connect_secret);
$paymentIntent = \Stripe\PaymentIntent::retrieve([
'id' => 'pi_3OgpORJNbtjSGjJZ0M7z9aJ3',
'expand' => ['latest_charge.balance_transaction'],
]);
$feeDetails = $paymentIntent->latest_charge->balance_transaction->fee_details;
return $paymentIntent;
That PaymentIntent has no fees which explains the fact you are not receiving any balance_Transaction for fees
i don't need the application fees
i need the fees that stripe took it
one of stripe support told me the fees is set after two days of the payment done
is it true?
i need the fees that stripe took it
yes which will be visible onFee
i need the fees that stripe took it
It's $0 in this case, and it's set immediately after the PaymentIntent has succeeded.
okay i need to test this so how to make a payment with fees
Normally fees should be applied to all transactions. Not sure why it's 0 in your case.
It seems like your account is on some kind of custom pricing model. Are you aware of anything like this?
no
what i know is it should be applied to all transactions also
and this is what my business team told me
one of stripe support told me ...
Was this someone from technical support? Here on Discord?
no on email
What did they say exactly?
Because if it's some other kind of Stripe fee pricing, it might be added separately, but I don't know much about it.
He told me this
"We need to check on daily basis fro the processing fees for the payment transactions, until the processing fees is reflected"
I don't know what is it about, but, as I said, fees are reflected immediately, and in your case they're $0. Maybe you have some custom pricing configuration for your account, but I can't help much with that. I suggest you to talk to the same person, if you can, since it seems like there's more to this than I can see.
okay no problem
I just want to create a payment and the fees is exist to can continue working and test
how to do it
I would suggest creating a separate Stripe account for testing.
Okay I will do it
Sorry, I meant to send that last message to a different thread.
no problem
I found fees in some payment in live mode
why can't find like this on test mode
Could you please share the PaymentIntent ID pi_xxx?
Hello 👋
Taking over here, I would suggest you reach out to our support about that.
They're more familiar with how fees work and can help look into this for you.
Our team on discord knows nothing about fees unfortunately
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site 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.
okay