stripe.stripe_api_details
ActiveTool of MetaMesh-UGA
declared in 1.0.0
Get detailed parameter information for a specific Stripe API operation. Provide the stripe_api_operation_id from stripe_api_search results to see all path, query, and body paramet…
Parameters schema
{
"type": "object",
"required": [
"stripe_api_operation_id"
],
"properties": {
"stripe_api_operation_id": {
"type": "string",
"description": "The operation ID to get details for (e.g. 'PostCustomers', 'GetPaymentIntents')"
}
}
}Parent server
MetaMesh-UGA
https://github.com/metamesh-uga/gateway
1/7 registries