#trying-to-process-bacs-debit
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Can you share the example PaymentIntent ID you're working with here?
sure!
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
pi_3N1V9bCZpRa6P5DM0iFCwczv
In the dashboard there is a fee
but not in the payload ๐ฆ
Ah that's Stripe fees (NOT application fees, application fees are different)
If you look at the API ref, it has the label connect only, which you're probably not using here
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-application_fee_amount
For Stripe fees, you'd want to look at the balance transaction object instead. We have a guide here
https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
what is label connect?
So I add "expand[]"="charges.data.balance_transaction"
when querying the payment intent?
The label refers to
https://stripe.com/docs/connect
So I add "expand[]"="charges.data.balance_transaction"
when querying the payment intent?
correct