{ "opencollection": "1.0.0", "info": { "name": "Core accepted countries Accounts API", "version": "3.0.39" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List transitions associated with a refund", "type": "http" }, "http": { "method": "GET", "url": "/v3/accounts/:account_token/refunds/:refund_token/transitions", "params": [ { "name": "account_token", "value": "", "type": "path", "description": "Unique identifier of the credit account" }, { "name": "refund_token", "value": "", "type": "path", "description": "Unique identifier of the refund" }, { "name": "count", "value": "", "type": "query", "description": "The number of resources to retrieve." }, { "name": "start_index", "value": "", "type": "query", "description": "The sort order index of the first resource in the returned array." }, { "name": "sort_by", "value": "", "type": "query", "description": "Field on which to sort.\nPrefix the field name with a hyphen (`-`) to sort in descending order.\nOmit the hyphen to sort in ascending order.\n\n*NOTE:*\nYou must sort using system field names such as `createdTime`, and not by the field names appearing in response bodies such as `created_time`." } ] }, "docs": "Retrieve a list of transitions associated with the refund." } ] } ], "bundled": true }