Skip to content

Checkout.com ​

Accept and manage global payments, disputes, and stored instruments via the Checkout.com Unified Payments API.

DetailValue
CategoryPayments
Base URLhttps://api.checkout.com
AuthenticationBearer Token
Endpoints13
Connector keycheckout-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 ​

EndpointSummary
POST /paymentsRequest a payment or payout
GET /payments/{id}Get payment details
GET /payments/{id}/actionsGet payment actions
POST /payments/{id}/captureCapture an authorized payment
POST /payments/{id}/refundRefund a captured payment
POST /payments/{id}/voidVoid an authorized payment
POST /customersCreate a customer
GET /customers/{id}Get customer details
POST /instrumentsCreate a stored payment instrument
GET /instruments/{id}Get instrument details
GET /disputesList disputes
GET /disputes/{id}Get dispute details
POST /disputes/{id}/acceptAccept a dispute

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.