Skip to content
For LLMsView as Markdown·

Skrill

Skrill digital wallet payments via Paysafe — deposits, withdrawals, refunds, and customer vault.

DetailValue
CategoryiGaming
Base URLhttps://api.paysafe.com/paymenthub/v1
AuthenticationBearer Token
Endpoints11
Connector keyskrill

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

EndpointSummary
POST /paymenthandlesCreate a Skrill payment handle (deposit or withdrawal)
GET /paymenthandles/{id}Get a payment handle
POST /paymentsCreate a Skrill payment (deposit)
GET /payments/{id}Get a Skrill payment
POST /standalonecreditsSend a Skrill withdrawal (standalone credit)
GET /standalonecredits/{id}Get a Skrill withdrawal
POST /settlements/{settlementId}/refundsRefund a Skrill payment
GET /refunds/{id}Get a Skrill refund
POST /customersCreate a customer profile
GET /customers/{id}Get a customer
POST /customers/{customerId}/paymenthandlesCreate 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.