#wizzymotion_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/1347648486958432399
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, you would need to fill this out: https://docs.stripe.com/payments/pix
I do not, I'm sorry.
Cus I did it previously.
Our support team will be able to assist you better than I can: https://support.stripe.com/contact
You can reach out there so an update
And can I add Google Payments or Apple payments via API?
Cus I don't wanna enable it as default.
only into a single case.
What does your integration look like? Are you using PaymentElements? Stripe Checkout? Or, something else?
Stripe Checkout
const session = await stripe.checkout.sessions.create(sessionConfig);
can I setup Google and Apple via config object?
can't find it on documentation
You can create a PaymentMethod configuration, https://docs.stripe.com/api/payment_method_configurations/create and then pass that pmc_ when you create the CheckoutSession: https://docs.stripe.com/api/checkout/sessions/create?lang=cli#create_checkout_session-payment_method_configuration
This will allow you to control the payment methods like you imagined
yes.. but I can't find the Apple Pay and Google Pay options
Hmm, they are here: https://docs.stripe.com/api/payment_method_configurations/create#create_payment_method_configurations-apple_pay and https://docs.stripe.com/api/payment_method_configurations/create#create_payment_method_configurations-google_pay
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sorry... in this documents I found it