PayZuPayZu Docs

Baixar Comprovante

GET
/proof/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Id da transação

Query Parameters

type?string

Tipo que o comprovante será retornado

Default"pdf"
Value in"base64" | "pdf"

Response Body

curl -X GET "https://pix.payzu.io/v1/proof/string"
{
  "base64": "string"
}