Sample PHP Integration of Deposits.lk
Get a clone of this repo.
request.php
// Change the API KEY - sandbox or live.
// This KEY is a public key
$API_KEY = "CHANGE_THIS";
response.php
// Change the SECRET KEY - sandbox or live.
// This KEY is a PRIVATE key. Never show in the front end
$API_KEY = "CHANGE_THIS";
$API_SECRET = "CHANGE_THIS";