#imabev

1 messages · Page 1 of 1 (latest)

tropic karmaBOT
kind trellis
#

👋 happy to help

#

yes you can use the Stripe API via HTTP requests

cunning yew
#

thanks! anywhere I look in the documentation it appears that the HTTP requests are created by code (e.g. python). That's OK...but in order for me to use code with Laserfiche I need to create a separate server and run the python requests from it (with a built in link from Laserfiche to that server). I'd like to avoid that is possible.

#

There is a way in the Laserfiche configuration that I can pass key value pairs from a Laserfiche workflow to construct the HTTP request.

#

Could you point me to an example of what this HTTP request might look like?

kind trellis
#

you need to look at the "cURL" option

cunning yew
#

ok cool I've seen that - i just need to figure out how Laserfiche can handle a cURL or I might need to convert cURL to an HTTP request.

#

Last thing - I just want to confirm the base url is api.stripe.com? I have seen some references to connect.stripe.com and want to make sure I should be using "api".

kind trellis
#

I might need to convert cURL to an HTTP request.
yes exactly

kind trellis
cunning yew
#

thanks very much!

kind trellis
#

let me know if you need any more help