INTEGRATING REST API
Hello,
I'm integrating the Jbilling with RestAPI .While I'm creating user by calling the createUser(User WS) i'm getting the Cause: org.springframework.security.core.userdetails.User cannot be cast to com.sapienter.jbilling.client.authentication.CompanyUserDetails. How to solve the exception? Do we need to implement the User class in CompanyUserDetails??
Thanks and Regards,
Naveen.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Manjunath on Apr 10, 2018 @ 04:01 PM
hi..
i want to integrate jbilling in my application for invoice creation and payment how to do ?
2 Posted by Naveen Achari on Apr 11, 2018 @ 04:35 AM
Hai Manjunath,
JBilling is an opensource product.But for enterprise version we need to
pay amount.I don't know which one is suitable for you.You should visit the
website for more details.
Thanks and Regards,
Naveen.
3 Posted by rakesh.sahadeva... on Jun 01, 2018 @ 07:07 AM
HI Manjunath,
Community version supports REST API plugin. You need to expose through RestControllers . Make it authentication open if your client is handling authentication properly else default authenticate with REST token implementation.
Regards
4 Posted by moabin on Jul 09, 2018 @ 09:46 AM
Hi rakesh.sahadeva.
How can I enable the REST API with JBilling?
5 Posted by Neeraj on Nov 14, 2018 @ 10:11 AM
Hello Rakesh,
Could you please guide me on how to enable the REST API plugin for Jbilling community version?