I am integrating Alipay payment gateway in my website, I have download SDK from Alipay website and using their sample code. My payment is being made successfully but I am not getting response in notify url. I want to update my DB in notify URL. Any…
I have been trying to build an Alipay payment plugin for WooCommerce. I use credentials obtained from https://isandbox.alipaydev.com/. This website provides both Buyer account credentials and Merchant account credentials. I used Merchant account…
I have been trying to build a woocommerce plugin for Alipay from what I understand from their docs is:
I have request a payment through an url(consist of several params, like notify_url, return_url etc.)
Pay through their websit by loggin…
I am doing some research work on AliPay, after spending 4 hour still not geting any proper document to integrate with android.
Here is reference link to get sample demo and…
I am building an online store on Squarespace and I want my customers to have the option to check out with AliPay. How do I do it? I want people to choose whether to check out by Credit Card or AliPay.
Which parameters are needed to build a Alipay post URL ?
Currently using https://openapi.alipaydev.com/gateway.do? as a test URL and service is service=create_forex_trade
Using swift 2.0 Xcode 7.1.
And I am going to use an essential 3rd party library which is written in Objective-C. Also it's using UIAlertViewDelegate and this error occurs when I am trying to import it from the bridging header file.
Can you guys give…
we are developing an application for adobe air with in-app purchase
(of game add-ons).
we need to implement alipay inside the app.
I downloaded their documentations, it looks like there is no native extension for air.
i thought about using it with…
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 contact the seller". Here's a screenshot sent by a client…
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: Alipay) {
//alipayOrder is a string that has been…
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 me.
Trying to charge Alipay with Stripe, however it keeps reporting this error message. I can see the Alipay option is green in the Stripe Panel. Anyone got similar experience and solutions?
// Create a…
We are developing our own woocommerce payment gateway plugin (for Alipay).
After user presses "Proceed to Alipay" on the checkout page, the Alipay API takes the order information (amount, name, address, order number, etc.), creates a form with them,…
I am developing server side (back-end) app and I need integrate with AliPay:
Classical shopping API https://doc.open.alipay.com/doc2/apiList?docType=4
Cross-border shopping API…
Anyone having expierience with the integration of Alipay?
I tried the method on the following page:
https://globalprod.alipay.com/order/integrationGuide.htm
But after editing my hostfile I get an "Server not found" on the following…