Get stripe account

GET /1/stripe/account

Get stripe account

Responses

GET /1/stripe/account
curl \
 --request GET 'https://api.localsporthero.com/1/stripe/account'
Response examples (200)
{
  "account": {
    "id": "1ab474d5-e1fa-4340-ba6a-5642e720ea6a",
    "stripeId": "accnt_923y89dhisd9372",
    "capabilityTransfers": "active, inactive or pending",
    "detailsSubmitted": true,
    "payoutsEnabled": true
  }
}