SaqSaq Docs

渲染 QR Code

GET
/pix/qr-code/{transactionId}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

transactionId*string

Header Parameters

Content-Type*string

Obrigatório em toda chamada Saq.

Default"application/json"
Value in"application/json"

Response Body

image/png

application/json

application/json

curl -X GET "https://api.saq.processamento.com/v1/pix/qr-code/string" \  -H "Content-Type: application/json"
"string"
{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "querystring/dateFrom Invalid input: expected string, received undefined",
  "requestId": "cmou00000abcdef01s6ghij1k2lm"
}
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "Resource not found",
  "requestId": "cmou00000abcdef01s6ghij1k2lm"
}