mollie / mollie-api-php

Mollie API client for PHP
http://www.mollie.com
BSD 2-Clause "Simplified" License
552 stars 191 forks source link

Integrating old reseller methods into Mollie Connect #170

Closed oekeur closed 5 years ago

oekeur commented 6 years ago

Are there any plans on migrating some more features of the (seemingly) old reseller API? Specifically the account-create and bankaccount-edit are useful for integrating Mollie into ones own application

willemstuursma commented 6 years ago

Hi @oekeur. We have some (not well developed) plans for merging the Reseller and OAuth APIs but unfortunately, they are not very high on our priority list right now.

Rest assured that the Reseller API is fully supported by Mollie.

If there is anything specific you need, you can drop it here. I'll leave this issue open.

willemstuursma commented 6 years ago

Hi @oekeur. We're looking to integrate a Create organization API call in the v2 API. See https://github.com/mollie/api-documentation/pull/211 for what it would look like.

Let us know what you think!

oekeur commented 5 years ago

Hi @willemstuursma,

Things seem to be moving seeing the new onboarding api. Since there is an get already available, am I right to assume creating entities will also be part of this API?

MollieRick commented 5 years ago

Hi @oekeur,

We released a Submit onboarding data endpoint, this week. You can check the documentation here: https://docs.mollie.com/reference/v2/onboarding-api/submit-onboarding-data

I expect that the onboarding APIs will be part of the client soon.