WooCommerce Stripe Gateway Abilities
WooCommerce Stripe Gateway exposes read-only abilities for your connected Stripe account, letting AI pull account status, charges, payment intents, disputes, payouts, and balance data straight from the Stripe API.
10
Total
10
Read
0
Write
Requires the WooCommerce Stripe Gateway plugin active on WordPress 6.9+ with WooCommerce 10.9 or later, since every ability registers through WooCommerce Core's AbilitiesLoader. Abilities are also gated behind the 'wc_stripe_abilities_enabled' filter, which defaults to off, and the current user needs the 'manage_woocommerce' capability.
Get Stripe account summary
Read-onlywoocommerce-gateway-stripe/get-account-summary
Summarize the current state of the store's connected Stripe account in one zero-argument read.
Get Stripe balance
Read-onlywoocommerce-gateway-stripe/get-balance
Check the merchant's current Stripe balance across available, pending, and reserved amounts.
Get Stripe balance transactions
Read-onlywoocommerce-gateway-stripe/get-balance-transactions
List Stripe balance transactions — charges, refunds, payouts, and adjustments — that moved money in or out of the balance.
Get Stripe charge by ID
Read-onlywoocommerce-gateway-stripe/get-charge
Look up a single Stripe charge by its ID, with optional related objects inflated inline.
Get Stripe charges
Read-onlywoocommerce-gateway-stripe/get-charges
List recent Stripe charges, optionally filtered by customer, payment intent, or date range.
Get Stripe dispute by ID
Read-onlywoocommerce-gateway-stripe/get-dispute
Look up a single Stripe dispute by ID, including its evidence and linked charge.
Get Stripe disputes
Read-onlywoocommerce-gateway-stripe/get-disputes
List Stripe disputes, optionally filtered by charge, payment intent, or date range.
Get Stripe payment intent by ID
Read-onlywoocommerce-gateway-stripe/get-payment-intent
Look up a single Stripe payment intent by ID to check its status and payment method details.
Get Stripe payout by ID
Read-onlywoocommerce-gateway-stripe/get-payout
Look up a single Stripe payout by ID to check its status, amount, and arrival date.
Get Stripe payouts
Read-onlywoocommerce-gateway-stripe/get-payouts
List Stripe payouts, optionally filtered by status, arrival date, or created date.
More Ecommerce plugins with abilities
All Ecommerce →Use WooCommerce Stripe Gateway's abilities with AI
Install Easy MCP AI on your WordPress site and any AI assistant can call these abilities in minutes.