I want to set an Eventbrite event's payment method using the API. I need to do this for multiple accounts, and each account has different payment methods. Some accounts have more than one payment method.
The payment_update API call only lets you turn on/off PayPal, Google Merchant, check and cash. What about credit card merchant accounts? What about Authorize.Net?
The Eventbrite docs around payment and the API payment_update don't go into any detail or describe different scenarios.
My specific questions, at least for now:
- When I create a new event and an account has one payment method, does the event default to that payment method?
- When I create a new event and an account has more than one payment method, what is the default payment method for the event?
- How do I select a payment method that isn't one of the three in the payment_update API call (specifically, credit card account or Authorize.Net)?
If the Eventbrite docs talk about this, I haven't yet found them. A pointer to the proper M to RTF would be appreciated.