Skip to main content
POST
Deactivate a checkout session

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
subMerchantId
string
required

The subMerchantId associated with the checkout.

Example:

"jpt-sim-md-1"

checkoutId
string
required

The identifier of the checkout.

Example:

"You need to change *this* with checkoutId from checkout creation"

Response

Checkout successfully deactivated.

Last modified on July 14, 2026