#firas_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/1386558016156991549
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
3-Conditional Release Based on Redemption: Our system generates a QR code and unique order ID for each customer purchase, which is scanned by the merchant upon redemption. Is it possible to hold the payment in Stripe and only release it to the merchant once the QR code is scanned and the redemption is confirmed? If yes, can it be immediate release?
1- You would want to pre-calculate your 5% fee into your application_fee_amount, on your fund flows. I suppose you are using Destination Charge or Direct Charge
2- You can use Manual Payout
3- As you are using Manual Payout, you can wait until your QR code is scanned and initiate the Payout from your end
Thank you for your responses. Regarding question #3 whether we use automatic payout or manual payout, then Is it possible to hold the payment in Stripe and only release it to the merchant once the QR code is scanned and the redemption is confirmed? If yes, can it be immediate release? does it work with both automatic payout and manual when the QR is scanned?
Would manual capture work for you? Manual capture will hold the transaction until you actually capcture it
thank you again, I think it might, I will have to ask my developer. However, if we do manual capture how/can we automatically release it when the QR code is scanned ? because the QR scan can happen a day later or a week later or a month later
Um capture normally can give you 30 days
It's like you confirm it first, then when the QR code is scanned, you can capture.
Your PI will stay in the confirmed-but-hasn't-captured state for maximum 30 days, for card transaction
If you can't use capture, then you could hold off confirming the PI in the first place untill your QR code is scanned
Thank you so much, I will relay those answers to the developer and will be in touch if there are any more questions. Have a great day ๐