#notorious-dan-_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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
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
Are you PCI DSS Compliant ?
You shouldn't handle raw payment data by your API directly.
We are not storing any payment methods details in our system, We are using them to pass to stripe API
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
Ah Okay Thank you, For the my clarification if we are PCI DSS Compliant, Can we use the APIs to complete this work flow.
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.
Okay will try this flow and see. Thank you for the help
Welcome! Happy to help!