mollie / mollie-api-php

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

Which API endpoint do we have to use to make a payment from mollie to IBAN #691

Closed newmediacrew closed 1 year ago

newmediacrew commented 1 year ago

Specifications

Describe the issue

We can make payments from customer to Mollie (https://docs.mollie.com/reference/v2/payments-api/create-payment) . Which API endpoint do we need to use for making a payment from Mollie to a specific IBAN bank account? ...

robindirksen1 commented 1 year ago

The payout is handled using the settlement API, it's only possible to payout to your own (verified business) IBAN account.

sandervanhooft commented 1 year ago

Hi @newmediacrew ,

As Robin states it is not possible to wire funds directly to third party bank accounts.

If you need to wire funds to your company's account, you can manage that in the Mollie Dashboard.

In case you're looking for marketplace features (i.e. split inbound payments and route these to other connected Mollie accounts), you can read more here: Mollie Connect for Marketplaces.

I hope this helps, feel free to reach out here otherwise.