Get Instant Solutions for Kubernetes, Databases, Docker and more
Braintree Recurring is a powerful tool designed to manage billing and subscription services seamlessly. It allows businesses to automate recurring billing, manage subscriptions, and handle transactions efficiently. This service is part of Braintree's suite of financial technology solutions, aimed at simplifying payment processes for businesses of all sizes.
When integrating Braintree Recurring into your application, you might encounter an error message with the code 91511. This error typically manifests when attempting to apply an add-on to a subscription, and it indicates that there is an issue with the add-on ID being used.
The error message usually reads: "Invalid add-on ID". This suggests that the system does not recognize the add-on ID you have provided.
The error code 91511 is specifically related to the add-on ID used in your API request. An add-on in Braintree is an additional charge or feature that can be applied to a subscription. This error occurs when the add-on ID is either incorrect or the add-on is not active in your Braintree dashboard.
The primary reasons for this error include:
To resolve the 91511 error, follow these steps:
Ensure that the add-on ID you are using in your API request matches exactly with the ID configured in the Braintree dashboard. Double-check for any typographical errors.
Log into your Braintree dashboard and navigate to the Add-ons section. Confirm that the add-on you are trying to apply is active. If it is not, activate it or contact your administrator to do so.
Once you have verified the add-on ID and its status, update your API request to include the correct and active add-on ID. Here is an example of how your request might look:
{
"subscription": {
"addOns": {
"add": [
{
"inheritedFromId": "correct_addon_id"
}
]
}
}
}
If you continue to experience issues, consider reaching out to Braintree support for further assistance. You can find more information and support options on the Braintree Subscriptions Guide.
By following these steps, you should be able to resolve the 91511 error and successfully apply add-ons to your subscriptions using Braintree Recurring.
(Perfect for DevOps & SREs)
Try Doctor Droid — your AI SRE that auto-triages alerts, debugs issues, and finds the root cause for you.