Checkout.com ​
Accept and manage global payments, disputes, and stored instruments via the Checkout.com Unified Payments API.
| Detail | Value |
|---|---|
| Category | Payments |
| Base URL | https://api.checkout.com |
| Authentication | Bearer Token |
| Endpoints | 13 |
| Connector key | checkout-com |
Using Checkout.com in a workflow ​
- Go to Connections and click New Connection.
- Pick Checkout.com 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 /payments | Request a payment or payout |
| GET /payments/{id} | Get payment details |
| GET /payments/{id}/actions | Get payment actions |
| POST /payments/{id}/capture | Capture an authorized payment |
| POST /payments/{id}/refund | Refund a captured payment |
| POST /payments/{id}/void | Void an authorized payment |
| POST /customers | Create a customer |
| GET /customers/{id} | Get customer details |
| POST /instruments | Create a stored payment instrument |
| GET /instruments/{id} | Get instrument details |
| GET /disputes | List disputes |
| GET /disputes/{id} | Get dispute details |
| POST /disputes/{id}/accept | Accept a dispute |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.