This is the official AZPay Swagger Docs.
You need Node and Yarn. On the root of the project run:
yarn installTo run the Swagger Watcher for Transactions API:
yarn transactionsTo run the Swagger Watcher for Checkout API:
yarn checkoutTo build the Transactions and Cheeckout API:
yarn buildTo 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 transactionsTo deploy the Checkout API on Readme
yarn deploy checkout