#fatima_11948

1 messages · Page 1 of 1 (latest)

hardy owlBOT
boreal harness
#

Hello! Are you hoping to only integrate with bacs debit, or do you want to integrate with multiple payment method types?

pastel lance
#

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

#

?????

boreal harness
#

I'm still here, just talking to multiple folks at once

pastel lance
#

Hmm

boreal harness
pastel lance
#

@boreal harness but card elements available iban but not founding basc payment elemnts

#

Like how to mount sort no and account number fields

boreal harness
#

yeah as I said, if you don't want to use the Payment Element you need to talk to support

pastel lance
#

I want but not found scripts

boreal harness
#

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

pastel lance
#

Like for card element we mount card div

#

So any way to use basc payment elements built in my form

boreal harness
#

Again - please talk to support

#

There's ways to do this, but you have to be approved by support to do it

pastel lance
#

Script to generta payment method for basc?

#

Scripts to generate a payment method for basc direct debit?

#

????

boreal harness
#

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)

pastel lance
#

Yes i want to use payment elements

#

Please provide for basc direct debit

boreal harness
pastel lance
#

This needed elemnts

boreal harness
#

I'm not sure I understand your question? Didn't you say you want to use paymetn element?

pastel lance
#

How to create a this like form i shared form in my site so meed to create a html?

boreal harness
#

Do you mean a form like the one you just shared?

pastel lance
#

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

boreal harness
pastel lance
#

What code will be use for basc payment

boreal harness
#

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

pastel lance
#

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?

boreal harness
#

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

pastel lance
#

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

#

???

boreal harness
#

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

pastel lance
#

Sure Thanks

hardy owlBOT
pastel lance
#

Please what payment type will be use name give me for basc payment to creating payment intent?

boreal harness
#

Can you reword your question? I'm not sure what you mean

pastel lance