Skip to main content
GET
/
receipts
/
{transaction_id}
Baixar comprovante
curl --request GET \
  --url https://production.api.noodle.cx/external/receipts/{transaction_id} \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

transaction_id
string
required

Response

Successful Response