Settlement Batch Summary
Settlement Batch Summary: Generate
- Ruby
result = gateway.settlement_batch_summary.generate(
:settlement_date => Time.now.strftime("%Y-%m-%d"),
:group_by_custom_field => "custom_field_1"
) if result.success?
p result.settlement_batch_summary.records
end
Parameters
:group_by_custom_field
StringA string representing a transaction's custom field that you wish to group by.
:settlement_date
StringA string representing the date of the settlement batch.