Payments API
Payment gateways, transactions, orders, and coupon administration (Pro).
Authentication
These routes are registered with: CalendarPolicy, MeetingPolicy, SettingsPolicy.
Endpoints
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
GET | /calendars/{id}/events/{event_id}/payment-settings | Core | Get Event Payment Settings | CalendarController@getEventPaymentSettings |
PUT | /schedules/{id}/transactions/{transaction_id} | PRO | Update Transaction | TransactionController@updateTransaction |
GET | /calendars/{id}/events/{event_id}/payment-settings | PRO | Get Payment Settings | PaymentMethodController@getPaymentSettings |
POST | /calendars/{id}/events/{event_id}/payment-settings | PRO | Update Payment Settings | PaymentMethodController@updatePaymentSettings |
GET | /integrations/settings/payment-methods/all | PRO | Index | PaymentMethodController@index |
POST | /integrations/settings/payment-methods | PRO | Store | PaymentMethodController@store |
GET | /integrations/settings/payment-methods | PRO | Get Settings | PaymentMethodController@getSettings |
GET | /integrations/settings/payment-methods/connect/info | PRO | Connect Info | PaymentMethodController@connectInfo |
POST | /integrations/settings/payment-methods/disconnect | PRO | Disconnect | PaymentMethodController@disconnect |
GET | /integrations/settings/payment-methods/currencies | PRO | Currencies | PaymentMethodController@currencies |
GET | /integrations/options/woo-products | PRO | Get Woo Products | PaymentMethodController@getWooProducts |