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 ​
- Go to Connections and click New Connection.
- Pick Trustly from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST / | Initiate deposit |
| POST / | Player withdrawal |
| POST / | Refund deposit |
| POST / | Player bank selection |
| POST / | Direct debit charge |
| POST / | API-only payout |
| POST / | List withdrawals |
| POST / | Approve withdrawal |
| POST / | Deny withdrawal |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.