Lists all Braintree subscriptions for the logged-in user.
OK
Unauthorized
Not Found
{- "token": "8m2kc5g",
- "managed-by": "Braintree",
- "external-id": "abc123",
- "next-billing-time": "2021-05-17T04:31:33Z",
- "ends": "2021-05-17T04:31:33Z",
- "blaize-product": {
- "id": "one-month-one-off",
- "label": "One month access",
- "description": "One month access"
}, - "transaction-history": [
- {
- "human-readable-amount": "$2.34",
- "time": "",
- "currency": "$",
- "cents": 234,
- "cycle": "month",
- "cycleCount": 1,
- "taxRate": {
- "taxPercent": 15,
- "isTaxInclusive": false,
- "displayName": "VAT",
- "active": false
}
}
], - "subscription-state": "active",
- "paid_through_date": "2021-05-17T04:31:33Z",
- "plan_id": "plan-123",
- "plan_name": "monthly-plan",
- "currency_code": "GBP",
- "pre_discount_price": 50,
- "billing_frequency_unit": "MONTH",
- "billing_frequency": 1,
- "discounts_applied": true,
- "multiphase_plan": true
}