Skip to content

Skip Pay PHP API client that makes it easy to use Skip Pay payment gateway.

Notifications You must be signed in to change notification settings

skip-pay/php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MallPayLib, PHP Skip Pay API client (deprecated)

MallPayLib is a PHP Skip Pay API client that makes it easy to use Skip Pay payment gateway.

  • It implements most of the API methods from Skip Pay API, see https://developers.skippay.cz/
  • The input and output JSON for the API calls converted to and from the associative arrays.
  • It includes a demo scripts

The Demo

Included demo illustrates use of MallPayLib\MallPayClient class with sample data.

  • The particular Skip Pay API calls are demonstrated in respective php files.
  • The responses from Skip Pay gateway are handled by files reply.php and notify.php.
  • All communication is logged in a log file.

Getting started

  1. Download the MallPayLib
  2. Run composer install
  3. Create demo/config.php from demo/config.php.example
  4. Run php -S localhost:8000
  5. Open http://localhost:8000/demo/index.php in your browser
  6. Click the link createApplication
  7. Press the button createApplication
  8. Observe the sample request data, scroll down to Result summary and click the gatewayRedirectUrl
  9. Finish the MALL application form
  10. After redirection back to the reply.php click the link getApplicationDetail
  11. Keep the filled applicationId field and press getApplicationDetail button
  12. Observe the result of your Skip pay application request

The demo can handle also the notifications from Skip Pay. To test the notifications, the demo has to run on a public internet domain, not on localhost.

About

Skip Pay PHP API client that makes it easy to use Skip Pay payment gateway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages