Skip to main content
Proabono logo

Proabono

ProAbono is the smart subscription management software that automates your daily routine.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Proabono authenticates with basic authentication credentials. Generate the credential in your Proabono account, then paste it into FlyMyAI the first time an agent uses a Proabono action.

Get your Proabono credential →

Fields to fill in FlyMyAI

FieldDetails
API EndpointYour ProAbono API endpoint from BackOffice > Integration > API (e.g., https://api-42.proabono.com) (required)
Agent KeyYour ProAbono agent key from BackOffice > Integration > API (required)
API KeyYour ProAbono API key from BackOffice > Integration > API (required)
ID BusinessBusiness identifier. Only required when using https://via.proabono.com endpoint

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
PROABONO_ANONYMIZE_CUSTOMERTool to anonymize a customer for GDPR compliance. Use when you need to permanently remove personal data from a customer record while maintaining the account structure. The customer must have no active subscriptions, all invoices must be settled, and the balan…reference_customer
PROABONO_BILL_CUSTOMERTool to trigger billing for a customer. Use when you need to create invoices for pending charges for a specific customer.ReferenceCustomer
PROABONO_CREATE_CUSTOMERTool to create or declare a customer in ProAbono via the Backoffice API. Use when you need to register a new customer with billing and subscription management capabilities.IdBusiness, Email
PROABONO_CREATE_FEATURETool to create a new feature in ProAbono via the Backoffice API. Features define capabilities or usage limits that can be attached to offers. Use when you need to define a new feature (OnOff, Limitation, or Consumption type) for your subscription plans.IdBusiness
PROABONO_DELETE_CUSTOMERTool to delete a customer from ProAbono by ID. Use when you need to remove a customer record from the system.id
PROABONO_DELETE_OFFERTool to delete an offer from ProAbono by ID. Use when you need to permanently remove an offer from the system.id
PROABONO_DELETE_PRICING_TABLETool to delete a pricing table from ProAbono by its ID. Use when you need to remove a pricing table from the system.id
PROABONO_DELETE_PRICING_TABLE_OFFERTool to delete a pricing table offer via the ProAbono Backoffice API. Use when you need to remove an existing pricing table offer by its ID.id
PROABONO_DELETE_SUBSCRIPTION_DISCOUNTTool to delete a subscription discount via the Backoffice API. Use when you need to remove a discount from a subscription after confirming its ID.id
PROABONO_ENABLE_WEBHOOKTool to enable a webhook in ProAbono via the Notification API. Use when you need to activate a previously disabled webhook for receiving event notifications.id
PROABONO_GET_CUSTOMERTool to retrieve a single customer by ID from ProAbono Backoffice API. Use when you need to fetch detailed information about a specific customer including their billing details, status, and related resource links.id
PROABONO_GET_CUSTOMER_BILLINGTool to retrieve a customer's billing address via the Backoffice API. Use when you need to fetch billing information including company name, contact details, address lines, and tax information for a specific customer.id
PROABONO_GET_CUSTOMER_BILLING_ADDRESSTool to retrieve the billing address for a customer by reference from ProAbono API. Use when you need to fetch billing address details including company, contact information, address lines, and tax information using the customer's reference identifier.reference_customer
PROABONO_GET_CUSTOMER_BY_REFERENCETool to retrieve a customer by their reference identifier from ProAbono API. Use when you need to fetch customer details using the unique reference identifier from your own application rather than the ProAbono internal ID.reference_customer
PROABONO_GET_CUSTOMER_PAYMENT_SETTINGSTool to retrieve customer payment settings via the Backoffice API. Use when you need to check a customer's payment configuration, billing schedule, or payment method type.ReferenceCustomer
PROABONO_GET_DISCOUNTTool to retrieve a discount by ID via the Backoffice API. Use when you need to fetch details of a specific discount including its amount, type, target fees, and state.Id, IdBusiness
PROABONO_GET_FEATURETool to retrieve a feature by ID from ProAbono Backoffice API. Use when you need to fetch details about a specific feature.id
PROABONO_GET_FEATURE_BY_REFERENCETool to retrieve a single feature by its reference from ProAbono API. Use when you need to fetch details about a specific feature using its unique reference identifier.reference_feature
PROABONO_GET_INVOICETool to retrieve a specific invoice or credit note by ID from ProAbono. Use when you need to fetch detailed information about an invoice.id
PROABONO_GET_OFFERTool to retrieve a single offer by its ID from ProAbono Backoffice API. Use when you need to fetch detailed information about a specific offer.id, id_business
PROABONO_GET_SUBSCRIPTION_BY_CUSTOMERTool to retrieve a subscription by customer reference from ProAbono. Use when you need to fetch subscription details for a specific customer using their reference key.reference_customer
PROABONO_GET_SUBSCRIPTION_CREATION_QUOTETool to get a pricing quote for creating a new subscription without actually creating it. Use when you need to calculate the cost of a subscription before committing to its creation.ReferenceCustomer, ReferenceOffer
PROABONO_GET_USAGETool to retrieve a single usage record for a specific feature and customer combination from ProAbono. Use when you need to check current usage status, remaining quota, or feature availability for a customer. The response varies based on feature type: OnOff fe…ReferenceFeature, ReferenceCustomer
PROABONO_GET_USAGES_FOR_CUSTOMERTool to retrieve usage data for customers from ProAbono. Use when you need to fetch feature usage information including OnOff, Limitation, and Consumption features. Parameters can be combined to filter results by customer reference, customer ID, or subscripti…-
PROABONO_INVALIDATE_CUSTOMERTool to invalidate a customer by their reference. Use when you need to revoke a customer's access to subscribed services while keeping the account record.reference_customer
PROABONO_INVALIDATE_CUSTOMER_BY_IDTool to invalidate a customer by their ProAbono internal ID. Use when you need to free up a customer reference for reuse. This operation replaces the customer's ReferenceCustomer with a new value and regenerates all encrypted portal links.id_customer
PROABONO_LIST_BALANCE_LINESTool to list all balance lines from ProAbono. Use when you need to retrieve one-time charges or credits associated with a customer or subscription. Either ReferenceCustomer or IdSubscription parameter is required.-
PROABONO_LIST_BUSINESSESTool to list all businesses from ProAbono via the Backoffice API. Use when you need to retrieve business information with optional filtering by state or update date.-
PROABONO_LIST_BUSINESS_LOCALIZATIONTool to list localization entries by business from ProAbono via the HostedPages API. Use when you need to retrieve customizable text, HTML, or URL content for hosted pages with optional filtering by language, customization status, content, or code keywords. R…IdBusiness
PROABONO_LIST_CUSTOMERSTool to list all customers from ProAbono via the Backoffice API. Use when you need to retrieve customer information with optional filtering by business, state, language, or creation date. Returns paginated results with customer details including ID, name, ema…-
PROABONO_LIST_CUSTOMERS_BY_FEATURETool to list customers that have access to a specific feature via the ProAbono API. Use when you need to identify which customers have subscriptions containing a particular feature. Returns feature-specific details including quota usage and billing period inf…ReferenceFeature
PROABONO_LIST_CUSTOMER_MOVESTool to list all customer balance moves via the ProAbono Backoffice API. Use when you need to retrieve balance transactions, credits, debits, or billing movements for customers. Supports filtering by customer, billing status, and date range with pagination.IdBusiness
PROABONO_LIST_DISCOUNTSTool to list all discounts from ProAbono's Backoffice API. Use when you need to retrieve discounts for a business, optionally filtering by state (Enabled/Draft).-
PROABONO_LIST_FEATURESTool to list all features via the ProAbono Backoffice API. Use when you need to retrieve features with optional filtering by business ID, lifecycle state, visibility, or creation date. Returns a paginated collection of feature objects.-
PROABONO_LIST_FEATURES_V1Tool to retrieve all features from ProAbono API using the /v1/Features endpoint. Use when you need to get a list of all available features, optionally filtered by business ID.-
PROABONO_LIST_GATEWAY_ACCOUNTSTool to list payment gateway accounts from ProAbono Backoffice API. Use when you need to retrieve gateway account information with optional filtering by business, currency, real money mode, or creation date. Returns paginated results with account details incl…-
PROABONO_LIST_GATEWAY_PERMISSIONSTool to list gateway permissions from ProAbono API. Use when you need to retrieve payment permissions with optional filtering by business, customer, or creation date.-
PROABONO_LIST_GATEWAY_REQUESTSTool to list gateway requests from ProAbono. Use when you need to retrieve payment gateway request history with optional filtering by account, permission, transaction, dates, or request state. Returns paginated results with detailed information about each gat…-
PROABONO_LIST_GATEWAY_TRANSACTIONSTool to list gateway transactions from ProAbono. Use when you need to retrieve payment gateway transaction records with optional filtering by business, customer, or update date. Returns paginated results with transaction details including status, amount, and…-
PROABONO_LIST_INVOICESTool to list all invoices and credit notes from ProAbono Backoffice API. Use when you need to retrieve invoice data with optional filtering by business, payment state, or date range. Supports pagination for large result sets.-
PROABONO_LIST_INVOICES_BY_CUSTOMERTool to list invoices for a specific customer by their reference identifier from ProAbono API. Use when you need to retrieve all invoices associated with a particular customer using their unique reference from your application.reference_customer
PROABONO_LIST_INVOICE_LINESTool to list all invoice lines from ProAbono via the Backoffice API. Use when you need to retrieve invoice line items with optional filtering by business, invoice, or minimum amount.-
PROABONO_LIST_OFFERSTool to list all subscription offers (plans) from ProAbono Backoffice API. Use when you need to retrieve available offers with optional filtering by business, state, visibility, or update date.-
PROABONO_LIST_PAYMENTSTool to list all payments from ProAbono Backoffice API. Use when you need to retrieve payments with optional filters by business, customer, or update date.-
PROABONO_LIST_PRICING_TABLESTool to list all pricing tables from ProAbono Backoffice API. Use when you need to retrieve pricing tables with optional filtering by business ID, visibility, or creation date.-
PROABONO_LIST_PRICING_TABLE_OFFERSTool to list all pricing table offers via the ProAbono Backoffice API. Use when you need to retrieve all offers configured in pricing tables for a specific business.IdBusiness
PROABONO_LIST_SEGMENTSTool to list all segments from ProAbono via the Backoffice API. Use when you need to retrieve segments with optional filtering by business ID or currency. Returns a paginated collection of segment objects including configuration details, hosts, and navigation…-
PROABONO_LIST_SEGMENT_LOCALIZATIONSTool to list localization entries by segment from ProAbono Backoffice API. Use when you need to retrieve hosted page localizations for a specific segment with optional filtering by language, custom status, content, or code.IdSegment
PROABONO_LIST_SUBSCRIPTIONSTool to list all subscriptions from ProAbono via the Backoffice API. Use when you need to retrieve subscription information with optional filtering by business, state, or start date. Returns paginated results with subscription details including customer, offe…-
PROABONO_LIST_SUBSCRIPTIONS_V1Tool to retrieve all subscriptions from ProAbono API using the /v1/Subscriptions endpoint. Use when you need to get a paginated list of all subscriptions, optionally filtered by business ID.-
PROABONO_LIST_SUBSCRIPTION_DISCOUNTSTool to list all subscription discounts via the ProAbono Backoffice API. Use when you need to retrieve discounts applied to subscriptions for a specific business. Returns paginated results with discount details including IDs, creation/update timestamps, and a…IdBusiness
PROABONO_LIST_SUBSCRIPTION_FEATURESTool to list all subscription features via the ProAbono Backoffice API. Use when you need to retrieve subscription features with optional filtering by Business ID, Feature ID, or minimum update date.-
PROABONO_LIST_SUBSCRIPTION_PERIODSTool to list all subscription periods (billing cycles) from ProAbono Backoffice API. Use when you need to retrieve subscription period information with optional filtering by business ID, subscription ID, or start date. Supports pagination for large result set…-
PROABONO_LIST_TAX_PROFILESTool to list all tax profiles from ProAbono via the Backoffice API. Use when you need to retrieve tax configurations with optional filtering by business ID. Returns a paginated collection of tax profile objects with rates and settings.-
PROABONO_LIST_TAX_PROFILE_EXCEPTIONSTool to list tax profile exceptions from ProAbono Organization API. Use when you need to retrieve tax exceptions with optional filtering by business, tax profile, country, or region. Returns a paginated collection of tax exception records including rates, geo…-
PROABONO_LIST_UPGRADE_OFFERSTool to retrieve offers available to upgrade an existing customer subscription. Use when you need to show upgrade options to a customer based on their current subscription status.ReferenceCustomer
PROABONO_LIST_WEBHOOKSTool to list webhooks from ProAbono Notification API. Use when you need to retrieve configured webhooks with optional filtering by creation date, update date, or state.IdBusiness
PROABONO_LIST_WEBHOOK_NOTIFICATIONSTool to list webhook notifications from ProAbono via the Notification API. Use when you need to retrieve webhook notification history with optional filtering by business, segment, date range, state, or webhook ID. Returns paginated results with notification d…IdBusiness
PROABONO_QUOTE_BALANCE_LINETool to get a pricing quote for creating a balance line (one-time charge or credit). Use when you need to calculate the total amount including taxes before creating a balance line for a customer.ReferenceCustomer, Label, Amount
PROABONO_REVOKE_CUSTOMER_LINKSTool to revoke encrypted customer portal links and generate new ones in ProAbono. Use when you need to invalidate previously generated customer portal links for security purposes (e.g., after a potential link compromise or as part of security best practices).reference_customer
PROABONO_UPDATE_BUSINESSES_BILLING_ADDRESSTool to update business billing address via the Backoffice API. Use when you need to modify billing information including company name, contact details, address lines, and tax information for a specific business.Id
PROABONO_UPDATE_CUSTOMERTool to update an existing customer in ProAbono via the Backoffice API. Use when you need to modify customer properties such as name, email, or language preferences. Allows partial updates.Id
PROABONO_UPDATE_CUSTOMER_BILLING_ADDRESSTool to update the billing address for a customer in ProAbono via the API. Use when you need to modify billing address information including company name, contact details, address lines, and tax information. Once updated, ProAbono will use this information fo…reference_customer
PROABONO_UPDATE_CUSTOMER_PAYMENT_SETTINGSTool to update payment settings for a specific customer in ProAbono. Use when you need to set a customer's payment method preference or update their billing configuration.ReferenceCustomer
PROABONO_UPDATE_CUSTOMER_SHIPPINGTool to update customer shipping address via the Backoffice API. Use when you need to modify shipping information including company name, contact details, address lines, and tax information for a specific customer.Id, IdBusiness
PROABONO_UPDATE_FEATURETool to update an existing feature in ProAbono via the Backoffice API. Use when you need to modify feature properties such as name, visibility, type, or display order.id
PROABONO_UPDATE_TAX_PROFILESTool to update an existing tax profile in ProAbono via the Backoffice API. Use when you need to modify tax profile properties such as name, description, label, or tax rates.IdBusiness, Id
We love our partners - FlyMy.AI builds with the best. Thanks, Proabono!