1. Withdraw
  • Bem vindo
  • Webhook
    • Webhook de TRANSAÇÃO
    • Webhook de Saque
    • Create
      POST
    • Find
      GET
    • Find All
      GET
    • Delete
      DELETE
  • Transactions
    • Pix
      POST
    • BOLETO
      POST
    • CARTÃO
      POST
    • Find All
      GET
    • Find
      GET
    • Find By Metadata
      GET
  • Withdraw
    • Find All
      GET
    • Cash Out
      POST
    • Find By Metadata
      GET
    • Find
      GET
  • Balance
    • Get Balance
      GET
  • Disputes
    • Find All
      GET
    • Find
      GET
    • Seller appeal
      POST
  • Fees
    • Get seller Fees
      GET
  • Check
    GET
  1. Withdraw

Find By Metadata

GET
/withdrawals/search

Requisição

Parâmetros de Consulta

Parâmetros Header

Respostas

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/withdrawals/search?metadataKey=sellerExternalRef&metadataValue=abc123' \
--header 'x-api-key: sk_0ac4c3892f8b2d843cdc54f06ca260e15a7c9d0f4f44f679'
Response Response Example
Success
{
    "status": true,
    "data": [
        {
            "id": "fcf26178-7fa7-4178-9789-869b14f6161f",
            "seller_id": "3312a7f8-fa0d-42f0-a7c8-b785204f2ccb",
            "amount": 10000,
            "fee_amount": 699,
            "net_amount": 9301,
            "status": "PENDING",
            "processed_at": null,
            "rejection_reason": null,
            "approved_by": null,
            "withdrawal_type": "MANUAL",
            "approved_at": null,
            "pix_key": "12345678901234",
            "pix_key_type": "CNPJ",
            "external_ref": null,
            "method": "PIX",
            "acquirer_id": "27b48d1d-9d23-4c5b-acca-fbfe63c5a405",
            "created_at": "2025-07-10T14:17:14.970Z",
            "updated_at": "2025-07-10T14:17:14.970Z",
            "metadata": {
                "sellerExternalRef": "abc123"
            }
        }
    ]
}
Modificado em 2025-11-17 12:45:13
Página anterior
Cash Out
Próxima página
Find
Built with