|
| 1 | +# CyberSource::InterchangeClearingLevelDetailsApi |
| 2 | + |
| 3 | +All URIs are relative to *https://apitest.cybersource.com* |
| 4 | + |
| 5 | +Method | HTTP request | Description |
| 6 | +------------- | ------------- | ------------- |
| 7 | +[**get_interchange_clearing_level_details**](InterchangeClearingLevelDetailsApi.md#get_interchange_clearing_level_details) | **GET** /reporting/v3/interchange-clearing-level-details | Interchange Clearing Level data for an account or a merchant |
| 8 | + |
| 9 | + |
| 10 | +# **get_interchange_clearing_level_details** |
| 11 | +> ReportingV3InterchangeClearingLevelDetailsGet200Response get_interchange_clearing_level_details(start_time, end_time, opts) |
| 12 | +
|
| 13 | +Interchange Clearing Level data for an account or a merchant |
| 14 | + |
| 15 | +Interchange Clearing Level data for an account or a merchant |
| 16 | + |
| 17 | +### Example |
| 18 | +```ruby |
| 19 | +# load the gem |
| 20 | +require 'cybersource_rest_client' |
| 21 | + |
| 22 | +api_instance = CyberSource::InterchangeClearingLevelDetailsApi.new |
| 23 | + |
| 24 | +start_time = DateTime.parse("2013-10-20T19:20:30+01:00") # DateTime | Valid report Start Time in **ISO 8601 format** Please 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) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
| 25 | + |
| 26 | +end_time = DateTime.parse("2013-10-20T19:20:30+01:00") # DateTime | Valid report End Time in **ISO 8601 format** Please 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) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
| 27 | + |
| 28 | +opts = { |
| 29 | + organization_id: "organization_id_example" # String | Valid Organization Id |
| 30 | +} |
| 31 | + |
| 32 | +begin |
| 33 | + #Interchange Clearing Level data for an account or a merchant |
| 34 | + result = api_instance.get_interchange_clearing_level_details(start_time, end_time, opts) |
| 35 | + p result |
| 36 | +rescue CyberSource::ApiError => e |
| 37 | + puts "Exception when calling InterchangeClearingLevelDetailsApi->get_interchange_clearing_level_details: #{e}" |
| 38 | +end |
| 39 | +``` |
| 40 | + |
| 41 | +### Parameters |
| 42 | + |
| 43 | +Name | Type | Description | Notes |
| 44 | +------------- | ------------- | ------------- | ------------- |
| 45 | + **start_time** | **DateTime**| Valid report Start Time in **ISO 8601 format** Please 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) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) | |
| 46 | + **end_time** | **DateTime**| Valid report End Time in **ISO 8601 format** Please 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) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) | |
| 47 | + **organization_id** | **String**| Valid Organization Id | [optional] |
| 48 | + |
| 49 | +### Return type |
| 50 | + |
| 51 | +[**ReportingV3InterchangeClearingLevelDetailsGet200Response**](ReportingV3InterchangeClearingLevelDetailsGet200Response.md) |
| 52 | + |
| 53 | +### Authorization |
| 54 | + |
| 55 | +No authorization required |
| 56 | + |
| 57 | +### HTTP request headers |
| 58 | + |
| 59 | + - **Content-Type**: application/json;charset=utf-8 |
| 60 | + - **Accept**: application/hal+json, application/xml |
| 61 | + |
| 62 | + |
| 63 | + |
0 commit comments