# API Endpoints (/en/docs/pix-processamento/endpoints)

## Endpoint groups [#endpoint-groups]

<EndpointGroups
  moreLabel="Show {count} more"
  lessLabel="Show less"
  groups="[
  { title: &#x22;Receive&#x22;, operations: [
    { method: &#x22;POST&#x22;, path: &#x22;/pix&#x22;, href: &#x22;/docs/pix-processamento/endpoints/pix-operations/post_pix&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/pix&#x22;, href: &#x22;/docs/pix-processamento/endpoints/pix-operations/get_pix&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/pix/qr-code/{transactionId}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/pix-operations/get_pix_qrcode&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/proof/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/pix-operations/get_proof&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/refund/{transactionId}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/refunds/post_refund&#x22; },
  ] },
  { title: &#x22;Pay&#x22;, operations: [
    { method: &#x22;POST&#x22;, path: &#x22;/withdraw&#x22;, href: &#x22;/docs/pix-processamento/endpoints/withdrawals/post_withdraw&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/withdraw&#x22;, href: &#x22;/docs/pix-processamento/endpoints/withdrawals/get_withdraw&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/withdraw/qrcode&#x22;, href: &#x22;/docs/pix-processamento/endpoints/withdrawals/post_withdraw_qrcode&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/withdraw/proof/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/withdrawals/get_withdraw_proof&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/internal-transfer&#x22;, href: &#x22;/docs/pix-processamento/endpoints/internal-transfer/post_internal_transfer&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/internal-transfer&#x22;, href: &#x22;/docs/pix-processamento/endpoints/internal-transfer/get_internal_transfer&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/pix/key&#x22;, href: &#x22;/docs/pix-processamento/endpoints/keys-and-dict/get_pix_key&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/pix/qrcode/read&#x22;, href: &#x22;/docs/pix-processamento/endpoints/keys-and-dict/post_pix_qrcode_read&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/dict&#x22;, href: &#x22;/docs/pix-processamento/endpoints/keys-and-dict/get_user_dict&#x22; },
  ] },
  { title: &#x22;Account and reports&#x22;, operations: [
    { method: &#x22;GET&#x22;, path: &#x22;/user&#x22;, href: &#x22;/docs/pix-processamento/endpoints/account/get_user&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/balance&#x22;, href: &#x22;/docs/pix-processamento/endpoints/account/get_user_balance&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/summary&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/get_user_summary&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/transactions&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/get_user_transactions&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/transactions/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/get_user_transaction_by_id&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/user/report&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/post_user_report&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/report&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/list_user_reports&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/report/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/get_user_report&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/user/report/{id}/download&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/download_user_report&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/bank-statements&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/get_user_bank_statements&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/bank-statements/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/get_user_bank_statement&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/deposit-pending&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/get_user_deposit_pending&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/deposit-pending/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/reports/get_user_deposit_pending_by_id&#x22; },
  ] },
  { title: &#x22;Notifications and MED&#x22;, operations: [
    { method: &#x22;POST&#x22;, path: &#x22;/user/webhooks&#x22;, href: &#x22;/docs/pix-processamento/endpoints/webhooks/post_user_webhook&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/webhooks&#x22;, href: &#x22;/docs/pix-processamento/endpoints/webhooks/get_user_webhooks&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/webhooks/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/webhooks/get_user_webhook&#x22; },
    { method: &#x22;PATCH&#x22;, path: &#x22;/user/webhooks/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/webhooks/patch_user_webhook&#x22; },
    { method: &#x22;DELETE&#x22;, path: &#x22;/user/webhooks/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/webhooks/delete_user_webhook&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/user/webhooks/{id}/rotate-secret&#x22;, href: &#x22;/docs/pix-processamento/endpoints/webhooks/post_user_webhook_rotate_secret&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/webhooks/sent/quantity&#x22;, href: &#x22;/docs/pix-processamento/endpoints/webhooks/get_user_webhooks_sent_quantity&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/webhooks/{id}/sent/{callbackId}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/webhooks/get_user_webhook_sent_detail&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/user/callbacks/secret&#x22;, href: &#x22;/docs/pix-processamento/endpoints/callbacks/create_user_callback_secret&#x22; },
    { method: &#x22;PATCH&#x22;, path: &#x22;/user/callbacks/secret/rotate&#x22;, href: &#x22;/docs/pix-processamento/endpoints/callbacks/rotate_user_callback_secret&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/callbacks&#x22;, href: &#x22;/docs/pix-processamento/endpoints/callbacks/get_user_callbacks&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/callbacks/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/callbacks/get_user_callback_by_id&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/user/callbacks/resend&#x22;, href: &#x22;/docs/pix-processamento/endpoints/callbacks/resend_user_callbacks&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/user/callbacks/resend/{transactionId}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/callbacks/resend_user_callback_single&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/user/callbacks/resend/webhook/{webhookId}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/callbacks/resend_user_callbacks_webhook&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/infractions&#x22;, href: &#x22;/docs/pix-processamento/endpoints/infractions/get_infractions&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/infractions/{id}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/infractions/get_infractions_by_id&#x22; },
    { method: &#x22;POST&#x22;, path: &#x22;/user/infractions/{id}/defenses&#x22;, href: &#x22;/docs/pix-processamento/endpoints/infractions/post_infractions_defense&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/infractions/{id}/defenses&#x22;, href: &#x22;/docs/pix-processamento/endpoints/infractions/get_infractions_defenses&#x22; },
    { method: &#x22;GET&#x22;, path: &#x22;/user/infractions/{infractionId}/defenses/{defenseId}&#x22;, href: &#x22;/docs/pix-processamento/endpoints/infractions/get_infractions_defense_by_id&#x22; },
  ] },
]"
/>