v1
latestOpenAPI 3.1.02026-07-228956435.8 KBSubscription intents
List subscription intents
Lists the subscription intents of your organization for the live or test mode of the API key used. Results are paginated. widget_token is always null outside creation.
get/subscription_intents
Query parameters
sincestring date-time
Example:2021-01-01T00:00:00.000Z
ISO 8601 datetime. Limits the results to subscription intents created at this datetime or after.
untilstring date-time
Example:2021-12-31T00:00:00.000Z
ISO 8601 datetime. Limits the results to subscription intents created at this datetime or before.
pageinteger
Example:1
Page number to retrieve. Starts at 1.
per_pageinteger
Example:30
Number of subscription intents per page. Defaults to 30. The maximum is 300.
Response
List of subscription intents for the current mode.
Example response
[
{
"id": "si_mceqLoFwfBVHi3q4",
"business_profile": {
"name": "Hooli"
},
"created_at": "2023-03-08T15:24:11Z",
"customer_email": "payer@example.com",
"mode": "live",
"public_error": "login_invalid_credentials",
"reference_id": "ABC12345",
"status": "succeeded",
"subscription": {
"id": "sub_m7N9rAWJS9dWDKEe",
"account": {
"id": "acc_nMNejK7BT8oGbvO4",
"balance": {
"available": 500000,
"current": 500000,
"limit": 500000
},
"currency": "CLP",
"holder_id": "111111111",
"holder_name": "Jon Snow",
"institution": {
"id": "cl_banco_de_chile",
"country": "cl",
"name": "Banco de Chile"
},
"name": "Cuenta Corriente",
"number": "9530516286",
"official_name": "Cuenta Corriente Moneda Local",
"type": "checking_account"
},
"created_at": "2023-03-08T15:24:11Z",
"mode": "live",
"reference_id": "ABC12345",
"status": "active"
},
"widget_token": "si_mceqLoFwfBVHi3q4_sec_a8Mw9bnHzgVRCMTSDgrJpvkN"
}
]