Forums
I have a web app about education. When students apply for admission, they will pay many types of tuition fees. I want to create an id for each student, each time a student pays a tuition fee, a separate payment id will be created for payment. When creating that payment id I want to submit the information and when the payment is successful will trigger my API call with the data that I submit. At the same time, I want from the id created for each student, I can look up the information of all payments for that id.
Can anyone recommend which APIs I need to use? Thank you very much.