#Pravin-processing-fee

1 messages · Page 1 of 1 (latest)

prisma tusk
#

Hi, I'm checking now. Please give me some time

vast saffron
#

Hi there, here's how it works

  1. Get the balance_transaction from the charge object
  2. look for the fee_details array of the balance_transaction object, and filter by type=stripe_fee
weary pagoda
#

what is the api name to fetch these details

vast saffron
weary pagoda
#

let me check

#

i am not getting any balance Transaction filed for pi_3KuwvdPIzO4XJdT9178TF9GW

#

i am trying like below

#

RequestOptions requestOptions = RequestOptions.builder()
.setStripeAccount("acct_1KuwnKPIzO4XJdT9")
.build();
PaymentIntent paymentIntent=PaymentIntent.retrieve("pi_3KuwvdPIzO4XJdT9178TF9GW",requestOptions);

#

@vast saffron

#

sorry wait

#

its there

#

thanks its working for mew

vast saffron
#

Cool~ happy to help

weary pagoda
#

one last question

#

is there any possibility that stripe processing fee will change as per request ?

vast saffron
#

Per request as in per paymentIntent?

weary pagoda
#

yes

#

i mean lets suppose one fee is applied for one connected account and other for other connected account

vast saffron
#

the processing fee is associated to the balance transaction of one charge

weary pagoda
#

yes for card payment we have different formula to apply fees and for ACH we have different

#

lets suppose if for xyz user for card payment Stripe is applying 2.9% processing fees

#

is it possible that for pqr user for card payment Stripe may apply some other processing fees other than 2.9%

vast saffron