Appearance
Skrill
Skrill digital wallet payments via Paysafe — deposits, withdrawals, refunds, and customer vault.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.paysafe.com/paymenthub/v1 |
| Authentication | Bearer Token |
| Endpoints | 11 |
| Connector key | skrill |
Using Skrill in a workflow
- Go to Connections and click New Connection.
- Pick Skrill 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 /paymenthandles | Create a Skrill payment handle (deposit or withdrawal) |
| GET /paymenthandles/{id} | Get a payment handle |
| POST /payments | Create a Skrill payment (deposit) |
| GET /payments/{id} | Get a Skrill payment |
| POST /standalonecredits | Send a Skrill withdrawal (standalone credit) |
| GET /standalonecredits/{id} | Get a Skrill withdrawal |
| POST /settlements/{settlementId}/refunds | Refund a Skrill payment |
| GET /refunds/{id} | Get a Skrill refund |
| POST /customers | Create a customer profile |
| GET /customers/{id} | Get a customer |
| POST /customers/{customerId}/paymenthandles | Create a payment handle for a saved Skrill customer (1-Tap) |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.