Pix ProcessamentoPix Processamento Docs
API 端点Pix 收款

渲染 QR Code

GET
/pix/qr-code/{transactionId}

认证

BearerAuth
认证Bearer <token>

位置: header

Path 参数

transactionId*string

响应体

image/png

application/json

application/json

curl -X GET "https://api.exemplo.processamento.com/v1/pix/qr-code/string"
"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"
}