Name | Type | Description |
---|
processed_payment_gateway_requests_set | Set of Processed Payment Gateway Request Objects | A set that contains the ID and the number of the payment gateway requests that were processed successfully  |
unprocessed_payment_gateway_requests_set | Set of Unprocessed Payment Gateway Request Objects | A set that contains the ID and the number of the payment gateway requests that were not processed successfully due to an error. Each row includes the unique request identifier , as provided by the caller, along with an error code and error description. Â |
Referred Objects Response Data
 processed payment gateway request object response data
Name | Type | Description |
---|
request_unique_identifier | String | A unique identifier of the request, as provided by the caller, in order to identify the successful results. |
id | String | The ID of the payment gateway request |
number | String | The number of the payment gateway request |
 unprocessed payment gateway request object response data
Name | Type | Description |
---|
request_unique_identifier | String | A unique identifier of the request, as provided by the caller, in order to identify the failed results. |
error_code | String | The code of the error that was raised |
error_description | String | The description of the error that was raised |