cURL
curl --request GET \ --url https://api.smokeball.com/subscriptions/paymentsystems \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
[ { "id": "STRIPE", "supportedPaymentTypes": [ "<string>" ] } ]
Returns all supported payment systems and their supported payment method types. Currently supports:
Successfully retrieved the supported payment systems
The response is of type object[].
object[]