Skip to content

Shift4 ​

Payment processing for iGaming with charges, refunds, customer management, and subscriptions.

DetailValue
CategoryiGaming
Base URLhttps://api.shift4.com
AuthenticationBearer Token
Endpoints10
Connector keyshift4

Using Shift4 in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Shift4 from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /chargesCreate charge
GET /charges/{charge_id}Get charge
POST /charges/{charge_id}/captureCapture charge
POST /refundsCreate refund
GET /refunds/{refund_id}Get refund
POST /customersCreate customer
GET /customers/{customer_id}Get customer
POST /customers/{customer_id}/cardsAdd card
GET /customers/{customer_id}/cardsList cards
POST /subscriptionsCreate subscription

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.