iBaaS
  1. Billing
iBaaS
  • iBaaS
    • v1
      • Authentication
        • login webhooks
        • login
        • refresh
        • logout
      • BaaS
        • Account
          • create-description
          • Occupations
            • list
          • retrieve-from-provider
            • by-account-number
            • by-account-id
          • migrate-account
            • import-csv
            • list-account-migrated
            • create-account-in-matera
            • list-account-migration-logs
            • cancel-account
          • create
          • update
          • search
          • find
          • find-by-account-number
          • find-by-tax-id-number
          • get-balance
          • get-statement
          • inactivate
          • get-file
        • Cash In
          • make-pix-static-qr-code
          • make-pix-dynamic-qr-code
          • make-bank-slip
          • make-billing-slip
          • make-deposit
        • Cash Out
          • make-pix-transfer
          • make-pix-transfer-only-with-alias
          • make-non-priority-pix-transfer
          • make-bank-transfer
          • make-bank-slip-payment
          • make-utilities-payment
          • make-internal-transfer
          • return-internal-transfer
        • Transactions
          • get-transaction
          • get-withdraw
          • get-bank-slip-by-bar-code
          • lock-balance
          • unlock-balance
          • initiate-ted
        • Pix
          • Aliases
            • Portabilidade de Alias (Chave)
            • list
            • exclude
            • create
            • alias-verification-code
            • get-destination-alias
            • alias-portability
            • alias-portability-confirmation
            • alias-portability-cancellation
            • alias-ownership-claims
            • alias-ownership-claims-responses
            • alias-ownership-claims-cancellation
          • Med
            • iBass
              • search
              • create
              • cancel
            • list
            • search
            • find
            • create
            • sent
            • in_analysis
            • approved
            • rejected
            • cancel
            • situation-types
            • med-types
            • med-status
          • Automatic
            • Recurrence
              • List Recurrences
              • Detail Recurrence
              • Authorize Recurrence
              • Save Recurrence With Authorization
            • Billing
              • Cancel Billing Scheduled
                DELETE
              • List Billings Scheduled
                GET
          • get-limits
            GET
          • return-codes
            GET
          • get-participants
            GET
          • returns
            POST
          • decode-qr-code
            POST
          • text-to-qr-code
            POST
        • Cellphone Recharge
          • get-carriers
          • get-avaliable-values
          • recharge
        • Webhook
          • set-accounts-webhook
        • Limits
          • get-limits
          • request-limit-update
          • search-update-limit-requests
          • process-limit-update
        • Batches and Billings
          • Charge Report
            • generate-pdf
            • search
          • billing-slip-payers
            • search-by
            • list
            • create
            • find
            • update
            • delete
            • search
          • validate-shipment
          • shipment_file
          • send-shipment-with-json
          • download-return-file-batch-id
          • download-return-file-period
          • get-batches
          • get-batch
          • get-billings
          • get-billing
        • receipt-of-bills
          • Mudar status boleto (dev)
        • Dock
          • Catalog
            • document
          • Onboarding
            • setup-types
            • schema-and-business
            • product-processes
            • update-account
            • reg-docs
            • agree-reg-docs
            • start-instance
            • file-upload
            • pending-files
            • customer-process
            • client-proposal
            • Endpoint Sem Título
          • Account
            • get-account
            • update-status
            • list-account-entries
          • Account Manager
            • list-alias-via-account-identifier
            • create-banking-account
            • delete-banking-account
          • Pay
            • search-transfers
            • get-transfer
            • initiate-transfer
            • cancel-scheduled-transfer
          • Pix
            • create-dict-key
            • search-dicts
            • search-payments
            • send-payment
            • validate-dict
            • delete-dict-key
            • get-payment
      • Public Routers
        • validate-cnab400
  • Enums
    • PhysicalBusinessLineEnum
    • LegalBusinessLIneEnum
    • EstablishmentFormEnum
    • FinancialStatisticEnum
    • CountryEnum
    • AccountStatusEnum
    • DocumentsTypeEnum
    • MaritalStatusEnum
    • TestDataTableForPaymentSlips
    • CollectionWalletEnum
    • FineCodeEnum
    • RegistrationTypeEnum
    • Boletos
      • BillingSlipOriginTypeEnum
      • BatchBillingSlipFileTypeEnum
      • BillingSlipStatusEnum
      • OccurrenceCodeEnum
      • TitleTypeEnum
  • Esquemas
    • External Events
      • BaaS Dock
    • Ramos de Atividade
  1. Billing

Cancel Billing Scheduled

Em desenvolvimento
DELETE
/v1/baas/pix/recurrence/{account_id}/billing/{billing_id}/cancellation
Última modificação:2026-01-08 16:09:13
Endpoint para resposta de autorização de uma recorrência

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros de Caminho

Parâmetros Header

Parâmetros Bodyapplication/json

Exemplo
{
    "reason_code": "SLBD"
}

Respostas

🟢200OK
application/json
Body

Examples
{
    "recurrence": {
        "id": "RR999999182025071454841832059",
        "frequencyType": "MNTH",
        "creationDateTime": "2025-07-14T15:52:12.188Z",
        "initialDate": "2025-07-14",
        "finalDate": null,
        "value": 505.67,
        "debtor": {
            "name": "INOVANTI",
            "taxId": "37511258000162"
        },
        "documentNumber": "26765194",
        "documentDescription": null,
        "receiver": {
            "name": "Pix Tester 918",
            "taxId": "99999918999924",
            "ispb": "99999918"
        },
        "payer": {
            "taxId": "46204312000118",
            "ispb": "37511258",
            "account": {
                "number": "20710",
                "branch": "9"
            }
        },
        "journey": "AUT1",
        "journeyDateTime": "2025-07-14T15:52:12.188Z",
        "correlationId": "SC9999991820250714adHDpnYIv6Y"
    },
    "authorization": {
        "id": "IS37511258202507146fc5b50a965",
        "updateDateTime": "2025-07-14T15:52:12.188Z",
        "acceptance": true,
        "municipalityCode": "4106902",
        "journey": "AUT1",
        "journeyDateTime": "2025-07-14T15:52:12.188Z"
    }
}
Página anterior
Save Recurrence With Authorization
Próxima página
List Billings Scheduled
Built with