Method: CyberSource::PaymentInstrumentApi#paymentinstruments_token_id_get

Defined in:
lib/cyberSource_client/api/payment_instrument_api.rb

#paymentinstruments_token_id_get(profile_id, token_id, opts = {}) ⇒ InlineResponse2016

Retrieve a Payment Instrument

Parameters:

  • profile_id

    The id of a profile containing user specific TMS configuration.

  • token_id

    The TokenId of a Payment Instrument.

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



164
165
166
167
# File 'lib/cyberSource_client/api/payment_instrument_api.rb', line 164

def paymentinstruments_token_id_get(profile_id, token_id, opts = {})
  data, _status_code, _headers = paymentinstruments_token_id_get_with_http_info(profile_id, token_id, opts)
  return data, _status_code, _headers
end