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

GET
/withdrawals/{id}

Requisição

Parâmetros de Caminho

Parâmetros Header

Respostas

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/withdrawals/b69bab42-6187-4cc4-807c-a342eaaa04ca' \
--header 'x-api-key: sk_c6b0f1703772167d3ac262f4242a2d4e8ca8878bdec44ecb'
Response Response Example
{
    "status": true,
    "data": {
        "id": "fcf26178-7fa7-4178-9789-869b14f6161f",
        "amount": 10000,
        "method": "PIX",
        "pixKey": "38211277000136",
        "pixKeyType": "CNPJ",
        "status": "PENDING",
        "withdrawalType": "MANUAL",
        "approvedAt": null,
        "processedAt": null,
        "createdAt": "2025-07-10T14:17:14.970Z",
        "externalRef": null,
        "metadata": "{\"sellerExternalRef\": \"abc123\"}"
    }
}
Modificado em 2025-10-22 13:17:40
Página anterior
Find By Metadata
Próxima página
Get Balance
Built with