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
- For agent object validation error, see the Agent Object Error Codes Reference.
Error Codes Summary
Error Code Summary
| Error Title Reference | Error Title | HTTP Status | Detail Message | Scenario | Resolution |
|---|---|---|---|---|---|
| Payment Method Configuration | PAYMENT_METHOD_ERROR | 403 FORBIDDEN | Payment method: BANK_ACCOUNT not configured in Merchant: MerchantId | Attempting to delete a payment method type that is not configured for the merchant | Contact 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"
}