billing_and_credits
Get billing + credits overview, and optionally create a checkout session preview/action.
Remote signal-found/reddit-outreach
Other tools also called billing_and_credits?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
},
"cancel_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Cancel Url",
"default": null
},
"success_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Success Url",
"default": null
},
"checkout_plan": {
"type": "string",
"title": "Checkout Plan",
"default": "starter"
},
"history_limit": {
"type": "integer",
"title": "History Limit",
"default": 50
},
"include_checkout_preview": {
"type": "boolean",
"title": "Include Checkout Preview",
"default": false
}
}
}