#Devi

1 messages · Page 1 of 1 (latest)

stone vergeBOT
remote vault
jovial breach
#

ok, which attribute need to refer for stripe processing charges on this intent object?

remote vault
jovial breach
#

i cannot see this Fee and Net amount in the payment intent charge list.please help to find this

remote vault
#

OK, you are talking about the fee_details

jovial breach
#

yes

remote vault
#

Sure, you can get the first charge from the PaymentIntent's charges list, and expand the balance_transaction (https://stripe.com/docs/api/charges/object?lang=php#charge_object-balance_transaction) of the charge, from there you can find the fee_details (https://stripe.com/docs/api/balance_transactions/object?lang=php#balance_transaction_object-fee_details)

jovial breach
#

stripe fee showing 141..is this correct amount?

remote vault
#

Yes, it's in cents, which equals to $1.41.

jovial breach
#

ok ok goit it. Thanks Jack

remote vault
jovial breach
#

ok noted