README.md

pagarmeR

Build Status Coverage Status

Pagar.me R library

Documentation

Getting Started

Install

You can install via R

install.packages("pagarmeR")

Configure your API key

You can set your API key in R:

library(pagarmeR)

PagarMe$api_key        <- "YOUR_API_KEY_HERE"
PagarMe$encryption_key <- "YOUR_ENCRYPTION_KEY_HERE"

Using Pagar.me Checkout

See our demo checkout.

More about how to use it here.

Support

If you have any problem or suggestion please open an issue here.

License

Check here.



aleDsz/pagarmeR documentation built on May 14, 2019, 8:58 a.m.