#anarkali_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/1376910090027929652
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi
Hey there, can you say more?
no , we want to do Auth update using Stripe.net dll, currently we are using dll version is 39.126.0.0
I don't know what you mean though. What does "do Auth update" mean?
What are you trying to do? DO you have an example request thats not doing what you expect? Or an error in the SDK?
ok, let me explain , 1. we do Pre-authorization of amount e.g. $ 50, 2. then after few hours if we want to add another item in same authorization of $20 then we want to update same authorization with amount $70
That's known as incremental authorizations, and is only available on IC+ pricing: https://docs.stripe.com/payments/incremental-authorization
IC+ feature
We offer incremental authorizations to users on IC+ pricing. If you’re on standard Stripe pricing and want access to this feature, you can learn more at support.stripe.com.
IC+ feature means what?
Interchange plus, a different pricing structure using actual network costs plus a margin
ok, if that feature is available then using stripe.net dll we can do incremental auth ?
If your account is set up that way, you should be able to follow the doc. If it's not, you won't be able to.
You should contact support if you don't know how your account is configured: https://support.stripe.com/contact
You can ask about access to this feature.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
we need to set request_incremental_authorization_support from stripe dashboard for our account?