-
Notifications
You must be signed in to change notification settings - Fork 16
NO_PAYMENTS_PRODUCTS_AVAILABLE #5
Comments
You are probably sending in a combination of a currencyCode and a billing countryCode that doesn’t have any payment products configured on our sandbox accounts. Try changing these two properties in your request. |
For instance, PostFinance Card is only supported in Switzerland. I used both CHF and CH and get the error. But basically it means there is no way to test all the mentioned payment products in the sandbox environment...?
|
You are indeed correct that not all payment products can be tested on our sandbox environment. If you want to test out PostFinance Card I would suggest you get a preproduction account. On such an account you can have any payment product configured. |
Thanks for the tip. Can I also report that in the sandbox environment the webhook endpoint verification works and it indeed sends out a POST request but after finishing an iDeal or Paysafecard payment, no webhook events are being sent at all?
…Sent from my iPhone
On 29 Dec 2019, at 10:15, rikvanthof ***@***.***> wrote:
You are indeed correct that not all payment products can be tested on our sandbox environment. If you want to test out PostFinance Card I would suggest you get a preproduction account. On such an account you can have any payment product configured.
The purpose of the sandbox is for you to be able to try out the SDKs, the API, webhooks and the behavior of the MyCheckout hosted payment pages. The setup is generic, fixed and just covers the basics.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
{
"errorId" : "5e07d8582c10c9eabd6d913200f95956",
"errors" : [ {
"code" : "1406",
"id" : "NO_PAYMENT_PRODUCTS_AVAILABLE",
"category" : "CONNECT_PLATFORM_ERROR",
"message" : "NO_PAYMENT_PRODUCTS_AVAILABLE",
"httpStatusCode" : 400
} ]
}
I get this response a lot in the Sandbox environment. How to resolve this?
The text was updated successfully, but these errors were encountered: