Rails 5: Iugu and recurring payment

0

I looked in the Iugu documentation what the function in Rails called to create a recurring payment in iugu, but I could not find it. Can someone give me a light on this? There is Iugu::Subscription.create , but I would like the specific function for recurring payments and their parameters with values and etc. The iugu gem repository also does not help much, as it has little documentation, and the official documentation of the only return of the api .

Thank you

    
asked by anonymous 20.09.2018 / 13:40

1 answer

0

To create recurring subscriptions, you must link it to a plan .

    
21.09.2018 / 16:54