Skip to main content
GET
/
formas-pagamento
/
{idFormaPagamento}
Obter forma de pagamento
curl --request GET \
  --url https://api.tiny.com.br/public-api/v3/formas-pagamento/{idFormaPagamento} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "nome": "<string>",
  "situacao": 1
}

Path Parameters

idFormaPagamento
integer
required

Response

OK

id
integer
nome
string | null
situacao
enum<string> | null
  • 1 - Habilitada
  • 2 - Desabilitada
Available options:
1,
2