--- title: 'Checkout.com' description: 'Accept and manage global payments, disputes, and stored instruments via the Checkout.com Unified Payments API.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Checkout.com** 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 /payments](./post_payments_payments_requestpayment) | Request a payment or payout | | [GET /payments/{id}](./get_payments_id_payments_getpayment) | Get payment details | | [GET /payments/{id}/actions](./get_payments_id_actions_payments_getpaymentactions) | Get payment actions | | [POST /payments/{id}/capture](./post_payments_id_capture_payments_capturepayment) | Capture an authorized payment | | [POST /payments/{id}/refund](./post_payments_id_refund_payments_refundpayment) | Refund a captured payment | | [POST /payments/{id}/void](./post_payments_id_void_payments_voidpayment) | Void an authorized payment | | [POST /customers](./post_customers_payments_createcustomer) | Create a customer | | [GET /customers/{id}](./get_customers_id_payments_getcustomer) | Get customer details | | [POST /instruments](./post_instruments_payments_createinstrument) | Create a stored payment instrument | | [GET /instruments/{id}](./get_instruments_id_payments_getinstrument) | Get instrument details | | [GET /disputes](./get_disputes_payments_listdisputes) | List disputes | | [GET /disputes/{id}](./get_disputes_id_payments_getdispute) | Get dispute details | | [POST /disputes/{id}/accept](./post_disputes_id_accept_payments_acceptdispute) | Accept a dispute | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.