mollie / reseller-api

Reseller API voor het aanmaken en beheren van Mollie-accounts
https://www.mollie.com/
BSD 2-Clause "Simplified" License
13 stars 4 forks source link

Unknown profile key. #13

Closed sweebee closed 7 years ago

sweebee commented 7 years ago

I'm trying to create a new account, but I get Unknown profile key.

Where can I find this key? I tried mine that is available at the dashboard (in the url) starting with pfl_xxxxxxxx but that one doesn't seem to work.

willemstuursma commented 7 years ago

Hi @sweebee. The key can be retrieved from out legacy dashboard: https://www.mollie.com/beheer/account/profielen. Then, click on "Details bekijken" for the profile you wish to retrieve the key from. It's at the bottom of the page.

sweebee commented 7 years ago

I always get redirected to https://www.mollie.com/dashboard/settings/profiles, and there is no "details bekijken" button.

willemstuursma commented 7 years ago

Please call our support desk, and they will help you and can provide you with the right codes.

AntonShumin commented 7 years ago

I had the exact same issue, but because this one was solved privately, it didn't help much.

$partner_id = 'xxx'; $profile_key = "xxx"; $app_secret = "xxx";

So, partner id, can be found at the top right of the 'new' dashboard (as i just started using mollie, they are all new to me) image

For the key and secret, go to the 'old dashboard'. You can reach it here https://www.mollie.com/beheer/

image

If we follow Willems directions, we consider the url structure /beheer/account/profielen, go to Account followed by ... nuttin

image

But dont worry, i got you covered. Willem is just on the different level of tips and puzzle solving. If you follow the subtle clues and the weather pattern, you'll realize that the answer was there all along, in the tab reseller.

image

Scroll to the bottom, there is your key

image

You can also reach the same page by going to the 'new' dashboard, Applications, scroll down to authorized applications, find Reseller, launch that.

image

sweebee commented 7 years ago

Thanks! that worked