#mattiacattaneoo_api
1 messages ยท Page 1 of 1 (latest)
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.
- mattiacattaneoo_api, 3 hours ago, 20 messages
๐ 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/1225826020201070662
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi @runic ivy apologies for the delay. Can you help me understand what you mean by put a hold on a transaction?
My understanding currently is that you likely can't do that. As the issuer you can either approve or decline the transaction, I don't think you have the ability to put that on hold and decide later what you want to do.
Let's say i have to transfer funds on the virtual card right after the user provided the card to the merchant and the process pass through my app (i'm talking high level here, i don't really have an in-depth knowledge at the moment). So let's say i have this main transaction between the merchant and my virtual card, and a side transaction between my virtual card and another payment method that triggers right after the main transaction starts. Is that doable or is there a time constraint on the transaction?
I really don't know if it's a question you may be able to respond to, but even pointing me in some direction would be useful. Thanks
๐ Taking over as toby needs to step away soon
As toby said, there's no way to put a hold on this..
When the first transaction starts, your webhook endpoint will receive an event requesting approval/denial for the authorisation. You'll need to respond to it within seconds for the transaction to go through. I don't believe you can wait for a few seconds while the other issuing authorisation comes in.
Does that clarify?
yep thankss
Great!
Is like to clarify a bit. I basically need to pay with a virtual card but charge it with another card once the payment begins. So i was wondering how could i interact with your APIs to do that, also being my card issued by Stripe. Like, imagine it like a 3d Secure: a process that happens before the actual transaction starts.
I'm not sure I grasp the question unfortunately.