#thorsten-delphi-webhook
1 messages ยท Page 1 of 1 (latest)
I can help if you have a technical/developer question in English, but if you need help in German you should talk to support (https://support.stripe.com/contact)
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i will try in english
๐
Basically, I have questions that I would like to clarify over the phone. I am a beginner when it comes to webhook programming.
I develop in Delphi,
We don't offer phone support here, but if you ask the questions here I can try and help
Is there an example of how I can integrate stripe into Delphi?
No, we don't have an example of that
If I understand it correctly, I have to create a [HttpPost] method in a web service. how should it look like (parameters? return values?)
HI ๐
I'm stepping as my colleague needs to go soon
We don't have support for Delphi as far as I know. But you can see what the web requests to our APIs look like by reviewing the code snippets in our API reference doc with the language set to curl.
Here is an example of an API request to create a Customer: https://stripe.com/docs/api/customers/create?lang=curl