#-sam_api

1 messages ¡ Page 1 of 1 (latest)

pale nacelleBOT
#

👋 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/1347134413237915668

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

swift lantern
chrome badge
#

req_7TbrJAqx5AmPxF

chrome badge
swift lantern
#

What's the desired outcome here?

#

Just confirmed, that params is not supported for cards. Agree we should clarify that somewhere

If you can explain usage I can help!

chrome badge
#

using the single use mandate

swift lantern
#

Otherwise you can't denote a card as single use. You'd just need to set it up without, and then detach it after use

chrome badge
#

I do understand your point,
but when using manual capture and cancelling it later the funds can take time depending on the bank.
I believe pre-auth and manual capture payment (pending capture) are both different or am I missing something?

swift lantern
#

If by 'pre-auth' you mean saving the card, yes they're different. But to clarify a Setup Intent only validates the card details and handles 3DS/auth, it doesn't ascertain whether the card/account has sufficient funds to be charged at a later date

#

So you may save the card today as you are, come to charge $100 in 3 days and it is declined because there's no money. That's the benefit of auth/capture as the $100 is held at time of auth so you know they have the funds

#

Overall it depends on your business requirements, really

chrome badge
swift lantern
#

I'm not aware of a failure path once in requires_capture state other than it being canceled/released

#

Not sure what revocation_of_authorization is

swift lantern
#

I think that's less related to the auth concept and more a bank/issuer decline. AFAIK capturing won't fail

#

But in any case, there's still the same chance of failure/decline in your other flow. Your integration needs to handle that

chrome badge
swift lantern
chrome badge
#

Thanks!