GET
/
subscriptions
/
paymentsystems
curl --request GET \
  --url https://api.smokeball.com/subscriptions/paymentsystems \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "STRIPE",
    "supportedPaymentTypes": [
      "<string>"
    ]
  }
]

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Response

200
application/json

Successfully retrieved the supported payment systems

The response is of type object[].