aleDsz / pagarmeR

Pagar.me's R API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pagar.me's R API

License:MIT License


Languages

Language:R 100.0%