Find Payout

Find Payout

GET {{Environment_URL}}/v1/payments/payouts/:payoutId

Headers

Name
Value

Authorization

Bearer <token>

Path Variables

Name
Description

payoutId

ab5255b6-541f-4109-b51d-fad170fa7192

Response

{
    "data": {
        "id": "ab5255b6-541f-4109-b51d-fad170fa7192",
        "accountId": "acc-01k7t681w3pvqxe0svmj573j0x",
        "agentId": 1,
        "payoutTransactionId": "7804196",
        "amount": "0.18",
        "payoutMethod": "TED",
        "pixType": "UNKNOWN",
        "pixKey": null,
        "type": "SIMPLE_PAY_PLATFORM_TRANSFER",
        "name": "N/D",
        "cpf": null,
        "cnpj": "22624431000100",
        "accountNumber": "294932107",
        "branchNumber": "0001",
        "bankNumber": "450",
        "status": "COMPLETED",
        "error": null,
        "accountType": "IP",
        "proofOfPaymentUrl": "{{url}}.pdf",
        "externalId": "pfee_01k88senbrvganq7qhq0gcteke",
        "transactionEndToEndId": "E9990335420251023150265857CB4CF9",
        "originBatchId": null,
        "refundedAmount": null,
        "ownerDocument": "22624431000100",
        "createdAt": "2025-10-23T15:02:01.954Z",
        "updatedAt": "2025-10-23T15:02:22.679Z"
    }
}