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
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 |