New Checkout - Inline Integration - User Error 404

Hello, we've followed the integration guide for the new checkout

https://developer.blackbaud.com/skyapi/products/bbms/payments/integrations/new-checkout/inline

When initialising, the script is making API request to https://sky-pusa01.app.blackbaud.net/uicfg/settings/user which is failing with 404

{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.5",
"title": "Not Found",
"status": 404,
"traceId": "00-b3fe6a66e15d05ad32f921088ad73144-7a37641c907189d9-01"
}

We are using using payment configuration ID that has been previously used for the older Blackbaud Checkout integration.

We are using user that has Payment API role to connect the app.

Any idea what are we missing?

Categories