This is a simple Rails app skeleton which has the most straightforward integration with PromisePay’s API. It corresponds to the tutorial in PromisePay’s documentation here: (promisepay-docs.readme.io/v1.0/docs/api-1)
-
Clone
-
Bundle
-
Migrate
-
Create .env file in the root folder
-
Set .env variables for PROMISEPAY_USER and PROMISEPAY_TOKEN
-
Create users at users/new
Visit the following link for more comprehensive instructions on the PP gem and its use: