#vparthay_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/1349112633604964362
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vparthay_api, 20 hours ago, 26 messages
Hi, we have test cards that you can use in test mode: https://docs.stripe.com/payments/partial-authorization#testing using your test API ley
I see only 2 cards here and i have been using this
My question is to test negative cases
If I want to test other cases like not_requested etc
declined
fully_authorized
and the test card always authorizes 70% of the amount i request..
This card authorizes 70% of the amount specified in the confirmation request rounded down to the nearest unit (for example, cents) with partial authorization requested. Otherwise, it declines it with an insufficient funds error code.
What if user balance has 0$ and i pass request_partial_authorization
We only have those cards to test currently. Why would these decline be different than https://docs.stripe.com/testing?testing-method=card-numbers&payment-method=others#declined-payments ?
How would failed payload look in that case?
What if user balance has 0$ and i pass request_partial_authorization
i am not able to simulate/test this
You would use the insiffficient funds card: https://docs.stripe.com/testing?testing-method=card-numbers&payment-method=others#declined-payments
The payload would not be different in those cases right? These would be just like regular declines