Hello,
My app schedules meetings. I have to use Razorpay, instead of Stripe because of Indian audience. With Razorpay I have to open a new window and come back to my page with a callback url. Rayzorpay API has a ‘notes’ field where I can send data for further use which is returned back to me if the payment is successful. Now I can’t send the date range as it is, as it contains double quotes and messes up the JSON.
How can I send a date range to the API and so that I can get it back? Also, how can use this data to be saved as a date range in database?
I tried to replace the double quotes with asterisk, because of which I can send the range, But I am struggling with how to process it.