Stripe Integration Problem

I am trying to add simple stripe logic as a hosted API and keep getting this error:

Can not parse generic service: BackendlessServerException: Undefined error, cause [CodeRunnerError] Code: 0; Msg: com/stripe/exception/StripeException; Class: class com.backendless.coderunner.commons.exception.CodeRunnerException

Can anyone help me out? Also I will attach the jar file.

D

charge.zip (2.7kB)

Hi Jason,

Seems you’re receiving an exception from Stripe, which is wrapped by CodeRunnerException and returned back to you. I’d suggest you to launch your code in debug mode and check that exception’s message.

I’m checking it in debug and it seems fine. Thanks

Never mind figured it out, the arguments being sent were formatted incorrectly.Thanks.