38 questions
0 votes
1 answer
33 views
Omnipay Alipay (Global) send() method is undefined
In Omnipay Alipay (Global), send() method is not working as expected. $response = $gateway->completePurchase($params)->**send()**; I received error message like this, Call to a member function ...
-1 votes
1 answer
669 views
Composer error when installing alipay dependency
For my current composer project, I need to use these dependencies: "lokielse/omnipay-alipay" : "dev-master", "lokielse/omnipay-wechatpay" : "dev-master" But ...
2 votes
1 answer
703 views
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 ...
0 votes
1 answer
518 views
Alipay payments fail with "The order data cannot be recognized..."
My customers are getting the following error message while trying to pay using Alipay: 订单信息无法识别,建议联系卖家 which translates to "The order information cannot be recognized, it is recommended to ...
1 vote
0 answers
122 views
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 ...
1 vote
0 answers
174 views
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 ...
1 vote
0 answers
495 views
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 ...
1 vote
1 answer
890 views
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 ...
3 votes
3 answers
1k views
Stripe Subscription payment using Alipay
I have stripe subscription payment button and the following is the code for that: var stripe = Stripe("<?php echo $stripe["public_key"]; ?>"); $(".btnStripeSubscribe").click(function () { ...
0 votes
1 answer
246 views
How to do alipay in ionic 4
I am new in ionic 4. I want to add alipay plugin in my ionic apps. I saw all the tutorial do like this only : import { Alipay } from '@ionic-native/alipay/ngx'; constructor(private alipay: ...
-3 votes
1 answer
1k views
Android app suspended from Google play, can't get it reinstated
Google has apparently decided to crack down on usage of Chinese SDKs, because both a client and a colleague got their apps suspended from the Play Store for using an old version of a Chinese SDK*. My ...
1 vote
0 answers
65 views
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 ...
-1 votes
1 answer
855 views
Alipay payment gateway integration : ILLEGAL_SIGN error
ALIPAY PAYMENT GATEWAY RETURNS WITH "ILLEGAL_SIGN" ERROR. I am new to payment gateway integration. I have been attempting to test alipay payment gateway (test environment). At first, I opened a test-...
-1 votes
1 answer
514 views
Alipay/Wechat Pay payment from mobile website
Is it possible from a mobile website to trigger a payment request in either: 1. Alipay 2. Wechat Pay I'm specifically looking at the mainland China version of both if that makes a difference.
0 votes
1 answer
244 views
Ionic cordova plugin - Alipay
my question is so simple: the Alipay ionic plugin is for global or local version. By local version I mean, the version used only for people they live in China. Thanks for all they have tried to help ...