Consultando um QRCode
This endpoint return a qrcode list.
Authorizations
Header parameters
User-AgentanyOptional
Client Identifier
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
GET /v1/pix HTTP/1.1
Host: sandbox-api.pagou.com.br
X-API-KEY: YOUR_API_KEY
Accept: */*
[
{
"amount": 1,
"customer_code": "text",
"description": "text",
"expiration": 1,
"metadata": [
{
"key": "text",
"value": "text"
}
],
"notification_url": "text",
"payer": {
"document": "text",
"name": "text"
}
}
]
This endpoint return a qrcode.
Authorizations
Path parameters
qrcodeIDanyRequired
QRCode ID
Header parameters
User-AgentanyOptional
Client Identifier
Responses
200
OK
application/json
Responsestring
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
GET /v1/pix/{qrcodeID} HTTP/1.1
Host: sandbox-api.pagou.com.br
X-API-KEY: YOUR_API_KEY
Accept: */*
text
Last updated