Checkout.com

Overview

Below is a summary of the connection key facts to support your integration.

Category
Processor TypeDirect Processor
Preczn EnumerationCheckout
DocumentationCheckout Documentation

Supported Features

The following features are supported for this connection:

Payment Methods

Payment MethodSupported
Credit Cards✅ Yes
ACH (Direct Debit)❌ No
Apple Pay on the Web❌ No

Payment Data

Data TypeSupported
Country & Currency Codes✅ Yes
Metadata❌ No
Dynamic Statement Descriptors❌ No
CVV✅ Yes
AVS✅ Yes
Level II Data❌ No
Level III Data❌ No

Transaction Import

Import CapabilitySupported
One-Time Transaction Import❌ No
Continuous Transaction Import❌ No

Merchant Import

Import CapabilitySupported
One-Time Merchant Import❌ No
Continuous Merchant Import❌ No

Merchant Onboarding

FeaturesSupported
Merchant Onboarding❌ No
Merchant RFI Remediation❌ No

Adding Merchant Credentials

To establish an API connection with Checkout for a merchant who already has a relationship with them, you will need to provide the following credentials:

Checkout ValuePreczn API value
Checkout Processing Channel IDmid
Checkout Public Keykey
Checkout Secret Keysecret

You may upload this via the Preczn Dashboard, merchant import or by updating the merchant connection via Update Connection Details endpoint. The values needed in the request would map as follows:

PATCH /v1/merchants/{merchantId}/connections/Checkout 

{
    "mid": "{checkout-processing-channel-ID}",  
    "key": "{checkout-public-key}", 
    "secret": "{checkout-secret-key}" 
}