#jerome9652
1 messages · Page 1 of 1 (latest)
Hi there, let me take a look
Looks like you didn't enable Alipay in test mode https://dashboard.stripe.com/test/settings/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
OK, I will check in the live mode.
How about this one?
Still no Alipay
Because the curreny is US, the Alipay doesn't show?
https://stripe.com/docs/payments/alipay/accept-a-payment?platform=web&ui=checkout because it's a subscription mode checkout. Alipay only supports payment mode checkout
How about this one? it's payment in US currency, no Alipay
But the doc shows Alipay supports usd
The doc shows supported currencies don't contains CNY, but it works when I use CNY : https://checkout.stripe.com/c/pay/cs_test_a1RUGe5iRVHZZHW0HMpcNI5A823gnrhAUPP7MCxMGuXZa2gH8eXGT4e95n#fidkdWxOYHwnPyd1blpxYHZxWjA0S19TaEFJM2dzVGpJbEFkUVdiV2RpNX1oVHFhaz1kcjdOM2RrbURmYFBLQDVcckhIZHN3bzNhMkN9XG90QzVpbU9oaFBnc3JdZ11HcWdBY3xNSm9HVH9QNTVkVzVBYlJhSycpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl
This doc is not very clear. But the basic idea is that you can use CNY and the default currency for you account's country (i.e., SGD for SG)
So, how about usd? why usd is not worked?
No, since your account is based in SG, the currencies that Alipay supports is CNY and SGD.
How about HKD?
No, just CNY and SGD.
OK, Get it
Another question about prices
Why cannot I get HKD currency price in price prod_Ogoyvc9bp5ybFU
In this price, i've added HKD currency
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The HKD currency is set as one of the currency_options to this price
Yes
You should expand the currency_options (https://stripe.com/docs/api/prices/object?lang=node#price_object-currency_options) to get the list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The prices api doesn't return the options
https://stripe.com/docs/api/expanding_objects?lang=node#expanding_objects this is how you expand the respones
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Get it