Questions tagged [alipay]

Alipay is a chinese third-party online payment solution.

Alipay is a chinese third-party online payment solution.

http://global.alipay.com/ospay/home.htm

37 questions
19
votes
3 answers

Alipay Integration

Does anybody know anything about Alipay payment service? Does alipay.com have an API (Like paypal or moneybookers)? Does anybody have documentation? I cannot find anything. Thanks in advance.
Ruslan Polutsygan
  • 4,401
  • 2
  • 26
  • 37
10
votes
1 answer

iOS : Where to start for AliPay integration?

I've a requirement to integrate AliPay payment gateway into my app, I've dived into google sea but unfortunately there's no fish for my need. From somewhere, I found this link, https://globalprod.alipay.com/order/integrationGuide.htm, but there's no…
Hemang
  • 26,840
  • 19
  • 119
  • 186
5
votes
1 answer

Receiving request strings on the server-side for Alipay mobile payment

I'm not entirely sure how popular or whether this question will get any responses since this question is more related to Chinese developers than those developers outside of, however, I am currently working on integrating the server-side scripting…
theGreenCabbage
  • 5,197
  • 19
  • 79
  • 169
3
votes
2 answers

Does Alipay support subscriptions

I need to integrate subscription billing using alipay. Does Alipay support subscriptions? . I got a sample project for 'overseas auto debit service'. Is this same like subscritions in paypal?
3
votes
1 answer

Immutant2 server logs showing fishy error message

I got this error message a couple of times 21:36:01,172 ERROR [io.undertow.request] (default task-18) Undertow request failed HttpServerExchange{ CONNECT www.alipay.com:443}: java.lang.IllegalArgumentException: UT000068: Servlet path match failed …
Devasia Joseph
  • 388
  • 4
  • 14
2
votes
1 answer

Getting "illegal parameter" when trying to call the alipay Payment API in the Sandbox

So what I am trying to do is is make a few API calls with AliPays https://global.alipay.com/docs/ac/ams/api API I followed the integration guide and I created the nessassary private / public keys and Client Id. I also followed the generate signature…
Petros Mastrantonas
  • 806
  • 1
  • 15
  • 41
2
votes
1 answer

Browser clearing cache on Redirection

Cache in local storage of browsers gets cleared when website page redirects from AliPay payment website. This is happening in some computers and working fine in some. From my website user selects AliPay payment method then user is redirected to…
2
votes
1 answer

Do any online payment providers allow payment to alipay accounts or Chinese bank accounts from outside of China?

Sorry if I'm asking in the wrong place... Do any online payment providers allow payment from outside of China (My company is in New Zealand) to either Alipay or Chinese bank accounts? We are a language platform and are looking to take payment from…
Dan S
  • 21
  • 2
2
votes
2 answers

Alipay Payment Gateway Error?

I am trying to integrate Alipay Gateway with my website using this. I am getting the payment form but on redirecting to Alipay's website I am getting the ILLEGAL_PARTNER_EXTERFACE (pic attached) error. Few responses for the error online say…
Coderaemon
  • 3,619
  • 6
  • 27
  • 50
1
vote
0 answers

Type parameter 'com.stripe.android.PaymentIntentResult' is not within its bound; should extend 'com.stripe.android.model.StripeModel'

Type parameter 'com.stripe.android.PaymentIntentResult' is not within its bound; should extend 'com.stripe.android.model.StripeModel' private static final class PaymentResultCallback implements ApiResultCallback { …
95DBC
  • 31
  • 1
  • 1
  • 6
1
vote
0 answers

Can't use AliPay and Alibaba Push sdks in the same project due to Duplicate classes

I added Allibaba Push SDK to my Android project by adding the following module: com.aliyun.ams:alicloud-android-push. Then I tried to add the AliPay SDK in order to use payment via AliPay by downloading the following aar…
Avi Barel
  • 21
  • 3
1
vote
0 answers

Integrate AliPay with Stripe in Flutter

I want to integrate Alipay in my flutter application using stripe payments. I am able to add cards and they are working fine. But for Alipay, I can't find any proper solution. Can anyone please help me. var source = await…
Shivank
  • 95
  • 1
  • 1
  • 5
1
vote
1 answer

Generate digital signature with nodejs for Alipay API

I am implenting ALIPAY API, to my project. In order to make some request I need to generate a signature with RSA private.pem - public.pem. The documentions is only showing JAVA exemple, but I need to implement it in NodeJS. So I try using…
Nicks
  • 724
  • 3
  • 14
  • 31
1
vote
3 answers

Stripe Subscription payment using Alipay

I have stripe subscription payment button and the following is the code for that: var stripe = Stripe(""); $(".btnStripeSubscribe").click(function () { stripe.redirectToCheckout({ items: [{ …
May Myatnoe
  • 107
  • 9
1
vote
0 answers

ionic 3: How to create orderpay string to pass at alipay plug in from server side

i have an existing ionic3 application i need to integrate alipay and we chat payment, i know there are plug for both but I need any reference of how to generate order string or payment object at server side (Php laravel 5.4) which can be pass to…
paras shah
  • 861
  • 2
  • 9
  • 23
1
2 3