Code Monkey home page Code Monkey logo

Comments (8)

Viincenttt avatar Viincenttt commented on August 19, 2024

Hi Owin,

I haven't finished testing the subscription API yet, but I expect to finish it somewhere in the coming days. I'll keep you updated.

Regards,
Vincent

from mollieapi.

owingruters avatar owingruters commented on August 19, 2024

Great!

Op 18 jul. 2016 10:12, bij 10:12, Vincent Kok [email protected] schreef:

Hi Owin,

I haven't finished testing the subscription API yet, but I expect to
finish it somewhere in the coming days. I'll keep you updated.

Regards,
Vincent


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#5 (comment)

from mollieapi.

Viincenttt avatar Viincenttt commented on August 19, 2024

Hi Owin,

I have created a new version 1.3.3 which includes support for the subscription API.

Regards,
Vincent

from mollieapi.

owingruters avatar owingruters commented on August 19, 2024

Super!

Such a good timing,because I actually was going to work on it today! :)

Owin

On Fri, Jul 22, 2016 at 9:18 AM, Vincent Kok [email protected]
wrote:

Hi Owin,

I have created a new version 1.3.3 which includes support for the
subscription API.

Regards,
Vincent


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#5 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ALCR1-QtCIoaM7tQNYi2S4bx-QeaVLa7ks5qYG7hgaJpZM4JNN08
.

from mollieapi.

owingruters avatar owingruters commented on August 19, 2024

Hi Vincent,

Just wanted to inform you that I have been accidently using your test API
Key :|
So you might have some payments, customers, mandates and subscriptions on
you account.

Sorry about that!

BTW, have you found a way to test the webhook of the recurring payments.
I'd rather not wait 1 week to be able to test my code :)

Regards,
Owin

On Fri, Jul 22, 2016 at 9:18 AM, Vincent Kok [email protected]
wrote:

Hi Owin,

I have created a new version 1.3.3 which includes support for the
subscription API.

Regards,
Vincent


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#5 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ALCR1-QtCIoaM7tQNYi2S4bx-QeaVLa7ks5qYG7hgaJpZM4JNN08
.

from mollieapi.

Leonm91 avatar Leonm91 commented on August 19, 2024

Hi Owin,

In order for the recurring payment to work you'll need to get a mandate. You can setup a €0,01 payment through iDeal. I did this as follows:

var result = await this._mollieClient.CreatePaymentAsync(new RecurringSubscriptionRequest
            {
                Amount = 0.01M,
                CustomerId = user.MollieInfo.MollieCustomerId,
                Description = "Mandaat voor automatische incasso School of Music",
                RecurringType = Mollie.Api.Models.Payment.RecurringType.First,
                RedirectUrl = @"https://xxx.xxx",
                Method = Mollie.Api.Models.Payment.PaymentMethod.Ideal,
                Locale = Mollie.Api.Models.Payment.Locale.NL
            });


            return Redirect(result.Links.PaymentUrl);

You can send a payment request to Mollie once you have at least 1 valid mandate.
This will work. I tested it with 3 payments and in about 1 or 2 weeks you'll see the result on your Mollie balance.

from mollieapi.

owingruters avatar owingruters commented on August 19, 2024

Hi Leon,

I have no issue creating the mandate nor the subscription. That all works
But I can only test First payment do not want to wait 1 week to see if my
code for recurring type is also working.

Thanx,

Owin

On Fri, Jul 22, 2016 at 3:24 PM, Leon [email protected] wrote:

Hi Ortwin,

In order for the recurring payment to work you'll need to get a mandate.
You can setup a €0,01 payment through iDeal. I did this as follows:

`
var result = await this._mollieClient.CreatePaymentAsync(new
RecurringSubscriptionRequest
{
Amount = 0.01M,
CustomerId = user.MollieInfo.MollieCustomerId,
Description = "Mandaat voor automatische incasso School of Music",
RecurringType = Mollie.Api.Models.Payment.RecurringType.First,
RedirectUrl = @"https://xxx.xxx",
Method = Mollie.Api.Models.Payment.PaymentMethod.Ideal,
Locale = Mollie.Api.Models.Payment.Locale.NL
});

    return Redirect(result.Links.PaymentUrl);

`

You can send a payment request to Mollie once you have at least 1 valid
mandate.
This will work. I tested it with 3 payments and in about 1 or 2 weeks
you'll see the result on your Mollie balance.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#5 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ALCR1z6uq0cmYjEtUbmCTKWmCKe2WuJ8ks5qYMSpgaJpZM4JNN08
.

from mollieapi.

Viincenttt avatar Viincenttt commented on August 19, 2024

Hi,

I don't actually use recurring payments in my own applications, so I can't be of much help. Maybe you could set the interval period of the recurring payment to 1 day? At least it would be faster then waiting an entire week.

PS: Don't worry about the API key. Sometimes I forget to remove it before pushing my code to GitHub, so it's my own fault. I'll request a new key.

Regards,
Vincent

from mollieapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.