#Get payments export as CSV

1 messages · Page 1 of 1 (latest)

azure folio
#

Hello all,
Is there a way to download the payment list with more information like payment country, Mollies fees, etc.?
Thanks

azure folio
#

Also, I don't see on the getPayment API howto get the mollies fee.

bleak seal
#

Hi!

Its correct that it's not possible to get that in one overview as CSV from the dashboard.

For the API, it's possible but with a small workaround. You have to use the Payments and Balance APIs together.

When you call the List balance transactions API, you see all the transactions which involved your balance at Mollie. If you look at the type you know if it's related to your payment. You can then see in the context object in the response the Payment ID for which the fee was deducted.

With that Payment ID, you can call the Payments API to get the payment for the which the fee were held 🙂

azure folio
#

Hmm. Thanks for your answer. But not all payments are present in the balance?!
Also, it requires one HTTP request per payment? What if I need to retrieve thousands of payments?

azure folio
#

I'm not familiar with accounting!
what is the difference between a payment made at a given time and why it can take several days to appear in the balance (then several more days before being settled) ?

bleak seal
#

We only charge fees for payments which are paid. So it first needs to be paid before we charge fees 🙂
The delay is a risk measurement, so that we have the funds in case of a chargeback 🙂