#Esi
1 messages ยท Page 1 of 1 (latest)
You will change the config in https://github.com/stripe-samples/starter/blob/main/.cli.json
There should only be one file to update
The name of stripe sample is "starter"
{
"name": "starter",
"configureDotEnv": true,
"integrations": [
{
"name": "main",
"clients": ["html"],
"servers": ["java", "node", "php", "python", "ruby", "go", "dotnet", "node-typescript"]
}
]
}
I changed like it
is it OK ?
Is the error I am facing
Which code sample are you trying to get? Payment, webhook... etc?
Reality is that I am network engineer and not a developer
we have a Stripe POS and we want to do just a transaction as a test on it
I have created the reader..but I think device need programming
Which reader do you use?
The above sample is for online payment instead of in-person (terminal) payment
Oh.......I think I need in-person sample
because we have a physical device
Can I find a simple starter to show how to run and do a simple transaction of Stripe device ?
Which reader do you use, so that I can find relevant sample?
Stripe offers a few models of readers here: https://stripe.com/docs/terminal/payments/setup-reader
Which model is yours?
Thanks for sharing! What is your account country?
You may follow the sample here for WisePOS E with server-driven approach that is supported in Canada: https://github.com/stripe-samples/terminal
These are the integration guides:
- Setup: https://stripe.com/docs/terminal/payments/setup-integration
- Connect to a WisePOS E: https://stripe.com/docs/terminal/payments/connect-reader?terminal-sdk-platform=server-driven&reader-type=internet
- Collect payment on WisePOS E: https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=server-driven
It seems it has so many steps and as a netweork enginner I do not have some easy things to do
๐
thanks a lot, I need a time to study those links
thanks for your helps
No problem! Happy to help ๐