Get Stripe payout by ID is a WordPress ability from WooCommerce Stripe Gateway — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.

Install Free Plugin →

Get Stripe payout by ID

Read-only
WooCommerce Stripe Gateway Ecommerce woocommerce-gateway-stripe/get-payout

Look up a single Stripe payout by ID to check its status, amount, and arrival date.

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.

What it does

This ability retrieves a single Stripe payout by its payout_id (a required po_xxx string). It returns the raw Stripe payout object, including status, arrival_date, amount, currency, and a destination summary. A missing or empty payout_id returns a 400 error before any Stripe call is made. It's a direct way for an AI assistant to confirm whether a specific payout has landed and for how much.

See it in action

You ask your AI assistant

"What's the status and arrival date of Stripe payout po_1PQxyz?"

Inputs

Name Type Required Description
payout_id string Yes Stripe payout ID (po_xxx).

Returns

The raw Stripe payout object for the given payout_id, including status, arrival_date, amount, currency, and destination summary.

Permission

The current user must have the 'manage_woocommerce' capability, checked via WC_Stripe_Abilities_Registrar::can_manage_woocommerce().

Newsletter

The AI + WordPress space moves fast. Keep up.

New tools, workflow ideas, and product updates — be the first to know what's next.

No spam, unsubscribe anytime.