PayZuDocs

List pending deposits

Returns the recorded incoming Pix that have not been credited to the account yet.

Confira nosso tutorial
GEThttps://api.payzu.processamento.com/v1/user/deposit-pending
GET
/user/deposit-pending

Query Params

Comma-separated statuses: PENDING, APPROVED, REJECTED, EXPIRED, COMPLETED.

CPF or CNPJ, digits only.

Name of the payer or receiver.

End-to-end ID of the Pix.

Minimum amount.

Maximum amount.

Start of the creation date range.

End of the creation date range.

Page number.

Items per page.

Responses

curl -X GET "https://api.payzu.processamento.com/v1/user/deposit-pending" \  -H "Authorization: Bearer {{token}}"
{
"page": 1,
"limit": 20,
"hasNextPage": false,
}