Get all payments via Subscriptions API
How can I get all the payments of organization or all the payments of a selected customer via subscriptions API. when I try with or without customer_id, I always get following error.
{
"code": 37,
"message": "The HTTP method GET is not allowed for the requested resource"
}