934aec02cc30
latestOpenAPI 3.0.12026-08-122352981000.2 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"
}
]
}