curl -X GET "https://api.thalbank.com/withdrawals/search?metadataKey=orderId&metadataValue=ORD-001" \ -H "x-api-key: sua_api_key"
[ { "id": "c3d4e5f6-a7b8-9012-cdef-123456789012", "amount": 50000, "method": "PIX", "status": "PAID", "metadata": { "orderId": "ORD-001" }, "createdAt": "2026-03-10T12:00:00.000Z" } ]
Busca saques por chave e valor de metadata
metadata
orderId
ORD-001
Was this page helpful?