#Ilfg
1 messages · Page 1 of 1 (latest)
Hi
You need to create Prices/Products in Stripe in order to use Subscription. Or at least Products, and use price_data when creating a Subscription:
https://stripe.com/docs/api/subscriptions/create#create_subscription-items-price_data
If i want to avoid creating products into Stripe, I should use payment intent ?
yes, however you need to manage recurring payments by your own
Is there any use case where a company stores data into Salesforce (or a relatively close CRM) then use those data to create a payment intent ?
I think there is some beta connectors for Salesforce: https://stripe.com/docs/connectors/salesforce
if you want to learn more about them, register for the beta here:
https://stripe.com/docs/connectors/stripe-connector-for-salesforce/overview
I was thinking about using this beta connector, thanks for the answer !