API Reference
Log In

The following set of APIs pertains to the Payments aspect of Instamojo.

Scopes (for the access token that is used) required to run the Payments APIs:

payment-requests:read
payment-requests:write
payments:read
payouts:read
refunds:read
payments:refund

Error codes and their meanings :

HTTP CodesHTTP Codes
401 Unauthorized{
"error": "Invalid Client Id"
}
401 Unauthorized{
"error": "Invalid or expired Client Id Exp"
}
403 Forbidden{
"error": "Invalid scopes"
}
404 Not Found{
"error": "Invalid Account Id"
}