#Sofii

1 messages · Page 1 of 1 (latest)

earnest tigerBOT
uncut flame
#

Hi 👋 can you share details regarding what objects/fields you're looking at?

undone trail
#

yes, I'm looking at the field "collected fee" inside a payment detail

#

and it is not matching with the application_fee_amount

#

in your response

#

it always matches but this time it does not

#

it does not make any sense because the amount you are sending in that field is bigger than the total amount payed.

uncut flame
#

Can you share IDs of the objects you're referring to?

undone trail
#

like this: Collected fee
fee_1MCZbuPGHzv7T6NV9nOpOP3e

#

"amount": 16688,
"amount_capturable": 0,
"amount_details": { "tip": {} },
"amount_received": 16688,
"application": null,
"application_fee_amount": 121688,

uncut flame
#

Thank you, I'm working on pulling those up

undone trail
#

thanks

uncut flame
#

Looking at the request that was made to create that Payment Intent, it looks like that is the application_fee_amount that as provided to us:
https://dashboard.stripe.com/logs/req_HsJncWKR0Z2euO

I believe that doesn't align with the fee collected because the amount of the payment wasn't large enough to cover the entire application fee that was specified.

undone trail
#

let me take a look at that