Subscription Group Subscription Error

API Docs by APIMATIC
Advanced Billing APIModelsStructures

Subscription Group Subscription Error
#

Object which contains subscription errors.

NameDescription
product
array<String>
product_price_point_id
array<String>
payment_profile
array<String>
payment_profile.chargify_token
array<String>
base
array<String>
payment_profile.expiration_month
array<String>
payment_profile.expiration_year
array<String>
payment_profile.full_number
array<String>
  • HTTP
  • Java
  • .NET
  • PHP
  • Python
  • Ruby
  • TypeScript
  • Go
{
  "product": [
    "product7",
    "product6"
  ],
  "product_price_point_id": [
    "product_price_point_id9",
    "product_price_point_id0"
  ],
  "payment_profile": [
    "payment_profile4",
    "payment_profile5"
  ],
  "payment_profile.chargify_token": [
    "payment_profile.chargify_token8",
    "payment_profile.chargify_token9"
  ],
  "base": [
    "base7",
    "base8",
    "base9"
  ]
}