#karon_11404

1 messages · Page 1 of 1 (latest)

cunning yarrowBOT
long lake
#

Hi there, can you give me some context about your ask

#

If you are following some guides, send me the link

next garnet
#

Sure, I made some business cards with a qr code on it to a product on stripe. In that product I made the payment option the ability for the customer to choose what they want to pay. But upon testing it, I realize now that $0 is not acceptable and at least .50 must be paid.

#

I'd like to be able to just give them the app for free.

#

But stripe is integrated with our app (flutter based/ react)

#

So I wanted to use a free product to allow them to get the app.

long lake
#

Which stripe product are you using? PaymentLink? CheckoutSession?

next garnet
#

PaymentLink I believe? I'm referring to the stripe gui side not like backend code side

#

I made the QR code via the create payment link on the product page.

#

I figured out you can't do free stuff when I tried to create a subcription that costs $0/ month

#

I couldn't create a payment link

#

i was trying to figure out how to do make a free product with code as I don't know how to do that.

long lake
#

I don't think you can create a paymenLink with $0, maybe you want to create a promo code and let your customers use it? https://support.stripe.com/questions/promotion-codes

next garnet
#

If I were to go about NOT requiring payment via source code, how would I do it?

#

Meaning how can I hire someone to help me make that?

#

How does one even begin to do dev work through stripe?