{ "opencollection": "1.0.0", "info": { "name": "CyberSource Merged Spec bankAccountValidation Purchase And Refund Details API", "version": "0.0.1" }, "items": [ { "info": { "name": "Purchase And Refund Details", "type": "folder" }, "items": [ { "info": { "name": "Get Purchase and Refund Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reporting/v3/purchase-refund-details", "params": [ { "name": "startTime", "value": "", "type": "query", "description": "Valid report Start Time in **ISO 8601 format**\nPlease refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14)\n\n**Example date format:**\n - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)\n" }, { "name": "endTime", "value": "", "type": "query", "description": "Valid report End Time in **ISO 8601 format**\nPlease refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14)\n\n**Example date format:**\n - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)\n" }, { "name": "organizationId", "value": "", "type": "query", "description": "Valid Organization Id" }, { "name": "paymentSubtype", "value": "", "type": "query", "description": "Payment Subtypes.\n - **ALL**: All Payment Subtypes\n - **VI** : Visa\n - **MC** : Master Card\n - **AX** : American Express\n - **DI** : Discover\n - **DP** : Pinless Debit\n" }, { "name": "viewBy", "value": "", "type": "query", "description": "View results by Request Date or Submission Date.\n - **requestDate** : Request Date\n - **submissionDate**: Submission Date\n" }, { "name": "groupName", "value": "", "type": "query", "description": "Valid CyberSource Group Name.User can define groups using CBAPI and Group Management Module in EBC2. Groups are collection of organizationIds" }, { "name": "offset", "value": "", "type": "query", "description": "Offset of the Purchase and Refund Results." }, { "name": "limit", "value": "", "type": "query", "description": "Results count per page. Range(1-2000)" } ] }, "docs": "Download the Purchase and Refund Details report. This report report includes all purchases and refund transactions, as well as all activities related to transactions resulting in an adjustment to the net proceeds.\n" } ] } ], "bundled": true }