v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBBraintree Payments
List all Braintree plans
Lists the plans associated with the identified product. The product ID is required.
get/zephr/payment/braintree/plans
Query parameters
product_idstring required
Product ID
Headers
cookiestring
The session cookie.
Response
OK
Example response
{
"plan-id": {
"id": "annual-plan",
"name": "Sports+ Membership Annual",
"currency_code": "USD",
"base_price": 10.2,
"billing_interval_unit": "MONTH",
"billing_interval": 3,
"billing_cycles": 12,
"trial_duration_unit": "DAY",
"trial_duration": 30,
"zephr_product_id": "product-123"
}
}