Partner Merchant Payment Notification CallBackURL
This endpoint is used to notify partners of the payment status of an order
Last updated
This endpoint is used to notify partners of the payment status of an order
Last updated
const fetch = require('node-fetch');
fetch("null", {
"method": "POST"
})
.then(response => console.log(response))
.catch(err => console.error(err))