#notorious-dan-_api

1 messages ¡ Page 1 of 1 (latest)

sudden heraldBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1318513489714872330

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

frozen flint
#

How are you collecing the BACS payment method ?

#

You should be following this guide in order to collect the PaymentMethod and its mandate

#

According to the PaymentMethod Id used, it was created via your backend req_Tke6OncOjBOhdI without a mandate

tawdry olive
#

We are using API to onboard customers, We are collecting customer payment method details and then creating a payment method using stripe API

#

Is there a way to create a PaymentMethod with a mandate using API

frozen flint
#

Are you PCI DSS Compliant ?

#

You shouldn't handle raw payment data by your API directly.

tawdry olive
#

We are not storing any payment methods details in our system, We are using them to pass to stripe API

frozen flint
#

That's the point two, you are handling them and pass them without toknization in your System. You can't do that unless you are PCI DSS Compliant

tawdry olive
#

Ah Okay Thank you, For the my clarification if we are PCI DSS Compliant, Can we use the APIs to complete this work flow.

frozen flint
#

I was checking in the meantime yes, and it seems no.

#

You need to use Stripe Element or Checkout in order to collect the Payment Method details and the mandate

#

We are collecting customer payment method details and then creating a payment method using stripe API
You should collect the customer payment method details using Element or Checkout.

tawdry olive
#

Okay will try this flow and see. Thank you for the help

frozen flint
#

Welcome! Happy to help!