|
|
|
|
|
by matthewarkin
4276 days ago
|
|
As someone who has worked a ton with the Stripe API, whenever I use Braintree's (vZero) API it looks soo much like they are trying to copy Stripe, but fail so so hard. Want to get the subscriptions for a customer? Sure, first get all the cards the customer has, then iterate through that list of cards and combine all the subscriptions for each card. Oh, is that a paypal customer, well credit cards and paypal accounts are separate and each can contain subscriptions. |
|