Subscription Intent Object

{
  "id": "si_m7N9rAWJS9dWDKEe",
  "object": "subscription_intent",
  "widget_token": "si_m7N9rAWJS9dWDKEe_sec_1y7o6DYLY299p7ePP7zevTEj",
  "status": "created",
  "subscription": null,
  "mode": "live",
  "created_at": "2021-11-11T02:29:16Z"
}
AttributeTypeDescription
idstringUnique identifier for the Subscription Intent
objectstringIdentifier for the type of object. Its value for Subscription Intent will always correspond to subscription_intent
widget_tokenstring|nullTemporary token to configure the widget. This attribute is only returned when creating the Subscription Intent. After that, it will always be null.
statusstringSubscription Intent status. Can be created, succeeded, failed or rejected.
subscriptionobject|nullObject that points to the subscription that is created in case the intent is successful. Otherwise it is null.
modestringIndicates whether the SubscriptionIntent is in live mode or in test mode (for the sandbox)
created_atstringSubscription Intent's creation date, using ISO 8601