Skip to main content
curl --request POST \
  --url https://pay.valora.cash/v1/pixQrCode/check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --body '{
  "txid": "83106dc5928047f395b2b5d551c9b3c3"
}'
{ 
	"status": "Paga",
	"created_at": "2025-30-10T18:56:15.538Z",
	"updated_at": "2025-30-10T18:56:15.538Z",
	"expires_at": "2025-30-10T18:56:15.538Z"
}

Authorization

Authorization
string
required
Cabeçalho de autenticação Bearer no formato Bearer <api-key> onde <api-key> é a sua chave de API.
curl --request POST \
  --url https://pay.valora.cash/v1/pixQrCode/check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --body '{
  "txid": "83106dc5928047f395b2b5d551c9b3c3"
}'
{ 
	"status": "Paga",
	"created_at": "2025-30-10T18:56:15.538Z",
	"updated_at": "2025-30-10T18:56:15.538Z",
	"expires_at": "2025-30-10T18:56:15.538Z"
}

Query Parameters

txid
string
required
ID do QRCode Pix

Response

response
object
Status retornado
txid
string
Identificador único do QRCode Pix.
amount
string
Valor a ser pago
status
string
Informação sobre o andamento do QRCode Pix.Available options:  Aguardando, Expirado, Cancelado, Paga, Reembolsado
created_at
string
Data de criação do QRCode Pix.
updated_at
string
Data de atualização do QRCode Pix.
expires_at
string
Data de expiração do QRCode Pix.
error
null