#kkkkkkkkkkkkkkkkkkkkkd-sources-legacy
1 messages · Page 1 of 1 (latest)
Generally, they don't have support for SCA regulation nor will we build any new payment methods with support for the Sources API
Ok, I am testing alipay with sources in test mode just to try to understand how it works. When I created an alipay source the status is now pending until the customer authorizes the payment. Given this is in test mode, how do i get the source to be chargeable since there is no real customer?
Good question, don't know off the top of my head!
Have you seen this doc? https://stripe.com/docs/sources/alipay
The way Alipay works normally is: users are redirected to Alipay to auth the payment
When creating a Source object using your test API keys, you can follow the URL returned in the redirect[url] field. This leads to a Stripe page that displays information about the API request, and where you can either authorise or cancel the payment. Authorising the payment redirects you to the URL specified in redirect[return_url].
oh great yeah that worked. I wasn;t able to locate this documentation thanks for providing that.