Hello Everyone,
I am currently developing an application using Oracle APEX and would like to integrate an online payment gateway into my project.
I need guidance on the following:
- How to integrate third-party payment gateways (such as Razorpay, Stripe, or PayPal) with Oracle APEX?
- How to securely handle payment requests and responses using REST APIs?
- How to implement callback/webhook handling after successful payment?
- Best practices for storing transaction details in Oracle Database.
- How to generate and verify payment signatures in PL/SQL?
If anyone has implemented payment integration in Oracle APEX, please share:
- Sample implementation steps
- Required configurations
- Security best practices
- Any documentation or reference links
Your guidance would be highly appreciated.
Thank you in advance!