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/1f9c305b81241c289cfed784df9b3a1c to your computer and use it in GitHub Desktop.
Save VantivSDK/1f9c305b81241c289cfed784df9b3a1c to your computer and use it in GitHub Desktop.
Ruby Retrieve Actionable Chargebacks example
require 'CnpChargeback'
include CnpChargeback
response= ChargebackRetrieval.new.get_actionable_chargebacks(actionable: "true")
puts response.transactionId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment