Questions tagged [killbill]

Kill Bill is a open-source platform for subscription billing and payments integration.

Kill Bill is a open-source platform for subscription billing and payments integration. Its plug-in architecture allows you to easily apply custom logic and integrate with third-party systems.

Homepage: http://killbill.io/

7 questions
3
votes
0 answers

killbill connection timeout from symfony in docker

I have implemented killbill service in docker as following: killbill: image: killbill/killbill:0.18.11 ports: - "8080:8080" - "8087:8080" - "12345:12345" links: - killbilldb - nginx environment: -…
Jigar Pancholi
  • 1,209
  • 1
  • 8
  • 25
1
vote
1 answer

How to integrate killbill billing engine with wso2 API manager?

I want to integrate killbill billing engine with WSO2 API manager server. Could you please help me to get this done.
sachin dhus
  • 199
  • 1
  • 11
1
vote
1 answer

Pausing a Kill Bill subscription

We've been using Kill Bill to manage a delivery subscription service. You can sign up to a subscription to receive the items you choose, and be billed monthly. We want to implement a pause feature so that customers could delay their subscriptions if…
Tiz
  • 680
  • 5
  • 17
0
votes
0 answers

Java: Got Jersey's ContainerException when receiving formdata, but fine when received raw JSON data

I'm currently working on a plugin for Killbill, using Jooby for developing the servlet. The servlet will receive a notification from payment gateway and process the update into internal Killbill system @Singleton public class NotificationServlet { …
Muhamad Iqbal
  • 742
  • 1
  • 4
  • 17
0
votes
1 answer

Paypal integration issue with KillBill in a node app

I am trying to integrate paypal payment gateway in my Node app in which i'm calling KillBill api provided for Paypal gateway in itsw documentation it is described that we will recieve a url in location header. But on hitting it in postman i'm…
0
votes
1 answer

Killbill on Google Flexible Environment using Java and Cloud SQL

Goal: I want to setup subscription billing using killbill API for my client, and he is willing to use App Engine Flexible Environment where we will docker out of the box. Confusion: Being a developer having experience of Google App Engine I am not…
0
votes
1 answer

How to package the killbill hello-world plugin

I'm a ruby beginner trying to package a ruby gem from killbill. I tried debugging the problem but no luck. When running rake killbill:package an exception is thrown: NoMethodError: undefined method `pos' for…
ilanco
  • 9,581
  • 4
  • 32
  • 37