Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

urmaul/paypal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

Yii Paypal

Paypal API Client for Yii framework.

Warning! The code should be heavily refactored so updates can have backward incompatibility.

Supported API's

How to perform Express Checkout

Express Checkout is a simplest Paypal payment tool.

  1. Execute payment by calling $paymentUrl = setExpressCheckout(array $params) function. You need to pass request parameters to it.
  2. Redirect user to $paymentUrl.
  3. Check payment result by calling $result = finishExpressCheckoutPayment(). If $result is not false and $result['success'] is true, payment is sent.

About

Paypal API Client for Yii framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages