Skip to main content
GET
/
pix
/
dict
cURL
curl --request GET \
  --url https://api.fortunapay.com.br/v1/pix/dict \
  --header 'Authorization: Bearer <token>'
{
  "payee": {},
  "dictKey": "<string>",
  "endToEndId": "<string>"
}
⚠️ É realizada a cobrança de R$0,49 a cada consulta realizada.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

DICT retornado com sucesso

payee
object
dictKey
string
endToEndId
string