#daniele_docs

1 messages ¡ Page 1 of 1 (latest)

clever glacierBOT
#

👋 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/1227232440452513932

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

woeful otterBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

woeful otterBOT
waxen night
#

hi! not sure I follow(I'm assuming by APM === LPM == local payment method == methods that are not card).

That guide you linked just works for various payment methods as it is.

jade edge
#

That guide you linked just works for various payment methods as it is.
but were should we send the chosen alternative payment method?

#

like how do we initialize the stripe element for SEPA instead of a card?

waxen night
#

you don't , the UI does that for you.

#

The guide presents the PaymentElement and that has the UI for selecting the method.

#

that is what the PaymentElement as mentioned in the guide, is.

jade edge
#

but we don't have that

#

our current integration forces the customer to one of the APMs already chosen

#

so we already know if the customer has chosen Cards or PayPal or SEPA

#

and we force them to it

#

there's no way to set a default on the server-side integration?

#

or is it this?

waxen night
#

sure, you can set the paymentMethodTypes directly if you want the PaymentElement to only show certain methods.