v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBSubscription Payments
Get supported payment systems
Returns all supported payment systems and their supported payment method types. Currently supports:
- STRIPE with CREDIT_CARD payment type
get/subscriptions/paymentsystems
Response
When request is successful. Returns a collection of 'PaymentSystem' objects.
Example response
{
"value": [
{
"id": "STRIPE"
}
]
}