#Mallain23 - Profit Sharing
1 messages ยท Page 1 of 1 (latest)
๐ jumping in here
Reading!
So yes, you can bypass the steps in the doc you mentioned that include handling the PaymentMethod if you already have it. Instead, you would set the default_payment_method on the Subscription when you create the Sub: https://stripe.com/docs/api/subscriptions/create#create_subscription-default_payment_method.
Alternatively, you can set the Customer level default (invoice_settings.default_payment_method) https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-default_payment_method and that payment method will then be used for all Subscriptions associated with the Customer
Ok and this is still in compliance with the profit sharing guidelines ?
Hmmm I'm not familiar with the profit sharing guidelines specifically. Is there a doc or something you are following for those guidelines? We don't really handle the sales side of things here... just how to integrate with the API.
This is the requirement set out: โข Integrate with Checkout OR use the (new!) Payment Element for all online card payments. Platform can commit integration work to be completed in the next 3 months to proceed with revenue share agreement
We were communicating with Jade Latson at Stripe about the requirements: jadelatson@stripe.com
Ah okay yeah so we really don't know much about requirements for rev sharing. I'd assume this integration should be fine for that, but you may want to check with your contact on that.
I posed the same question to her, and she said she was escalating it to the developer team and suggested I reach out on Stripe's Discord platform