{ "opencollection": "1.0.0", "info": { "name": "leofees_backend api payment API", "version": "version" }, "items": [ { "info": { "name": "payment", "type": "folder" }, "items": [ { "info": { "name": "Initiate Payment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/initiate_payment", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate Payment" }, { "info": { "name": "Easebuzz Hook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/easebuzz_hook" }, "docs": "Easebuzz Hook" }, { "info": { "name": "Payment Unification Hook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/payment_unification_hook" }, "docs": "Payment Unification Hook" }, { "info": { "name": "Update Payment Initiated", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/payment_inititated", "body": { "type": "json", "data": "{}" } }, "docs": "Update Payment Initiated" }, { "info": { "name": "Get Payment Status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/update_payment_status", "body": { "type": "json", "data": "{}" } }, "docs": "Get Payment Status" }, { "info": { "name": "Fetch Payment Status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/fetch_payment_status_easebuzz", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch Payment Status" }, { "info": { "name": "Fetch Payment Status Date", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/paymentfetch_payment_status_by_date_easebuzz" }, "docs": "Fetch Payment Status Date" }, { "info": { "name": "Update Payment Status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/update_payment_status/:txn_log_id", "params": [ { "name": "txn_log_id", "value": "", "type": "path" } ] }, "docs": "Update Payment Status" }, { "info": { "name": "Check Hook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/check_hook" }, "docs": "Check Hook" }, { "info": { "name": "Initiate Payment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/initiate_pg", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate Payment" }, { "info": { "name": "Initiate Payment Store", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/initiate_pg_store" }, "docs": "Initiate Payment Store" }, { "info": { "name": "Initiate Payment For Temp Student", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/payment/initiate_pg_for_temp_student", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate Payment For Temp Student" } ] } ], "bundled": true }