#Sofii
1 messages · Page 1 of 1 (latest)
Hi 👋 can you share details regarding what objects/fields you're looking at?
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.
Can you share IDs of the objects you're referring to?
like this: Collected fee
fee_1MCZbuPGHzv7T6NV9nOpOP3e
"amount": 16688,
"amount_capturable": 0,
"amount_details": { "tip": {} },
"amount_received": 16688,
"application": null,
"application_fee_amount": 121688,
this is the payment: https://dashboard.stripe.com/payments/pi_3MCZbqAsEQ8TwTGf1l5pyZjC
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thank you, I'm working on pulling those up
thanks
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.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
let me take a look at that