v50

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-169377194.1 KB
Gateway accounts

Retrieves Stripe Connect account information for a given gateway account ID

get/v1/api/accounts/{accountId}/stripe-account

Path parameters

accountIdinteger required

Gateway account ID

Response

OK

stripe_account_idstring required

Example response

{
  "stripe_account_id": "acct_123example123"
}