Plan

Plan: Find

See also the Plan response object.

If you want to look up a single plan using its ID, use the Plan: Find method.
  1. PHP
$plan = $gateway->plan()->find('a_plan_id');
If the plan can't be found, you'll receive a Braintree\Exception\NotFound exception.
Arguments
planIdrequired, string
The value used to identify a specific plan.