#khaled-stripe-fees

1 messages · Page 1 of 1 (latest)

hot auroraBOT
#

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.

flint gull
final saffron
#

yes I used this but the fees details is empty array

#

this in test mode and the payment is in card

flint gull
#

Can you share the payment intent ?

flint gull
final saffron
#

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;
flint gull
#

That PaymentIntent has no fees which explains the fact you are not receiving any balance_Transaction for fees

final saffron
#

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?

flint gull
#

i need the fees that stripe took it
yes which will be visible on Fee

earnest bison
#

i need the fees that stripe took it
It's $0 in this case, and it's set immediately after the PaymentIntent has succeeded.

final saffron
#

okay i need to test this so how to make a payment with fees

earnest bison
#

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?

final saffron
#

no

#

what i know is it should be applied to all transactions also

#

and this is what my business team told me

earnest bison
#

one of stripe support told me ...
Was this someone from technical support? Here on Discord?

final saffron
#

no on email

earnest bison
#

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.

final saffron
#

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"

earnest bison
#

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.

final saffron
#

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

earnest bison
#

I would suggest creating a separate Stripe account for testing.

final saffron
#

Okay I will do it

earnest bison
#

Sorry, I meant to send that last message to a different thread.

final saffron
#

no problem

#

I found fees in some payment in live mode
why can't find like this on test mode

earnest bison
#

Could you please share the PaymentIntent ID pi_xxx?

final saffron
#

this is has fees
pi_3OLCbeJNbtjSGjJZ02xyrFG4

#

but all test not have

hot auroraBOT
zealous vault
#

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

final saffron
#

okay