GET
/
pixQrCode
/
check
curl --request GET \
  --url https://api.abacatepay.com/v1/pixQrCode/check \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "PENDING",
    "expiresAt": "2025-03-25T21:50:20.772Z"
  },
  "error": "<any>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

ID do QRCode Pix

Response

200
application/json
Status retornado
data
object
error
any