#m0uka_api

1 messages ¡ Page 1 of 1 (latest)

warped skiffBOT
#

👋 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.

wheat crow
#

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:

grave oak
#

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

wheat crow
grave oak
#

well, the source is null for the balance transaction object i sent you: txn_1Qm9udHAN7AGL0N6WaDiZA4v

wheat crow
#

I see yeah, I know you can find the balance transaction of a given charge/paymentintent but not the reverse

warped skiffBOT
grave oak