Paysafe ​
Payment processing for iGaming with card payments, alternative methods, and payouts.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.paysafe.com/paymenthub/v1 |
| Authentication | Bearer Token |
| Endpoints | 5 |
| Connector key | paysafe |
Using Paysafe in a workflow ​
- Go to Connections and click New Connection.
- Pick Paysafe 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 /cardpayments/v1/accounts/{accountId}/auths | Authorize a card payment |
| POST /cardpayments/v1/accounts/{accountId}/auths/{authId}/settlements | Settle an authorization |
| POST /cardpayments/v1/accounts/{accountId}/settlements/{settlementId}/refunds | Refund a settlement |
| GET /cardpayments/v1/accounts/{accountId}/auths/{authId} | Get authorization details |
| POST /cardpayments/v1/accounts/{accountId}/auths/{authId}/voidauths | Void an authorization |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.