v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Subscription 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.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable

Example response

{
  "value": [
    {
      "id": "STRIPE"
    }
  ]
}