Get Payment Status
With this endpoint, you can get pretty much every information about your payment.
const ID = "YOUR_PAYMENT_ID";
axios.get("https://api.payrock.me/payment-status?id=" + ID, {
headers: {
"access-token": "YOUR_ACCESS_TOKEN"
}
})
Last updated