documenter.getpostman.com
Open in
urlscan Pro
2606:4700:4400::ac40:9a6a
Public Scan
Submitted URL: https://paymentlog.etrackbase.com/
Effective URL: https://documenter.getpostman.com/view/7885882/SW7c27C7?version=latest
Submission: On July 23 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://documenter.getpostman.com/view/7885882/SW7c27C7?version=latest
Submission: On July 23 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
* Body * Headers (0) * Body * Headers (0) Public Documentation Settings ENVIRONMENT No Environment LAYOUT Double Column LANGUAGE cURL - cURL Etrack-payment-notification Introduction POST https://payment-notification-api.herokuapp.com/ POST https://payment-notification-api.herokuapp.com/verify ETRACK-PAYMENT-NOTIFICATION POSTHTTPS://PAYMENT-NOTIFICATION-API.HEROKUAPP.COM/ https://payment-notification-api.herokuapp.com/ This API sends a notification to a slack channel whenever any payment is made on ETRACK's platform Bodyraw View More { "id": 126122, "txRef": "rave-pos-121775237991", "flwRef": "FLW-MOCK-72d0b2d66273fad0bb32fdea9f0fa298", "orderRef": "URF_1523185223111_833935", "paymentPlan": "null", "createdAt": "2018-04-08T11:00:23.000Z", "amount": 1000, "charged_amount": 1000, "status": "successful", "IP": "197.149.95.62", "currency": "NGN", "customer": { "id": 22836, "phone": "null", "fullName": "Anonymous customer", "customertoken": "null", "email": "salesmode@ravepay.co", "createdAt": "2018-04-08T11:00:22.000Z", "updatedAt": "2018-04-08T11:00:22.000Z", "deletedAt": "null", "AccountId": 134 }, "entity": { "card6": "539983", "card_last4": "8381" }, "event.type": "CARD_TRANSACTION" } Example Request https://payment-notification-api.herokuapp.com/ View More curl curl --location 'https://payment-notification-api.herokuapp.com/' \ --data-raw '{ "id": 126122, "txRef": "rave-pos-121775237991", "flwRef": "FLW-MOCK-72d0b2d66273fad0bb32fdea9f0fa298", "orderRef": "URF_1523185223111_833935", "paymentPlan": "null", "createdAt": "2018-04-08T11:00:23.000Z", "amount": 1000, "charged_amount": 1000, "status": "successful", "IP": "197.149.95.62", "currency": "NGN", "customer": { "id": 22836, "phone": "null", "fullName": "Anonymous customer", "customertoken": "null", "email": "salesmode@ravepay.co", "createdAt": "2018-04-08T11:00:22.000Z", "updatedAt": "2018-04-08T11:00:22.000Z", "deletedAt": "null", "AccountId": 134 }, "entity": { "card6": "539983", "card_last4": "8381" }, "event.type": "CARD_TRANSACTION" }' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers POSTHTTPS://PAYMENT-NOTIFICATION-API.HEROKUAPP.COM/VERIFY https://payment-notification-api.herokuapp.com/verify Verifying payments made to ETRACK using the transaction reference number Bodyraw { "txref": "ET-1575283046928" } Example Request https://payment-notification-api.herokuapp.com/verify curl curl --location 'https://payment-notification-api.herokuapp.com/verify' \ --data '{ "txref": "ET-1575283046928" }' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers