Method: CyberSource::PaymentInstrumentApi#paymentinstruments_token_id_patch

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

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

Update a Payment Instrument

Parameters:

  • profile_id

    The id of a profile containing user specific TMS configuration.

  • token_id

    The TokenId of a Payment Instrument.

  • body

    Please specify the customers payment details.

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

    the optional parameters

Returns:



238
239
240
241
# File 'lib/cyberSource_client/api/payment_instrument_api.rb', line 238

def paymentinstruments_token_id_patch(profile_id, token_id, body, opts = {})
  data, _status_code, _headers = paymentinstruments_token_id_patch_with_http_info(profile_id, token_id, body, opts)
  return data, _status_code, _headers
end