Consultando um QRCode

Get a list of QRCode

get

This endpoint return a qrcode list.

Authorizations
Header parameters
User-AgentanyOptional

Client Identifier

Responses
200
OK
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"
    }
  }
]

Get a QRCode

get

This endpoint return a qrcode.

Authorizations
Path parameters
qrcodeIDanyRequired

QRCode ID

Header parameters
User-AgentanyOptional

Client Identifier

Responses
200
OK
application/json
Responsestring
get
GET /v1/pix/{qrcodeID} HTTP/1.1
Host: sandbox-api.pagou.com.br
X-API-KEY: YOUR_API_KEY
Accept: */*
text

Last updated