#eztaxi-payment
1 messages · Page 1 of 1 (latest)
Oh thanks
We have our own ticketing system where customers can purchase a ticket from the cash counter
Cash counter issues a unique ticket number with a QR code.
Then operator redeems purchased ticket by scanning QR code. Once redeemed, the ticket is used and not valid anymore.
Now we want customers to purchase tickets online.
The question is how I can associate the unique ticket number with stripe payment?
you can use either metadata or description field when you create payment_intent https://stripe.com/docs/api/payment_intents/create#create_payment_intent-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
These two fields are free form text field.
Can we call APIs directly from Stripe hosting without implementing to our hosting?
Or can we hire a stripe developer to install and setup php in our server?
Stripe developer is not for hire but you can consider using our verified partners https://stripe.com/partners/expert-services
Can we call APIs directly from Stripe hosting without implementing to our hosting?
you can take a look at our no-code options and see if any fits your need https://stripe.com/docs/payments/no-code
You can either send a link to your customer to ask them to pay or send them an invoice so that they can pay for the ticket
Thank you, it helps a lot
np