Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VantivSDK/d7fd9a1c3bcac983cadb2dd1e8aa563a to your computer and use it in GitHub Desktop.
Save VantivSDK/d7fd9a1c3bcac983cadb2dd1e8aa563a to your computer and use it in GitHub Desktop.
Ruby Retrieve All chargebacks for Activity Date example
require 'CnpChargeback'
include CnpChargeback
response= ChargebackRetrieval.new.get_chargebacks_by_date(activity_date: "2018-01-01")
puts response.transactionId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment