--- title: 'Trustly' description: 'Open banking payments for iGaming with deposits, withdrawals, and direct debits via JSON-RPC.' --- # Trustly Open banking payments for iGaming with deposits, withdrawals, and direct debits via JSON-RPC. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://api.trustly.com/1` | | Authentication | HMAC-SHA256 | | Endpoints | 9 | | Connector key | `trustly` | ## Using Trustly in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Trustly** 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 /](./post_igaming_deposit) | Initiate deposit | | [POST /](./post_igaming_withdraw) | Player withdrawal | | [POST /](./post_igaming_refund) | Refund deposit | | [POST /](./post_igaming_selectaccount) | Player bank selection | | [POST /](./post_igaming_charge) | Direct debit charge | | [POST /](./post_igaming_accountpayout) | API-only payout | | [POST /](./post_igaming_getwithdrawals) | List withdrawals | | [POST /](./post_igaming_approvewithdrawal) | Approve withdrawal | | [POST /](./post_igaming_denywithdrawal) | Deny withdrawal | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.