#brianp_04975
1 messages ยท Page 1 of 1 (latest)
Hi ๐
I'm sorry for the redirect. What is the connect scenario and how are you collecting payment information?
Thanks Snufkin, we run an online signup form which pays into our stripe integration and distributes the payment out to the client's stripe account (via stripe connect). But I believe because we have this enviornment setup, we aren't able to issue a 100% off coupon (for testing and as per the client's requirements) because of a 50c minimum charge fee
@white stump
How can I check which stripe tools I am using? I Have the root account login rights
let me check the dashboard, 1 second
Where do your users enter their information?
in an online form here
Okay so are you creating Payment Intents? Charges?
ARe you writing any of the code involved here?
- Payment Intents: https://stripe.com/docs/api/payment_intents
- Charges: https://stripe.com/docs/api/charges
Please give me 45 mins until the developers go online
This forum is specific to unblocking developers coding integrations with Stripe APIs. I am sorry you were redirected here as that is not how it should go since neither you or I was prepared to handle this situation in a way to get you a resolution.
We will likely close this thread but your developers are welcome to ask specific questions about working with the Stripe APIs and we will do our best to unblock them.
I am blocked I can't do a 100% off coupon voucher in my environmen t
I can't help you if I don't know what APIs you are using. You are likely correct that you cannot use a 100% discount but I cannot be sure unless I know the APIs you are integrating with
Yes we use paymentIntents
In that case we do not allow a payment intent for $0
What are you trying to do in that case?
Hi Snufkin, I'm trying to run a 100% off coupon with a Stripe Connect account, is there any alternative to using Payment Intent?
or can you lower it for our account?
I mean lower it to 0
๐ Taking over this thread, catching up now
If the amount is $0, why do you need a payment?
Thanks River! The amount is something like $5 but the client wants a 100% off coupon
If Payment Intent is used, it should be handled by your own system. When a 100% off coupon is applied, you don't create a Payment Intent at all and mark in your database that the amount is $0 and payment/order is completed