GET
/payments/batchesAutenticadoListar lotes
Lista os lotes de cash-out (Pix em lote) da conta.
https://gateway.credito-direto.com/api/payments/batches
cURL
cURL
curl --request GET \
--url 'https://gateway.credito-direto.com/api/payments/batches' \
--header 'accept: application/json' \
--header 'authorization: Bearer TOKEN'Exemplo de resposta
Response JSON
{
"items": [
{
"id": "bat_01",
"name": "Folha 08/2026",
"status": "draft",
"created_at": "2026-08-21T09:00:00.000Z"
}
]
}