An open API service indexing awesome lists of open source software.

https://github.com/danilocdev/api_pagarme

encrypt card with api, for testing.
https://github.com/danilocdev/api_pagarme

Last synced: about 1 month ago
JSON representation

encrypt card with api, for testing.

Awesome Lists containing this project

README

          

# api_pagarme

url: https://api-pagarme.vercel.app/enc

api de encrypt da gateway pagarme . precisa apegas mandar um body em json com os seguintes campos

{
"name":"danzok silver",
"number":"numero do cartao",
"data": "06/2028",
"cvv":"122",
"apikey":"ek_live_9283jhasghdhyg",
}

lembrando que cada site tem sua key da gateway pagarme.

reponse

![image](https://github.com/danzok/api_pagarme/assets/105066526/ffe906ac-cc2d-40eb-8bfd-7ff70caab8d9)