Skip to content

Paysafe ​

Payment processing for iGaming with card payments, alternative methods, and payouts.

DetailValue
CategoryiGaming
Base URLhttps://api.paysafe.com/paymenthub/v1
AuthenticationBearer Token
Endpoints5
Connector keypaysafe

Using Paysafe in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Paysafe 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 /cardpayments/v1/accounts/{accountId}/authsAuthorize a card payment
POST /cardpayments/v1/accounts/{accountId}/auths/{authId}/settlementsSettle an authorization
POST /cardpayments/v1/accounts/{accountId}/settlements/{settlementId}/refundsRefund a settlement
GET /cardpayments/v1/accounts/{accountId}/auths/{authId}Get authorization details
POST /cardpayments/v1/accounts/{accountId}/auths/{authId}/voidauthsVoid an authorization

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.