API - Bandeira Cartão
API - Bandeira Cartão
GET
https://sandbox-api.invoisys.com.br/api/enums/bandeira_cartao
Retorna todas as bandeiras disponíveis
Headers
Name
Type
Description
Content-type
string
application/x-www-form-urlencoded
Accept
string
application/json
Authorization
string
bearer <valor>
[
{
"key": 1,
"value": "Visa"
},
{
"key": 2,
"value": "Mastercard"
},
{
"key": 3,
"value": "AmericanExpress"
},
{
"key": 4,
"value": "Sorocred"
},
{
"key": 5,
"value": "DinersClub"
},
{
"key": 6,
"value": "Elo"
},
{
"key": 7,
"value": "Hipercard"
},
{
"key": 8,
"value": "Aura"
},
{
"key": 9,
"value": "Cabal"
},
{
"key": 99,
"value": "Outros"
}
]
Swagger
APIs Relacionadas 🎈
Last updated
Was this helpful?