#heenatejwani
1 messages · Page 1 of 1 (latest)
What is 'DD integration'?
Direct Debit for BACS
Ok, and what kind of Connect accounts are you planning to use?
I'd recommend looking here: https://stripe.com/docs/connect/accounts
That will explain the different types of Connect accounts, and which are best suited to that platform you're building
From there, you can begin to build out the Connect integration
OKay we are using Stripe Connect Standard
Its a existing project , I need to implement Direct Debit for BACS
for stripe and stripe connect
Ok, and how are you collecting payments right now? Do you use Payment Element? Checkout?
Worth noting too that BACS DD is only available for UK merchants
Card Element?
That doesn't support BACS, so you'll need to migrate to Payment Element: https://stripe.com/docs/payments/payment-element/migration
Asking for stripe or stripe connect?
I don't understand the difference
IS there any common way to implement for all ?
No, the connected account must be a UK merchant
Yeah exactly , I also want to understand can we use common DD flow for both?
Sure, you can implement the same Payment Element UI/flow for your Connect and non-Connect payments
Confirmed with my senior and he saying "none, we have our own paypage hosted by us and only connect to Stripe via the server API"
If you already have a Connect integration with an existing Card Element flow, I'd recommend first upgrading to the Payment Element
You can't support BACS that way, you need to use one of our payment UIs: https://stripe.com/docs/payments/bacs-debit/accept-a-payment
for both stripe and stripe connect we have same doc for DD?
Largely yes. How you collect BACS from users does not differ
It's how you create the associated Payment Intent that would differ (i.e. passing Stripe-Account header, etc)
the same thing was with the Stripe Connect implementation, that we were pushed onto using Payment Element or Checkout , Why we cannot do this?
I don't understand the question
My senior saying we are already doing payment with card using our own paypage hosted by us and only connect to Stripe via the server API.
Why cannot we create DD this way
We dont have option to change payment UI element
It will be common
It's just not currently supported unfortunately