#kkkkkkkkkkkkkkkkkkkkkd-sources-legacy

1 messages · Page 1 of 1 (latest)

leaden bolt
#

Generally, they don't have support for SCA regulation nor will we build any new payment methods with support for the Sources API

lilac knot
#

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?

leaden bolt
#

Good question, don't know off the top of my head!

#

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].

lilac knot
#

oh great yeah that worked. I wasn;t able to locate this documentation thanks for providing that.

leaden bolt
#

Yeah it's buried for a reason 😆

#

I'd recommend integrating with Payment Methods instead of Sources