PayZuDocs

Returns the details of a given charge

GEThttps://api.payzu.io/v1/charges/{chargeId}
GET
/charges/{chargeId}

Path Params

Charge id

Responses

curl -X GET "https://api.payzu.io/v1/charges/string" \  -H "Authorization: Bearer {{token}}"
200
{
"id": "e3b7a1f2-8c4d-4a09-9f1e-2b6c8d5a7e90",
"externalId": "pedido-1234",
"postbackUrl": "https://seusite.com.br/webhooks/payzu",
"amount": 10000,
"paymentType": "creditcard",
"createdAt": "2026-06-12T14:35:22.000Z",
"updatedAt": "2026-06-12T14:35:24.000Z",
}