#imabev
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
thanks tarzan
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
please note that this would create a price that wouldn't appear in your dashboard
ok thats interesting. I have products that have standardized pricing but they may rarely be different prices that couldnt be created programmatically
so that would work
I am unclear on which parameters are needed when creating a new price object. It looks lie there are parameters that are nested within others.
yes
I may just need to experiment with it because I think there are many parameters needed (not just one or two)
it depends whether you have a product or you want to create a dynamic product as well
hmm new terminology...I'll check out dynamic product
next to each param you can see whether it's Optional, Required or Conditionally Required
yep I see those thanks
you helped me yesterday and today - trying to fit round peg in to a square hole (no pun) to try to work with an application
can I just clarify one thing to make sure I am on the right path: I SHOULD NOT create a payment via the API passing the credit card numbers, correct? Clarifying - I shouldnt collect the credit card number on my site and then pass it to square via API
yes that wouldn't be PCI compliant
ok good to have that confirmed
are you a MOTO business?
no - I am creating an integration for a cloud product called Laserfiche. It's document management but it has an online forms component where I need to collect fees
there isnt a great ability to customize it so I am trying to figure out the best way to do this.
they have an on-prem version that has a payment integration but they are sunsetting it. And their cloud version will not have a payment integration out of the box.
ok then what I told still holds
ok thanks again for your help!