#sarox-setupintent-cardsepa
1 messages · Page 1 of 1 (latest)
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.
Ok thanks; I need to have a credit card and IBAN from my customers for future payments, I see this page: https://stripe.com/docs/payments/save-and-reuse
do you use Checkout, our hosted page for collecting payment method details?
no, but if I can is good
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
and I create a product, 50 cent, use this for create Checkout Session
like first payment?
You don't need any product or payment
you said you just want to collect payment method details for future payments
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
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
Sure thing!
sorry can I ask for another theme or need opne new task?
feel free to ask more questions, I'm here to help!
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?
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
oh ok, resume my case, please tell me if there are a way
I'm sorry, you are a bit cryptic and all questions area bit vague. Resume what? Way to do what?
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
Who is User A? The person paying for the service? If so that's called a Customer in our APIs/Products
yes
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.
yes
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)
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?
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
ok good
In that case you were looking at the wrong doc really
What you want is to read https://stripe.com/docs/billing/quickstart. Make this work end to end without Connect first.
but if is use Stripe Billing I can Insert fee for me?
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
ook, is this recurring?
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
hi