#imabev
1 messages · Page 1 of 1 (latest)
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?
you need to look at the "cURL" option
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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".
I might need to convert cURL to an HTTP request.
yes exactly
yes you're correct it is api.stripe.com, connect.stripe.com is for Connect Account apps, not really related in your case
thanks very much!
let me know if you need any more help