stripe-paymentsubercart

Strip + Ubercart


I am using strip + ubercart and its workin great on site where have HTTP

But when I trie to use on site enabled with HTTPS certificate etc I get below error:

Payment failed for order 32: Stripe Customer Creation Failed for order 32: Invalid response object from API: (HTTP response code was 0)

Please suggest what I can do to resolve this, I tries searching but havent found any support.

Thanks!


Solution

  • I downloaded the stripe api and ran all it's unit tests. That way I could find that curl was disabled. By enabling following functions in php, all unit tests succeeded and it got working:

    shell_exec
    proc_open
    curl_exec