#brianp_04975

1 messages ยท Page 1 of 1 (latest)

fleet lichenBOT
white stump
#

Hi ๐Ÿ‘‹

I'm sorry for the redirect. What is the connect scenario and how are you collecting payment information?

gleaming egret
#

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

white stump
#

What Stripe tools are you using?

#

Checkout? Payment Element?

gleaming egret
#

How can I check which stripe tools I am using? I Have the root account login rights

white stump
#

What are you using to collect payment method information?

#

What APIs are you using?

gleaming egret
#

let me check the dashboard, 1 second

white stump
#

No that is still not what I am asking

#

And you should not show your developer tab

gleaming egret
#

oh ok sorry

#

how do I find what APIs I am using and tools I am using?

white stump
#

Where do your users enter their information?

gleaming egret
#

in an online form here

white stump
#

Okay so are you creating Payment Intents? Charges?

gleaming egret
#

What do you mean by payment intents?

white stump
#

ARe you writing any of the code involved here?

gleaming egret
#

Please give me 45 mins until the developers go online

white stump
#

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.

gleaming egret
#

I am blocked I can't do a 100% off coupon voucher in my environmen t

white stump
#

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

gleaming egret
#

Yes we use paymentIntents

white stump
#

In that case we do not allow a payment intent for $0

#

What are you trying to do in that case?

fleet lichenBOT
gleaming egret
#

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

lime socket
#

๐Ÿ‘‹ Taking over this thread, catching up now

#

If the amount is $0, why do you need a payment?

gleaming egret
#

Thanks River! The amount is something like $5 but the client wants a 100% off coupon

lime socket
#

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