Skip to content

A sample implementation to demonstration how hosted payment gateways integration should be implemented

Notifications You must be signed in to change notification settings

officernd/hosted-payment-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Deploy on Heroku

  1. Clone this repository locally
  2. Create a Heroku app with name <app-name>
  3. Configure a gateway to work with OfficeR&D
    • add variable SECRET with the value provided in OfficeR&D
    • set Gateway Url in OfficeR&D to https://<app-name>.herokuapp.com?amount={{ amount }}&reference={{ reference }}&transactionId={{ transactionId }}&signature={{ signature }}&redirectUrl={{ redirectUrl }}
  4. Add Heroku remote heroku git:remote -a <app-name>
  5. Push to Heroku git push heroku master

About

A sample implementation to demonstration how hosted payment gateways integration should be implemented

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published