Skip to content

Instantly share code, notes, and snippets.

@VantivSDK
Created November 15, 2018 21:28
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/8d07fd6c863b1fa92e6fe0fc8edfc6f4 to your computer and use it in GitHub Desktop.
Save VantivSDK/8d07fd6c863b1fa92e6fe0fc8edfc6f4 to your computer and use it in GitHub Desktop.
Ruby Retrieve Card Activity Example
require 'CnpChargeback'
include CnpChargeback
response= ChargebackRetrieval.new.get_chargebacks_by_card_number(card_number: "1111000011110000", expiration_date: "0118")
puts response.transactionId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment