Method: CyberSource::PaymentInstrumentApi#paymentinstruments_post

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

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

Create a Payment Instrument

Parameters:

  • profile_id

    The id of a profile containing user specific TMS configuration.

  • body

    Please specify the customers payment details for card or bank account.

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

    the optional parameters

Returns:



27
28
29
30
# File 'lib/cyberSource_client/api/payment_instrument_api.rb', line 27

def paymentinstruments_post(profile_id, body, opts = {})
  data, _status_code, _headers = paymentinstruments_post_with_http_info(profile_id, body, opts)
  return data, _status_code, _headers
end