Checking access…

Skip to main content
Version: v1

Delete Payment Method Error Codes

This document provides a reference for errors that may occur when deleting payment methods in the Convenient Checkout API.

tip

Error Codes Summary​

Error Code Summary
Error Title ReferenceError TitleHTTP StatusDetail MessageScenarioResolution
Payment Method ConfigurationPAYMENT_METHOD_ERROR403 FORBIDDENPayment method: BANK_ACCOUNT not configured in Merchant: MerchantIdAttempting to delete a payment method type that is not configured for the merchantContact support to ensure your merchant account is configured for the payment method type you're trying to delete

Error Codes Details​

Payment Method Configuration​

Payment Method Type Not Configured

The merchant must be configured to support the payment method type (e.g., BANK_ACCOUNT) being deleted. If the merchant is not configured for that payment method type, the API will return a 403 error.

Sample Error Response:

{
"title": "PAYMENT_METHOD_ERROR",
"status": 403,
"detail": "Payment method: BANK_ACCOUNT not configured in Merchant: ed0585dd-77bf-47d1-b5bb-f4cd86811b17"
}