Skip to content

Conversation

@negati-ve
Copy link

according to https://docs.instamojo.com/docs/get-payment-details,
Get Payment Details endpoint is at /payments

previously,

Insta.getPaymentDetails("PAYMENT-REQUEST-ID", "PAYMENT-ID", function(error, response) {
}

was the required code to get the payment details for a transaction, which has stopped working as the end point has changed from /payment-requests/ to /payments

this pull request updates the getPaymentDetails api to,

Insta.getPaymentDetails("PAYMENT-ID", function(error, response) {
}

and is tested and working

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant