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
1
vote
0 answers

Alipay Payment GateWay not getting response in notify URL

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…
1
vote
1 answer

Alipay sandbox | notify_verify response issue | Invalid partner

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…
Shafayat Alam
  • 702
  • 1
  • 14
  • 32
1
vote
0 answers

Alipay notify_url issue | PHP

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…
Shafayat Alam
  • 702
  • 1
  • 14
  • 32
1
vote
1 answer

AliPay android integration with proper document in english?

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…
Amit Prajapati
  • 13,525
  • 8
  • 62
  • 84
1
vote
0 answers

Is there a way to integrate Alipay with Squarespace?

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.
Sachin Jaiswal
  • 143
  • 1
  • 9
1
vote
1 answer

Alipay post URL when click on order submit

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
Joel
  • 55
  • 3
1
vote
0 answers

error: no type or protocol named 'UIAlertViewDelegate'

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…
Roger
  • 973
  • 10
  • 15
1
vote
1 answer

Adobe AIR app with ALIPAY

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…
calimero
  • 31
  • 1
  • 4
0
votes
1 answer

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 contact the seller". Here's a screenshot sent by a client…
Sergey Slepov
  • 1,861
  • 13
  • 33
0
votes
1 answer

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: Alipay) { //alipayOrder is a string that has been…
qing
  • 785
  • 1
  • 10
  • 24
0
votes
1 answer

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 me.
Hamza
  • 33
  • 9
0
votes
1 answer

Stripe Alipay onboarding with v3 js API

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…
Wils
  • 1,178
  • 8
  • 24
0
votes
0 answers

WordPress Plugin can't do echo

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,…
0
votes
1 answer

AliPay sandbox environment (API for testing)

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…
0
votes
1 answer

alipay intergration page not found

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…