#m0uka_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1333779891715313705
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I'm not sure I understand your question.
Sorry
But if you are looking for fetching the Stripe feess per PaymentIntent, I invite you to refer to this guide:
So, we are on custom pricing, and according to the Stripe's pricing page for example, we are billed 3 cents per 3D secure attempt.
However, the fees are not connected to a payment intent charge, but billed separately (a balance_transaction object of type stripe_fee: tx ID: txn_1Qm9udHAN7AGL0N6WaDiZA4v)
could we somehow get the with which charges/payment intents is this fee associated
I think you can find this in the source of the balance transaction:
https://docs.stripe.com/api/balance_transactions/object#balance_transaction_object-source
well, the source is null for the balance transaction object i sent you: txn_1Qm9udHAN7AGL0N6WaDiZA4v
I see yeah, I know you can find the balance transaction of a given charge/paymentintent but not the reverse
yeah but the charge doesn't include the balance transaction for the 3d secure lookup, just the actual stripe processing fee