Skip to main content

Overview

Checkout customers let you associate hosted payments with a reusable customer record and, depending on your setup, save cards for future use.

Endpoints

Create customer

POST /checkout/create-customer

cURL example

Request body

Fields

Response shape

Retrieve customer

POST /checkout/retrieve-customer

cURL example

Request body

Returns the same customer shape, including any savedCards available for your account configuration.

Delete customer

POST /checkout/delete-customer

cURL example

Request body

Typical delete response:

Notes

  • Customers belong to the authenticated company account.
  • The API returns 400 if the customer does not exist or belongs to a different company.