--- title: 'Skrill' description: 'Skrill digital wallet payments via Paysafe — deposits, withdrawals, refunds, and customer vault.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Skrill** 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 | Endpoint | Summary | |---|---| | [POST /paymenthandles](./post_paymenthandles_createskrillpaymenthandle) | Create a Skrill payment handle (deposit or withdrawal) | | [GET /paymenthandles/{id}](./get_paymenthandles_id_getskrillpaymenthandle) | Get a payment handle | | [POST /payments](./post_payments_createskrillpayment) | Create a Skrill payment (deposit) | | [GET /payments/{id}](./get_payments_id_getskrillpayment) | Get a Skrill payment | | [POST /standalonecredits](./post_standalonecredits_createskrillstandalonecredit) | Send a Skrill withdrawal (standalone credit) | | [GET /standalonecredits/{id}](./get_standalonecredits_id_getskrillstandalonecredit) | Get a Skrill withdrawal | | [POST /settlements/{settlementId}/refunds](./post_settlements_settlementid_refunds_createskrillrefund) | Refund a Skrill payment | | [GET /refunds/{id}](./get_refunds_id_getskrillrefund) | Get a Skrill refund | | [POST /customers](./post_customers_createskrillcustomer) | Create a customer profile | | [GET /customers/{id}](./get_customers_id_getskrillcustomer) | Get a customer | | [POST /customers/{customerId}/paymenthandles](./post_customers_customerid_paymenthandles_createskrillcustomerpaymenthandle) | Create a payment handle for a saved Skrill customer (1-Tap) | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.