#Rilo
1 messages · Page 1 of 1 (latest)
Hi 👋
What do you mean "running Holds"? Do you have documentation you are referring to here?
If I run a CC transaction and it is not authorized a Decline Code will come back. i.e. Invalid Card
If I do a $1 hold an an account for example, and it fails, would that come back with the same Decline Codes?
Are you referring to the flow described in this doc?
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
In this case you get the authorization for the full charge first
Then capture the payment once it is authorized
Yes thanks. So during the Authorization step if there's an error - a decline code should come back?
The auth process is the same though. So if a payment you are trying to get returns a decline code https://stripe.com/docs/declines/codes it will behave the same
Jinx!
Haha
So the short answer is "yes - if I do an Authorization (but not capture), and it's bunk. A Decline Code will be the response"
Yes that is correct, it will behave the same because we are requesting authorization from the issuing bank and they respond with their auth response.
And our API handles it the same because that's what we do with bank responses
Perfect. Thank you! That's all I needed help with 🫡