#fatima_11948
1 messages · Page 1 of 1 (latest)
Hello! Are you hoping to only integrate with bacs debit, or do you want to integrate with multiple payment method types?
No just basc payment
Like i perform through session created payment type basc but want to use cuatomize form on my domain using stripe form built in
Want to integrate subscriptions with direct basc direct dabit for uk
Need js frontend form and backend pho
?????
I'm still here, just talking to multiple folks at once
Hmm
If you want to collect bacs debit payments, we have a guide on how to do so here (https://stripe.com/docs/payments/bacs-debit/accept-a-payment?platform=web). If you don't want to use Payment Element then you'll have to write into support (https://support.stripe.com/contact) since the BACS scheme is fairly strict and you'd need to be approved to collect the mandate through your own flows
@boreal harness but card elements available iban but not founding basc payment elemnts
Like how to mount sort no and account number fields
yeah as I said, if you don't want to use the Payment Element you need to talk to support
I want but not found scripts
There's a specific approval process needed if you don't want to use the Payment Element or Checkout for BACS debit payment methods that can be reused in the future
Like for card element we mount card div
So any way to use basc payment elements built in my form
Again - please talk to support
There's ways to do this, but you have to be approved by support to do it
Script to generta payment method for basc?
Scripts to generate a payment method for basc direct debit?
????
I've repeated this multiple times - if you want to create your own customer form for bacs debit you need to talk to support to get approval.
If you want to use Payment Element I'm happy to help and I can point you to how to create a Payment Method, but if not, please talk to support (https://support.stripe.com/contact)
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Okay, then you can follow the guide here -https://stripe.com/docs/payments/bacs-debit/accept-a-payment
I'm not sure I understand your question? Didn't you say you want to use paymetn element?
How to create a this like form i shared form in my site so meed to create a html?
Do you mean a form like the one you just shared?
Yes
const stripe = Stripe('pk_test_TYooMQauvdEDq54NiTphI7jx');
const appearance = { /* appearance / };
const options = { / options */ };
const elements = stripe.elements({ clientSecret, appearance });
const paymentElement = elements.create('card'', options);
paymentElement.mount('#card-element');
Like we use for card this code use
That's payment element - it's the link I shared with you already (https://stripe.com/docs/payments/bacs-debit/accept-a-payment?platform=web)
What code will be use for basc payment
Payment Element is NOT the same as the Card Element
Did you read the link I sent you already? It goes through how to integrate with the Payment Element end to end
Ok so how to embed this payment elements in my form can you please give me example any?
Just bacs payment type not all payment elements
???
I want to embeded this all fields in my payment form
Now are u understood?
If you tried the payment element it would make more sense - you have control over which payment method types are displayed by setting payment_method_types when you create the Payment Intent
Ok so can you please provide a html and js for this purpose ?
Like frontend form like name and all basc payment related fields
I am using a cashier in laravel
???
This channel isn't here to write your code for you - I've already shared a full guide showing the exact steps you'd need to take to integrate with this
Please read through that link and try it out - if you have specific questions we can help answer them
Sure Thanks
Please what payment type will be use name give me for basc payment to creating payment intent?
Can you reword your question? I'm not sure what you mean
This is i want to know what type will be use