Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: does this api supports also 'application fees' #62

Closed
paulvanbladel opened this issue May 23, 2018 · 2 comments
Closed

Question: does this api supports also 'application fees' #62

paulvanbladel opened this issue May 23, 2018 · 2 comments

Comments

@paulvanbladel
Copy link

Does this api supports also application fees?
https://help.mollie.com/hc/nl/articles/214018765-Hoe-implementeer-je-Application-fees-via-Mollie-
Connect-

Do you have a pointer to an example how to do this setup in c#?

Thanks a lot !

@lgoudriaan
Copy link
Contributor

Hi Paul,

Yes, this Client support application fees. You can set the ApplicationFees property in PaymentRequest.
The provided API key must be an oauth key.

@Viincenttt
Copy link
Owner

Viincenttt commented May 24, 2018

Like lgoudriaan says, this is supported. Currently there is no documentation for these functionalities yet, but it should be pretty straight forward.

Take a look at the connect client code here:
https://github.com/Viincenttt/MollieApi/blob/master/Mollie.Api/Client/ConnectClient.cs

It works very similar to the other API client endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants