Skip to main content
POST
Deactivate an installment plan

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 installment.

installmentId
string
required

The ID of the installment to deactivate.

Example:

"fa206a06-6275-4119-bbe0-56dc294cb90f"

Response

Installment successfully deactivated.

Last modified on July 14, 2026