Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alipay Integration [closed]

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.

like image 929
Ruslan Polutsygan Avatar asked Sep 02 '11 10:09

Ruslan Polutsygan


People also ask

How do I integrate with Alipay?

Integration processSign up with your email address and confirm to activate. Provide your company information and upload certificate documents for the first time application. Select an Alipay service product to apply.

In which country Alipay is available?

Which countries support Alipay? Alipay supported countries include: US, UK, Australia, Hong Kong, Singapore, Canada, Brazil, Russia, Germany, Spain, Italy, and virtually every other major country in the world.

Does Stripe support Alipay HK?

In addition to all major credit and debit cards, Stripe supports alternative payment methods such as Alipay, WeChat Pay, and mobile payment methods like Apple Pay and Android Pay.

Is Alipay available worldwide?

Internationally, more than 300 worldwide merchants use Alipay to sell directly to consumers in China. It currently supports transactions in 18 major foreign currencies. Since the launch of Alipay in the Mainland China, Ant Financial introduced a series of expansion of the services to other countries.


3 Answers

I have also started development with alipay. Maybe this can be helpful: https://globalprod.alipay.com/order/integrationGuide.htm

like image 54
torayeff Avatar answered Oct 19 '22 09:10

torayeff


Stripe has just added support for Alipay. Using this is likely to be far easier than trying to reinvent the wheel.

like image 40
lambshaanxy Avatar answered Oct 19 '22 09:10

lambshaanxy


I just recently needed to integrate Alipay into my site, and decided to open up a derivative of my work. It's pretty basic, doesn't include refunds, etc. But it will hopefully point you in the right direction: https://github.com/bitmash/alipay-api-php

I will improve the library over time (hopefully). Keep in mind this is not the GLOBAL Alipay version. It is the domestic Alipay version for Chinese merchants. However, the APIs are very similar.

like image 33
Bitmash Avatar answered Oct 19 '22 09:10

Bitmash