{
"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",
"business_profile": {
"name": "Merchant Name"
},
"reference_id": null
}
Attribute | Type | Description |
---|---|---|
id | string | Unique identifier for the Subscription Intent |
object | string | Identifier for the type of object. Its value for Subscription Intent will always correspond to subscription_intent |
widget_token | `string\ | null` |
status | string | Subscription Intent status. Can be created , in_progress , succeeded , failed or rejected . |
subscription | `object\ | null` |
mode | string | Indicates whether the SubscriptionIntent is in live mode or in test mode (for the sandbox) |
created_at | string | Subscription Intent 's creation date, using ISO 8601 |
reference_id | string | Optional ID provided by the merchant which will determine how the bank identifies the subscription on its portal. If not provided, user's holder_id will be used. Length must be between 1-15 characters, and its only available for Subscriptions' clients. |
business_profile_name | string | Optional enrolled merchant´s name. If set, will be shown as the "Recipient Company" on the widget screens. |