Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.pixzypay.com/api/transactions/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "id": "019c7547-0433-7363-b8d8-704680370307", "amount": 1000, "status": "paid", "client_name": "João Silva", "client_email": "joao@email.com", "client_doc": "123.456.789-00", "client_phone": "11999999999", "created_at": "2025-01-15T10:00:00.000000Z", "updated_at": "2025-01-15T10:01:30.000000Z", "metadata": {}, "br_code": "00020126580014BR.GOV.BCB.PIX...", "qr_code": "base64_encoded_qr_code_image..." } }
Recupera os detalhes de uma transação específica pelo UUID ou external_id.
Bearer Token gerado em Configurações > Tokens de API.
UUID da transação ou external_id associado.
Detalhes da transação
"success"
Show child attributes