Before initiating first merchant payment on behalf of your customer, please ensure that your Access token has mg-baas scope in it. When you create Access token in online-banking for BaaS product, mg-baas scope is enabled by default.
Tip! Don’t mix it with ob-ps or ob-ps:authz-nosca scopes.
Second thing to check – after onboarding your customer you will receive brand ID parameter that represents merchant’s e-shop. Check the status of this brand ID in Get clients API response, if it is Active, then you can initiate a first merchant payment.
"merchant": [
{
"brandId": "56a69beb-4d41-412d-a0ca-139f5c0727e9",
"shopName": "Scooby Doo Inc",
"status": "active"
}
Tip! Same company can have multiple e-shops and brand IDs. Currently in our onboarding we support 1 brand per customer. If you have cases where 1 customer has more e-shops, contact us to help activate such brands.