Skip to content

PedroPauloML/mundipagg_integration_sdk

Repository files navigation

Mundipagg Integration SDK

This is a simple project to learn how to use Mundipagg API.

Getting started

To install dependencies, run: bundle install.

To create database and apply migration, run: rails db:create db:migrate.

Config's Mundipagg API

To view config's Mundipagg API, access the file config/initializers/mundipagg_api.rb.

To API work is required has a account configured in it platform. To authenticate with SDK, create a enviroment variable named MUNDIPAGG_INTEGRATION_SDK_USER_NAME with your secret_key and a enviroment variable named MUNDIPAGG_INTEGRATION_SDK_PASSWORD with your password.

Observation: Test enviroment doesn't has password. Read here.

To more details, access SDK Github repository and Mundipagg documentation

And now?

Enjoy learning!