#sarox-setupintent-cardsepa

1 messages · Page 1 of 1 (latest)

sharp flaxBOT
steep wyvern
#

Hey @hard nimbus ! There are numerous ways to integrate Stripe (dozens really) so I'm going to need a lot more specific details about your code, which exact doc you are following, etc.

hard nimbus
steep wyvern
#

do you use Checkout, our hosted page for collecting payment method details?

hard nimbus
#

no, but if I can is good

steep wyvern
#

I would recommend using Checkout. It will make your life drastically easier. All you have to do is configure a Checkout Session to collect the right details and then redirect to Checkout and we'll handle all the payment method details for you

hard nimbus
#

and I create a product, 50 cent, use this for create Checkout Session

#

like first payment?

steep wyvern
#

You don't need any product or payment

#

you said you just want to collect payment method details for future payments

hard nimbus
#

oh

#

ok

steep wyvern
#

I'm sorry I am lost

#

this is a quickstart to accept a payment

#

You said you wanted to not collect a payment and just collect payment method details for future payments. You even shared an exact doc page: https://stripe.com/docs/payments/save-and-reuse and that doc has a clear and end to end explanation of how to do this with Checkout

hard nimbus
#

correct I use this page

#

I lost to point 5

steep wyvern
#

Sure and I'm recommending you stop that approach which is too complex and use Checkout.

#

do this, will take you a few minutes and you're done

#

sarox-setupintent-cardsepa

hard nimbus
#

oh ok sorry I confused Checkout way

#

I'm try it now thanks

steep wyvern
#

Sure thing!

hard nimbus
#

sorry can I ask for another theme or need opne new task?

steep wyvern
#

feel free to ask more questions, I'm here to help!

hard nimbus
#

If I have a customer with sepa_debit saved in Stripe; can I use direct charges on this customer and send direct money to an account in Connect?

steep wyvern
#

If you mean Direct Charges as in https://stripe.com/docs/connect/direct-charges then no because the SEPA Debit PaymentMethod would be saved on the platform and those can't be "cloned" to the connected account today, so that is impossible. In that flow you'd have to collect the payment method details directly on the connected account first, not on your own platform account

hard nimbus
#

oh ok, resume my case, please tell me if there are a way

steep wyvern
#

I'm sorry, you are a bit cryptic and all questions area bit vague. Resume what? Way to do what?

hard nimbus
#

User A receiving different debits by card or SEPA at different times
User B collects the charges made to User A
User C (me) collect a fee from receipts of B

steep wyvern
#

Who is User A? The person paying for the service? If so that's called a Customer in our APIs/Products

hard nimbus
#

yes

steep wyvern
#

Okay so a Customer pays with SEPA Debit or cards. User B receives the money so they are usually called a connected account and have their own Stripe account. And user C is you handling the payment acceptance for them and taking a share of the revenue which is usually called a platform

All of this is doable and then it depends on a lot of factors such as which countries you're operating in and what type of connected accounts you're using. If you use Standard accounts, where each business has its own Stripe account with Dashboard access then you have to use Direct Charges.

hard nimbus
#

yes

steep wyvern
#

All of this is fully compatible with Checkout, you can use Checkout to collect card or SEPA Debit details on behalf of that connected account and set everything up straight in their account and then create future payments using Direct Charges and take a share (an ApplicationFee)

hard nimbus
#

I create it with connect and direct charge

#

work fine

#

but if A don't pay...I have problem

#

there is a way for send a autopayment without user a need click on link and insert data?

steep wyvern
#

You might want to take a bit of time reading carefully through our docs. I worry you are definitely a bit lost and might have just picked a random doc without really understanding what you were really trying to do

#

If what you want is be a SaaS platform that helps businesses accept recurring payments, this is all really simple to build on top of Stripe by combining Stripe Connect and Stripe Billing for example

hard nimbus
#

ok good

sharp flaxBOT
steep wyvern
#

In that case you were looking at the wrong doc really

hard nimbus
#

but if is use Stripe Billing I can Insert fee for me?

steep wyvern
#

Once that works, add Connect into it by simply creating the Checkout Session on your connected account instead of your own account, and yes in that case you can take a fee off of each Invoice each month

hard nimbus
#

ook, is this recurring?

quartz orchid
#

Hi there 👋 taking over, as my colleague needs to step away

The quickstart guide koopajah posted is for setting up subscriptions, which are inherently recurring

hard nimbus
#

hi