I'm trying to retrieve the customer who created a subscription via its payment_method_token
, as described by Braintree developer agf. However, one of my subscriptions has no Payment Method Token. The field comes back as null
from the API, and shows up as a blank space in the dashboard:
The docs offer no suggestion that this field could ever be empty. What can cause this to occur, and how can I find out which customer this subscription is associated with?