Shift4 ​
Payment processing for iGaming with charges, refunds, customer management, and subscriptions.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.shift4.com |
| Authentication | Bearer Token |
| Endpoints | 10 |
| Connector key | shift4 |
Using Shift4 in a workflow ​
- Go to Connections and click New Connection.
- Pick Shift4 from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /charges | Create charge |
| GET /charges/{charge_id} | Get charge |
| POST /charges/{charge_id}/capture | Capture charge |
| POST /refunds | Create refund |
| GET /refunds/{refund_id} | Get refund |
| POST /customers | Create customer |
| GET /customers/{customer_id} | Get customer |
| POST /customers/{customer_id}/cards | Add card |
| GET /customers/{customer_id}/cards | List cards |
| POST /subscriptions | Create subscription |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.