#Olivia Wen
1 messages · Page 1 of 1 (latest)
Have you enable them on your Dashboard setting? And do you use Automatic Payment Method on the Checkout?
I have enabled Alipay and WeChat in the dashboard.
How do I use the automatic payment method in checkout?
Which parameter is it in the interface document? I can't find it, please help!
https://stripe.com/docs/payments/dashboard-payment-methods simply don't include any payment_method_types in your request
SessionCreateParams sessionCreateParams = SessionCreateParams.builder()
.setMode(SessionCreateParams.Mode.PAYMENT)
.setSuccessUrl("http://localhost:8080/success")
.setCancelUrl("http://localhost:8080/cancel")
.addLineItem(SessionCreateParams.LineItem.builder()
.setPrice(
price.getId())
.setQuantity(
2L)
.build())
.build();
Session session = Session.create(sessionCreateParams);
Okie, do you see your request in https://dashboard.stripe.com/test/logs ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If you could provide the request id req_xxx I can do a quick check
We are looking into this
qq, if you use a price in SGD instead, do you see AliPay/WechatPay?
Does it work?
I think that's AliPay/WeChatPay requirement
Since you are a SG merchant, you can only enable on SGD