Skip to content
NEWCollect for MSMEs: UPI Autopay, eNACH & remindersExplore app ↗

Cancel Payment

Cancel a payment for a student identified by :jodo_student_id and :transaction_id.

DELETE /api/v1/integrations/erp/students/:jodo_student_id/payments/:transaction_id
Terminal window
curl -X DELETE 'https://[base_url]/api/v1/integrations/erp/students/:jodo_student_id/payments/:transaction_id' \
-H 'Content-Type: application/json' \
-H 'Authorization: Basic <token>'
ParameterTypeRequiredDescription
jodo_student_idstringYesJodo student ID against which the payment was recorded.
transaction_idstringYesTransaction ID of the payment to cancel.

HTTP 200

{
"status": "success"
}
  • Use the same transaction_id that was sent when the payment was added.
  • Use this only for payments recorded through the direct/manual payment API.