This is the official AZPay Swagger Docs.
You need Node and Yarn. On the root of the project run:
yarn install
To run the Swagger Watcher for Transactions API:
yarn transactions
To run the Swagger Watcher for Checkout API:
yarn checkout
To build the Transactions and Cheeckout API:
yarn build
To deploy on Readme.io, it's required a Readme Key. On your .zshrc or .bashrc:
export README_KEY="<YOUR_README_KEY>"
To deploy the Transactions API on Readme
yarn deploy transactions
To deploy the Checkout API on Readme
yarn deploy checkout