#davila7 - Subscriptions Error

1 messages · Page 1 of 1 (latest)

final sluice
vague sapphire
#

req_VjcmI8ryZb32j1

final sluice
#

Thanks! Taking a look...

#

What are you trying to do by specifying that?

vague sapphire
#

I'm creating Products and Prices in another sections, and in this part I'm try to charge a subscription to the user with that price id

final sluice
#

Okay, but why are you specifying payment_settings?

vague sapphire
final sluice
#

You can't start a paid Subscription for a Customer who has no way to pay for that Subscription. Can you explain more about what you're trying to build? What does your desired payment flow look like?

vague sapphire
#

ok

#

First I created a Product with a Price, then I need to send the user to the checkout page to subscribe to that price

final sluice
#

When you say "the checkout page" do you mean your own custom checkout page or Stripe Checkout?

vague sapphire
#

Stripe Checkout

final sluice
vague sapphire
#

greate, so I don't have to create a customer either

final sluice
#

Correct. Checkout will also create those for you (or you can specify an existing one when you create the Checkout Session).

vague sapphire
#

I'm getting this error now "You can not pass payment_intent_data in subscription mode."

#

I'm trying to charge the application_fee_amount to the connect account

final sluice