Get Instant Solutions for Kubernetes, Databases, Docker and more
Checkout.com is a leading payment gateway provider that offers a comprehensive suite of payment solutions for businesses of all sizes. It enables merchants to process online payments securely and efficiently, supporting a wide range of payment methods and currencies. The platform is designed to simplify the payment process, enhance security, and provide a seamless experience for both merchants and customers.
When integrating Checkout.com into your application, you might encounter an error indicating an 'Unsupported Payment Method'. This symptom typically manifests when a transaction attempt is made using a payment method that is not recognized or supported by the Checkout.com gateway.
Developers often see error messages in their logs or receive feedback from the API indicating that the payment method is unsupported. This can halt the transaction process and prevent successful payment completion.
The 'Unsupported Payment Method' error occurs when the payment method specified in the transaction request is not among those supported by Checkout.com. This could be due to a variety of reasons, such as:
While the exact error code can vary, common codes associated with this issue include 400
or 422
, indicating a bad request or unprocessable entity due to unsupported payment methods.
To resolve this issue, follow these actionable steps:
First, ensure that the payment method you are trying to use is supported by Checkout.com. You can find a list of supported payment methods in the Checkout.com Documentation. Make sure the method is enabled in your account settings.
Some payment methods are only available in specific regions. Verify that the payment method is available in the region where the transaction is being processed. You can refer to the Payment Methods by Country guide for more information.
Double-check the API request to ensure that the payment method identifier is correct. Look for any typos or incorrect values that might be causing the issue. Refer to the API Reference for the correct identifiers.
If the payment method is supported but not enabled, log into your Checkout.com account and navigate to the payment settings. Enable the desired payment method and save the changes.
By following these steps, you should be able to resolve the 'Unsupported Payment Method' issue and ensure smooth transaction processing with Checkout.com. Always keep your payment methods updated and verify regional availability to prevent similar issues in the future.
(Perfect for DevOps & SREs)
Try Doctor Droid — your AI SRE that auto-triages alerts, debugs issues, and finds the root cause for you.