--- title: 'Paysafe' description: 'Payment processing for iGaming with card payments, alternative methods, and payouts.' --- # 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 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 | Endpoint | Summary | |---|---| | [POST /cardpayments/v1/accounts/{accountId}/auths](./post_cardpayments_v1_accounts_accountid_auths_igaming_authorizepayment) | Authorize a card payment | | [POST /cardpayments/v1/accounts/{accountId}/auths/{authId}/settlements](./post_cardpayments_v1_accounts_accountid_auths_authid_settlements_igaming_settlepayment) | Settle an authorization | | [POST /cardpayments/v1/accounts/{accountId}/settlements/{settlementId}/refunds](./post_cardpayments_v1_accounts_accountid_settlements_settlementid_refunds_igaming_refundpayment) | Refund a settlement | | [GET /cardpayments/v1/accounts/{accountId}/auths/{authId}](./get_cardpayments_v1_accounts_accountid_auths_authid_igaming_getauthorization) | Get authorization details | | [POST /cardpayments/v1/accounts/{accountId}/auths/{authId}/voidauths](./post_cardpayments_v1_accounts_accountid_auths_authid_voidauths_igaming_voidauthorization) | Void an authorization | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.