Uses the payment info captured by the braintree drop-in UI and encoded in the payment nonce to create a braintree customer and issue a one-off payment. When braintree responds successfully, the logged-in user will be granted all entitlements in the product's associated bundle.
OK
Bad Request
Unauthorized
Not Found
{- "product_id": "lifetime-membership",
- "price_point_id": "gold-package",
- "payment_nonce": "eyJ2ZXmsaW5nQW...(lots more random-looking characters)...dyZWmVubW8iOiJvZmYifQ=="
}
{- "grant_id": "aa583cb8-51d1-4bd9-9ec7-3a43796ef8e5"
}