Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 456 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 456 Bytes

wepay integration in php

WePay's API allows you to easily add payments into your application.

Step 1:

Replace the below credentials in checkout.php file. $client_id = "xxxxx"; $client_secret = "xxxxxxxxxx"; $access_token = "xxxxxxxxxx"; $account_id = xxxxxxxxx;

Step 2: Upload the files in your root directory.

For more in details please visit https://developer.wepay.com/

Email us at technologiesaviance@gmail.com if you will find any issues.