SettingsPaymentProcessors​
Endpoints to manage payment processor settings
Operations​
GET/api/v2/settings/payment-processors/{processor}/connection/oauth-urlPUT/api/v2/settings/payment-processors/{processor}/connectionDELETE/api/v2/settings/payment-processors/{processor}/connectionGET/api/v2/settings/payment-processorsPATCH/api/v2/settings/payment-processorsGET/api/v2/settings/payment-processors/stripe/locationsGET/api/v2/settings/payment-processors/square/locationsGET/api/v2/settings/payment-processors/stripe/terminals
Get OAuth authorization URL for Stripe or Square Connect​
GET
/api/v2/settings/payment-processors/{processor}/connection/oauth-url
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
processor*
Payment processor
Type
Requiredstring
Valid values
"stripe""square"Responses​
Authorization URL for the connect flow
application/json
"string"
Manually set connect access code (TicketSocket users only)​
PUT
/api/v2/settings/payment-processors/{processor}/connection
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
processor*
Payment processor
Type
Requiredstring
Valid values
"stripe""square"Request Body​
application/json
"string"
Responses​
Connection saved
