first_data_gateway 1.2.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1178) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/README.md +257 -26
  4. data/docs/ACSResponse.md +17 -0
  5. data/docs/AVSResponse.md +12 -0
  6. data/docs/AccessTokenRequest.md +21 -0
  7. data/docs/AccessTokenResponse.md +21 -2
  8. data/docs/AccountInfoLookupRequest.md +19 -0
  9. data/docs/AccountUpdaterResponse.md +13 -0
  10. data/docs/AccountVerificationRequest.md +23 -0
  11. data/docs/AchCreditTransaction.md +17 -0
  12. data/docs/AchPostAuthTransaction.md +17 -0
  13. data/docs/AchPostAuthTransactionAllOf.md +17 -0
  14. data/docs/AchPreAuthTransaction.md +17 -0
  15. data/docs/AchPreAuthTransactionAllOf.md +17 -0
  16. data/docs/AchRecurringType.md +16 -0
  17. data/docs/AchResponse.md +25 -0
  18. data/docs/AchReturnTransaction.md +17 -0
  19. data/docs/AchSaleTransaction.md +17 -0
  20. data/docs/AchVoidTransaction.md +17 -0
  21. data/docs/AdditionalAmountRate.md +10 -0
  22. data/docs/AdditionalDetails.md +19 -0
  23. data/docs/AdditionalTransactionDetails.md +15 -0
  24. data/docs/Address.md +15 -0
  25. data/docs/Airline.md +24 -2
  26. data/docs/AirlineAncillaryServiceCategory.md +9 -0
  27. data/docs/AirlineTravelRoute.md +17 -0
  28. data/docs/AliPay.md +13 -1
  29. data/docs/AliPayPaymentMethod.md +9 -0
  30. data/docs/AliPayPaymentMethodAllOf.md +17 -0
  31. data/docs/AliPaySaleTransaction.md +9 -6
  32. data/docs/AliPaySaleTransactionAllOf.md +17 -0
  33. data/docs/Amount.md +12 -1
  34. data/docs/AmountComponents.md +14 -0
  35. data/docs/AuthenticationApi.md +11 -7
  36. data/docs/AuthenticationRequest.md +17 -0
  37. data/docs/AuthenticationResult.md +17 -0
  38. data/docs/AuthenticationUpdateRequest.md +21 -0
  39. data/docs/Background.md +23 -0
  40. data/docs/BackgroundColor.md +21 -0
  41. data/docs/BancontactQR.md +19 -0
  42. data/docs/BasicResponse.md +11 -0
  43. data/docs/Billing.md +13 -0
  44. data/docs/BillingAddress.md +19 -1
  45. data/docs/BlockCard.md +21 -0
  46. data/docs/BlockDomain.md +17 -0
  47. data/docs/BlockIPAddress.md +19 -0
  48. data/docs/BlockName.md +19 -0
  49. data/docs/BlockedCardNumber.md +19 -0
  50. data/docs/BlockedItems.md +23 -0
  51. data/docs/Body.md +17 -0
  52. data/docs/Borders.md +17 -0
  53. data/docs/BrandingStyleConfigurationRequest.md +17 -0
  54. data/docs/BrandingStyleConfigurationResponse.md +23 -0
  55. data/docs/BrandingStyleConfigurationResponseAllOf.md +17 -0
  56. data/docs/BrandingStyleConfigurationResult.md +19 -0
  57. data/docs/Button.md +19 -0
  58. data/docs/CarRental.md +17 -1
  59. data/docs/CarRentalExtraCharges.md +9 -0
  60. data/docs/Card.md +16 -0
  61. data/docs/CardFunction.md +9 -0
  62. data/docs/CardInfo.md +14 -0
  63. data/docs/CardInfoLookupApi.md +7 -5
  64. data/docs/CardInfoLookupRequest.md +10 -0
  65. data/docs/CardInfoLookupResponse.md +13 -0
  66. data/docs/CardInfoLookupResponseAllOf.md +19 -0
  67. data/docs/CardVerificationApi.md +7 -5
  68. data/docs/CardVerificationRequest.md +11 -0
  69. data/docs/ChinaDomestic.md +17 -1
  70. data/docs/ChinaDomesticPaymentMethod.md +10 -0
  71. data/docs/ChinaDomesticPaymentMethodAllOf.md +19 -0
  72. data/docs/ChinaPnRSaleTransaction.md +9 -6
  73. data/docs/ChinaPnRSaleTransactionAllOf.md +17 -0
  74. data/docs/ClassicMode.md +35 -0
  75. data/docs/ClearingDetails.md +25 -0
  76. data/docs/ClearingElement.md +21 -0
  77. data/docs/ClientLocale.md +10 -0
  78. data/docs/ClientRegistration.md +29 -0
  79. data/docs/ClientRegistrationAllOf.md +17 -0
  80. data/docs/CombinedMode.md +23 -0
  81. data/docs/ConnectMode.md +16 -0
  82. data/docs/Contact.md +12 -0
  83. data/docs/Content.md +17 -0
  84. data/docs/CountryProfile.md +17 -0
  85. data/docs/CreatePaymentToken.md +13 -2
  86. data/docs/CurrencyConversion.md +10 -0
  87. data/docs/CurrencyConversionApi.md +7 -5
  88. data/docs/Customer.md +20 -0
  89. data/docs/CustomerAddress.md +16 -1
  90. data/docs/CustomerAddressAllOf.md +17 -0
  91. data/docs/DCCExchangeRateRequest.md +10 -4
  92. data/docs/DCCExchangeRateRequestAllOf.md +17 -0
  93. data/docs/Dcc.md +10 -3
  94. data/docs/DccAllOf.md +17 -0
  95. data/docs/DecryptedApplePay.md +31 -0
  96. data/docs/DecryptedApplePayWalletPaymentMethod.md +17 -0
  97. data/docs/DecryptedApplePayWalletPaymentMethodAllOf.md +17 -0
  98. data/docs/DecryptedGooglePay.md +31 -0
  99. data/docs/DecryptedGooglePayWalletPaymentMethod.md +17 -0
  100. data/docs/DecryptedGooglePayWalletPaymentMethodAllOf.md +17 -0
  101. data/docs/DecryptedSamsungPay.md +31 -0
  102. data/docs/DecryptedSamsungPayWalletPaymentMethod.md +17 -0
  103. data/docs/DecryptedSamsungPayWalletPaymentMethodAllOf.md +17 -0
  104. data/docs/DeleteBrandingStyleConfigurationResponse.md +25 -0
  105. data/docs/DeleteBrandingStyleConfigurationResponseAllOf.md +19 -0
  106. data/docs/Device.md +23 -3
  107. data/docs/Disbursement.md +21 -0
  108. data/docs/DisbursementTransactionType.md +17 -0
  109. data/docs/DisbursementTransactionTypeAllOf.md +17 -0
  110. data/docs/Document.md +10 -0
  111. data/docs/DynamicPricing.md +10 -2
  112. data/docs/DynamicPricingAllOf.md +19 -0
  113. data/docs/DynamicPricingExchangeRateRequest.md +9 -3
  114. data/docs/DynamicPricingExchangeRateRequestAllOf.md +17 -0
  115. data/docs/EmailNotificationData.md +25 -0
  116. data/docs/EncryptedApplePay.md +27 -0
  117. data/docs/EncryptedApplePayHeader.md +23 -0
  118. data/docs/EncryptedApplePayWalletPaymentMethod.md +17 -0
  119. data/docs/EncryptedApplePayWalletPaymentMethodAllOf.md +17 -0
  120. data/docs/EncryptedGooglePay.md +21 -0
  121. data/docs/EncryptedGooglePayData.md +21 -0
  122. data/docs/EncryptedGooglePayWalletPaymentMethod.md +17 -0
  123. data/docs/EncryptedGooglePayWalletPaymentMethodAllOf.md +17 -0
  124. data/docs/EncryptedSamsungPay.md +19 -0
  125. data/docs/EncryptedSamsungPayWalletPaymentMethod.md +17 -0
  126. data/docs/EncryptedSamsungPayWalletPaymentMethodAllOf.md +17 -0
  127. data/docs/EndpointResponse.md +21 -0
  128. data/docs/Error.md +11 -0
  129. data/docs/ErrorDetails.md +10 -0
  130. data/docs/ErrorMessage.md +19 -0
  131. data/docs/ErrorResponse.md +12 -0
  132. data/docs/ErrorResponseAllOf.md +17 -0
  133. data/docs/ExchangeRateRequest.md +11 -0
  134. data/docs/ExchangeRateResponse.md +22 -0
  135. data/docs/ExchangeRateResponseAllOf.md +37 -0
  136. data/docs/Expiration.md +12 -2
  137. data/docs/FontFace.md +16 -0
  138. data/docs/FontProperties.md +23 -0
  139. data/docs/FontWeight.md +16 -0
  140. data/docs/Footer.md +17 -0
  141. data/docs/FraudAddress.md +27 -0
  142. data/docs/FraudDetectApi.md +131 -5
  143. data/docs/FraudOrder.md +12 -1
  144. data/docs/FraudOrderItems.md +16 -0
  145. data/docs/FraudRegistration.md +27 -0
  146. data/docs/FraudRegistrationCard.md +27 -0
  147. data/docs/FraudRegistrationDevice.md +39 -0
  148. data/docs/FraudRegistrationDeviceItems.md +27 -0
  149. data/docs/FraudRegistrationError.md +17 -0
  150. data/docs/FraudRegistrationResponse.md +27 -0
  151. data/docs/FraudScore.md +23 -0
  152. data/docs/FraudSettings.md +23 -0
  153. data/docs/FraudSettingsResponse.md +37 -0
  154. data/docs/FraudSettingsResponseAllOf.md +31 -0
  155. data/docs/Frequency.md +10 -0
  156. data/docs/FundingTransactionType.md +17 -0
  157. data/docs/FundingTransactionTypeAllOf.md +17 -0
  158. data/docs/Header.md +17 -0
  159. data/docs/Hover.md +17 -0
  160. data/docs/IdInfo.md +19 -0
  161. data/docs/IndustrySpecificExtensions.md +13 -0
  162. data/docs/InformationLookupApi.md +132 -0
  163. data/docs/InitiateClearingResponse.md +27 -0
  164. data/docs/InitiateClearingResponseAllOf.md +21 -0
  165. data/docs/InstallmentOptions.md +15 -2
  166. data/docs/{PaymentIssuerResponse.md → IssuerResponse.md} +12 -1
  167. data/docs/{DeviceNetworks.md → Items.md} +23 -1
  168. data/docs/{MerchantLocation.md → Location.md} +15 -2
  169. data/docs/LockoutTime.md +19 -0
  170. data/docs/Lodging.md +14 -1
  171. data/docs/LodgingExtraCharges.md +9 -0
  172. data/docs/Logo.md +21 -0
  173. data/docs/Loyalty.md +11 -0
  174. data/docs/MasterpassWalletPaymentMethod.md +19 -0
  175. data/docs/MasterpassWalletPaymentMethodAllOf.md +19 -0
  176. data/docs/MaximumPurchaseAmount.md +19 -0
  177. data/docs/Mcc6012.md +27 -0
  178. data/docs/Merchant.md +13 -1
  179. data/docs/{PaymentPayMethod.md → Method.md} +15 -1
  180. data/docs/Mobile.md +19 -0
  181. data/docs/MobileHeaderArea.md +17 -0
  182. data/docs/Order.md +18 -0
  183. data/docs/OrderApi.md +14 -10
  184. data/docs/OrderErrorResponse.md +19 -4
  185. data/docs/OrderResponse.md +18 -4
  186. data/docs/OrderResponseAllOf.md +25 -0
  187. data/docs/PayPal.md +9 -0
  188. data/docs/PayPalPaymentMethod.md +9 -0
  189. data/docs/PayPalPaymentMethodAllOf.md +17 -0
  190. data/docs/Payment.md +25 -6
  191. data/docs/PaymentApi.md +36 -28
  192. data/docs/PaymentCard.md +16 -1
  193. data/docs/PaymentCardCreditTransaction.md +10 -6
  194. data/docs/PaymentCardDisbursementTransaction.md +23 -0
  195. data/docs/PaymentCardDisbursementTransactionAllOf.md +23 -0
  196. data/docs/PaymentCardForcedTicketTransaction.md +10 -6
  197. data/docs/PaymentCardForcedTicketTransactionAllOf.md +19 -0
  198. data/docs/PaymentCardInfoLookupRequest.md +17 -0
  199. data/docs/PaymentCardInfoLookupRequestAllOf.md +17 -0
  200. data/docs/PaymentCardPayerAuthTransaction.md +10 -6
  201. data/docs/PaymentCardPayerAuthTransactionAllOf.md +19 -0
  202. data/docs/PaymentCardPaymentMethod.md +10 -0
  203. data/docs/PaymentCardPaymentMethodAllOf.md +19 -0
  204. data/docs/PaymentCardPaymentTokenUpdateRequest.md +21 -0
  205. data/docs/PaymentCardPaymentTokenizationRequest.md +9 -5
  206. data/docs/PaymentCardPaymentTokenizationRequestAllOf.md +17 -0
  207. data/docs/PaymentCardPreAuthTransaction.md +19 -6
  208. data/docs/PaymentCardPreAuthTransactionAllOf.md +31 -0
  209. data/docs/PaymentCardSaleTransaction.md +19 -6
  210. data/docs/PaymentCardSaleTransactionAllOf.md +31 -0
  211. data/docs/PaymentCardVerificationRequest.md +17 -0
  212. data/docs/PaymentCardVerificationRequestAllOf.md +17 -0
  213. data/docs/PaymentDevice.md +27 -0
  214. data/docs/PaymentDeviceCreditTransaction.md +17 -0
  215. data/docs/PaymentDeviceCreditTransactionAllOf.md +17 -0
  216. data/docs/PaymentDeviceDisbursementTransaction.md +19 -0
  217. data/docs/PaymentDeviceDisbursementTransactionAllOf.md +19 -0
  218. data/docs/PaymentDevicePaymentMethod.md +19 -0
  219. data/docs/PaymentDevicePaymentMethodAllOf.md +19 -0
  220. data/docs/PaymentDevicePaymentTokenizationRequest.md +17 -0
  221. data/docs/PaymentDevicePaymentTokenizationRequestAllOf.md +17 -0
  222. data/docs/PaymentDevicePreAuthTransaction.md +27 -0
  223. data/docs/PaymentDevicePreAuthTransactionAllOf.md +27 -0
  224. data/docs/PaymentDeviceSaleTransaction.md +21 -0
  225. data/docs/PaymentDeviceSaleTransactionAllOf.md +21 -0
  226. data/docs/PaymentFacilitator.md +13 -0
  227. data/docs/PaymentMethodDetails.md +10 -0
  228. data/docs/PaymentMethodPaymentSchedulesRequest.md +9 -16
  229. data/docs/PaymentMethodPaymentSchedulesRequestAllOf.md +17 -0
  230. data/docs/PaymentMethodType.md +9 -0
  231. data/docs/PaymentRegistration.md +39 -0
  232. data/docs/PaymentRegistrationAllOf.md +27 -0
  233. data/docs/PaymentSchedulesApi.md +23 -17
  234. data/docs/PaymentSchedulesErrorResponse.md +15 -0
  235. data/docs/PaymentSchedulesRequest.md +24 -0
  236. data/docs/PaymentSchedulesResponse.md +14 -0
  237. data/docs/PaymentSchedulesResponseAllOf.md +21 -0
  238. data/docs/PaymentTokenApi.md +142 -8
  239. data/docs/PaymentTokenCreditTransaction.md +10 -6
  240. data/docs/PaymentTokenCreditTransactionAllOf.md +19 -0
  241. data/docs/PaymentTokenDetails.md +18 -3
  242. data/docs/PaymentTokenDetailsAllOf.md +23 -0
  243. data/docs/PaymentTokenDisbursementTransaction.md +21 -0
  244. data/docs/PaymentTokenDisbursementTransactionAllOf.md +21 -0
  245. data/docs/PaymentTokenInfoLookupRequest.md +17 -0
  246. data/docs/PaymentTokenInfoLookupRequestAllOf.md +17 -0
  247. data/docs/PaymentTokenPaymentMethod.md +10 -0
  248. data/docs/PaymentTokenPaymentMethodAllOf.md +19 -0
  249. data/docs/PaymentTokenPreAuthTransaction.md +18 -6
  250. data/docs/PaymentTokenPreAuthTransactionAllOf.md +29 -0
  251. data/docs/PaymentTokenSaleTransaction.md +16 -6
  252. data/docs/PaymentTokenSaleTransactionAllOf.md +27 -0
  253. data/docs/PaymentTokenUpdateResponse.md +27 -0
  254. data/docs/PaymentTokenUpdateResponseAllOf.md +21 -0
  255. data/docs/PaymentTokenVerificationRequest.md +17 -0
  256. data/docs/PaymentTokenVerificationRequestAllOf.md +17 -0
  257. data/docs/PaymentTokenizationErrorResponse.md +22 -2
  258. data/docs/PaymentTokenizationRequest.md +16 -1
  259. data/docs/PaymentTokenizationResponse.md +21 -2
  260. data/docs/PaymentTokenizationResponseAllOf.md +31 -0
  261. data/docs/PaymentURLApi.md +147 -3
  262. data/docs/PaymentUrlDetail.md +25 -0
  263. data/docs/PaymentUrlDetailResponse.md +23 -0
  264. data/docs/PaymentUrlDetailResponseAllOf.md +17 -0
  265. data/docs/PaymentUrlErrorResponse.md +16 -0
  266. data/docs/PaymentUrlRequest.md +26 -2
  267. data/docs/PaymentUrlResponse.md +15 -0
  268. data/docs/PaymentUrlResponseAllOf.md +23 -0
  269. data/docs/PaymentUrlStatus.md +16 -0
  270. data/docs/PaypalCreditTransaction.md +9 -6
  271. data/docs/PaypalCreditTransactionAllOf.md +17 -0
  272. data/docs/{CustomerAddressPhone.md → Phone.md} +11 -1
  273. data/docs/PostAuthTransaction.md +12 -3
  274. data/docs/PostAuthTransactionAllOf.md +23 -0
  275. data/docs/Primary.md +17 -0
  276. data/docs/PrimaryTransaction.md +15 -1
  277. data/docs/ProcessorData.md +21 -0
  278. data/docs/Properties.md +25 -0
  279. data/docs/PurchaseCards.md +10 -0
  280. data/docs/PurchaseCardsLevel2.md +13 -0
  281. data/docs/PurchaseCardsLevel3.md +10 -1
  282. data/docs/PurchaseCardsLevel3LineItems.md +17 -0
  283. data/docs/ReceiverInfo.md +33 -0
  284. data/docs/RecurringPaymentDetails.md +21 -0
  285. data/docs/RecurringPaymentDetailsResponse.md +19 -4
  286. data/docs/RecurringPaymentDetailsResponseAllOf.md +17 -0
  287. data/docs/ReferencedOrderPaymentSchedulesRequest.md +9 -16
  288. data/docs/ReferencedOrderPaymentSchedulesRequestAllOf.md +17 -0
  289. data/docs/ReferencedOrderPaymentTokenizationRequest.md +9 -5
  290. data/docs/ReferencedOrderPaymentTokenizationRequestAllOf.md +17 -0
  291. data/docs/RegistrationMethod.md +29 -0
  292. data/docs/RemoveFraudBlockedItemsResponse.md +23 -0
  293. data/docs/RemoveFraudBlockedItemsResponseAllOf.md +17 -0
  294. data/docs/ResponseAmountComponents.md +15 -0
  295. data/docs/ResponseAmountComponentsAllOf.md +17 -0
  296. data/docs/ResponseType.md +9 -0
  297. data/docs/ReturnTransaction.md +11 -3
  298. data/docs/ReturnTransactionAllOf.md +21 -0
  299. data/docs/ScoreOnlyRequest.md +22 -0
  300. data/docs/ScoreOnlyResponse.md +14 -0
  301. data/docs/ScoreOnlyResponseFraudScore.md +11 -0
  302. data/docs/ScoreOnlyResponseFraudScoreExplanations.md +11 -0
  303. data/docs/SecondaryTransaction.md +15 -0
  304. data/docs/Secure3D10AuthenticationRequest.md +17 -0
  305. data/docs/Secure3D10AuthenticationRequestAllOf.md +17 -0
  306. data/docs/Secure3D10AuthenticationResult.md +23 -0
  307. data/docs/Secure3D10AuthenticationResultAllOf.md +23 -0
  308. data/docs/{Secure3dAuthenticationVerificationRequest.md → Secure3D10AuthenticationUpdateRequest.md} +13 -5
  309. data/docs/Secure3D10AuthenticationUpdateRequestAllOf.md +21 -0
  310. data/docs/Secure3D21AuthenticationRequest.md +23 -0
  311. data/docs/Secure3D21AuthenticationRequestAllOf.md +23 -0
  312. data/docs/Secure3D21AuthenticationResult.md +25 -0
  313. data/docs/Secure3D21AuthenticationResultAllOf.md +25 -0
  314. data/docs/Secure3D21AuthenticationUpdateRequest.md +19 -0
  315. data/docs/Secure3D21AuthenticationUpdateRequestAllOf.md +19 -0
  316. data/docs/Secure3DAuthenticationResponse.md +23 -0
  317. data/docs/Secure3DAuthenticationResponseParams.md +27 -0
  318. data/docs/Secure3DAuthenticationResponseSecure3dMethod.md +35 -0
  319. data/docs/Secure3dResponse.md +9 -0
  320. data/docs/SenderInfo.md +35 -0
  321. data/docs/Sepa.md +13 -0
  322. data/docs/SepaMandate.md +12 -0
  323. data/docs/SepaPaymentMethod.md +9 -0
  324. data/docs/SepaPaymentMethodAllOf.md +17 -0
  325. data/docs/SepaSaleTransaction.md +9 -6
  326. data/docs/SepaSaleTransactionAllOf.md +17 -0
  327. data/docs/SharedSecretConfigurationRequest.md +17 -0
  328. data/docs/SharedSecretConfigurationResponse.md +29 -0
  329. data/docs/SharedSecretConfigurationResponseAllOf.md +23 -0
  330. data/docs/{FraudOrderShipToAddress.md → ShipToAddress.md} +16 -1
  331. data/docs/Shipping.md +11 -0
  332. data/docs/SoftDescriptor.md +10 -0
  333. data/docs/SplitShipment.md +11 -1
  334. data/docs/StoreBrandingStyleConfiguration.md +21 -0
  335. data/docs/StoreEmailSettings.md +19 -0
  336. data/docs/StoreEmailSettingsResult.md +19 -0
  337. data/docs/StoreFraudSettings.md +19 -0
  338. data/docs/StoreFraudSettingsResult.md +21 -0
  339. data/docs/StoreUrlConfiguration.md +31 -0
  340. data/docs/StoreUrlConfigurationRequest.md +17 -0
  341. data/docs/StoreUrlConfigurationResponse.md +23 -0
  342. data/docs/StoreUrlConfigurationResponseAllOf.md +17 -0
  343. data/docs/StoreUrlConfigurationResult.md +19 -0
  344. data/docs/StoredCredential.md +14 -2
  345. data/docs/SubMerchantData.md +14 -0
  346. data/docs/SubMerchantSplit.md +10 -0
  347. data/docs/TeleCheckAchPaymentMethod.md +53 -0
  348. data/docs/TeleCheckAchPaymentMethodAchBillTo.md +35 -0
  349. data/docs/TeleCheckCBPPaymentMethod.md +17 -0
  350. data/docs/TeleCheckCBPPaymentMethodAllOf.md +17 -0
  351. data/docs/TeleCheckICAPaymentMethod.md +21 -0
  352. data/docs/TeleCheckICAPaymentMethodAllOf.md +21 -0
  353. data/docs/Text.md +19 -0
  354. data/docs/Title.md +17 -0
  355. data/docs/TokenIdentifier.md +17 -0
  356. data/docs/TopBar.md +17 -0
  357. data/docs/TransactionErrorResponse.md +39 -3
  358. data/docs/TransactionOrigin.md +9 -0
  359. data/docs/TransactionResponse.md +38 -3
  360. data/docs/TransactionResponseAllOf.md +59 -0
  361. data/docs/TransactionType.md +9 -0
  362. data/docs/UnionPayAuthenticationRequest.md +9 -1
  363. data/docs/UnionPayAuthenticationRequestAllOf.md +17 -0
  364. data/docs/UnionPayAuthenticationUpdateRequest.md +19 -0
  365. data/docs/UnionPayAuthenticationUpdateRequestAllOf.md +19 -0
  366. data/docs/UpdateEmailSettingsRequest.md +17 -0
  367. data/docs/UpdateEmailSettingsResponse.md +23 -0
  368. data/docs/UpdateEmailSettingsResponseAllOf.md +17 -0
  369. data/docs/UpdateFraudSettingsRequest.md +17 -0
  370. data/docs/UpdateFraudSettingsResponse.md +23 -0
  371. data/docs/UpdateFraudSettingsResponseAllOf.md +17 -0
  372. data/docs/UpdatePaymentToken.md +23 -0
  373. data/docs/UsePaymentToken.md +15 -0
  374. data/docs/{PaymentVerification3ds.md → Verification3ds.md} +12 -1
  375. data/docs/VerificationApi.md +132 -0
  376. data/docs/{PaymentVerificationAvs.md → VerificationAvs.md} +12 -1
  377. data/docs/{PaymentVerificationCvv.md → VerificationCvv.md} +12 -1
  378. data/docs/VoidPreAuthTransactions.md +17 -0
  379. data/docs/VoidTransaction.md +10 -3
  380. data/docs/VoidTransactionAllOf.md +17 -0
  381. data/docs/WalletPaymentMethod.md +17 -0
  382. data/docs/WalletPreAuthTransaction.md +23 -0
  383. data/docs/WalletPreAuthTransactionAllOf.md +23 -0
  384. data/docs/WalletSaleTransaction.md +19 -0
  385. data/docs/WalletSaleTransactionAllOf.md +19 -0
  386. data/first_data_gateway.gemspec +2 -3
  387. data/git_push.sh +10 -7
  388. data/lib/openapi_client.rb +248 -25
  389. data/lib/openapi_client/.DS_Store +0 -0
  390. data/lib/openapi_client/api/authentication_api.rb +43 -27
  391. data/lib/openapi_client/api/card_info_lookup_api.rb +30 -22
  392. data/lib/openapi_client/api/card_verification_api.rb +30 -22
  393. data/lib/openapi_client/api/currency_conversion_api.rb +35 -27
  394. data/lib/openapi_client/api/fraud_detect_api.rb +241 -28
  395. data/lib/openapi_client/api/information_lookup_api.rb +228 -0
  396. data/lib/openapi_client/api/order_api.rb +71 -55
  397. data/lib/openapi_client/api/payment_api.rb +144 -113
  398. data/lib/openapi_client/api/payment_schedules_api.rb +134 -101
  399. data/lib/openapi_client/api/payment_token_api.rb +279 -49
  400. data/lib/openapi_client/api/payment_url_api.rb +265 -26
  401. data/lib/openapi_client/api/verification_api.rb +228 -0
  402. data/lib/openapi_client/api_client.rb +58 -73
  403. data/lib/openapi_client/api_error.rb +21 -2
  404. data/lib/openapi_client/configuration.rb +8 -11
  405. data/lib/openapi_client/models/access_token_request.rb +248 -0
  406. data/lib/openapi_client/models/access_token_response.rb +106 -72
  407. data/lib/openapi_client/models/{authentication_verification_request.rb → account_info_lookup_request.rb} +68 -54
  408. data/lib/openapi_client/models/account_updater_response.rb +56 -28
  409. data/lib/openapi_client/models/{union_pay_authentication_verification_request.rb → account_verification_request.rb} +76 -59
  410. data/lib/openapi_client/models/ach_credit_transaction.rb +229 -0
  411. data/lib/openapi_client/models/ach_post_auth_transaction.rb +229 -0
  412. data/lib/openapi_client/models/ach_post_auth_transaction_all_of.rb +216 -0
  413. data/lib/openapi_client/models/ach_pre_auth_transaction.rb +229 -0
  414. data/lib/openapi_client/models/ach_pre_auth_transaction_all_of.rb +216 -0
  415. data/lib/openapi_client/models/ach_recurring_type.rb +36 -0
  416. data/lib/openapi_client/models/ach_response.rb +313 -0
  417. data/lib/openapi_client/models/ach_return_transaction.rb +229 -0
  418. data/lib/openapi_client/models/ach_sale_transaction.rb +229 -0
  419. data/lib/openapi_client/models/ach_void_transaction.rb +229 -0
  420. data/lib/openapi_client/models/acs_response.rb +213 -0
  421. data/lib/openapi_client/models/additional_amount_rate.rb +48 -20
  422. data/lib/openapi_client/models/additional_details.rb +147 -27
  423. data/lib/openapi_client/models/additional_transaction_details.rb +121 -27
  424. data/lib/openapi_client/models/address.rb +54 -26
  425. data/lib/openapi_client/models/airline.rb +78 -50
  426. data/lib/openapi_client/models/airline_ancillary_service_category.rb +51 -23
  427. data/lib/openapi_client/models/airline_travel_route.rb +65 -37
  428. data/lib/openapi_client/models/ali_pay.rb +92 -31
  429. data/lib/openapi_client/models/ali_pay_payment_method.rb +55 -20
  430. data/lib/openapi_client/models/ali_pay_payment_method_all_of.rb +216 -0
  431. data/lib/openapi_client/models/ali_pay_sale_transaction.rb +64 -121
  432. data/lib/openapi_client/models/ali_pay_sale_transaction_all_of.rb +216 -0
  433. data/lib/openapi_client/models/amount.rb +71 -22
  434. data/lib/openapi_client/models/amount_components.rb +54 -26
  435. data/lib/openapi_client/models/authentication_request.rb +223 -0
  436. data/lib/openapi_client/models/authentication_result.rb +223 -0
  437. data/lib/openapi_client/models/authentication_update_request.rb +257 -0
  438. data/lib/openapi_client/models/avs_response.rb +70 -32
  439. data/lib/openapi_client/models/background.rb +239 -0
  440. data/lib/openapi_client/models/background_color.rb +230 -0
  441. data/lib/openapi_client/models/bancontact_qr.rb +277 -0
  442. data/lib/openapi_client/models/basic_response.rb +52 -24
  443. data/lib/openapi_client/models/billing.rb +53 -25
  444. data/lib/openapi_client/models/billing_address.rb +83 -34
  445. data/lib/openapi_client/models/block_card.rb +248 -0
  446. data/lib/openapi_client/models/block_domain.rb +213 -0
  447. data/lib/openapi_client/models/block_ip_address.rb +223 -0
  448. data/lib/openapi_client/models/block_name.rb +223 -0
  449. data/lib/openapi_client/models/blocked_card_number.rb +223 -0
  450. data/lib/openapi_client/models/blocked_items.rb +239 -0
  451. data/lib/openapi_client/models/body.rb +229 -0
  452. data/lib/openapi_client/models/borders.rb +229 -0
  453. data/lib/openapi_client/models/branding_style_configuration_request.rb +214 -0
  454. data/lib/openapi_client/models/branding_style_configuration_response.rb +250 -0
  455. data/lib/openapi_client/models/branding_style_configuration_response_all_of.rb +213 -0
  456. data/lib/openapi_client/models/{authentication_redirect.rb → branding_style_configuration_result.rb} +62 -78
  457. data/lib/openapi_client/models/button.rb +221 -0
  458. data/lib/openapi_client/models/car_rental.rb +63 -35
  459. data/lib/openapi_client/models/car_rental_extra_charges.rb +51 -23
  460. data/lib/openapi_client/models/card.rb +60 -32
  461. data/lib/openapi_client/models/card_function.rb +13 -7
  462. data/lib/openapi_client/models/card_info.rb +60 -32
  463. data/lib/openapi_client/models/card_info_lookup_request.rb +50 -22
  464. data/lib/openapi_client/models/card_info_lookup_response.rb +67 -31
  465. data/lib/openapi_client/models/card_info_lookup_response_all_of.rb +258 -0
  466. data/lib/openapi_client/models/card_verification_request.rb +52 -24
  467. data/lib/openapi_client/models/china_domestic.rb +96 -35
  468. data/lib/openapi_client/models/china_domestic_payment_method.rb +59 -24
  469. data/lib/openapi_client/models/china_domestic_payment_method_all_of.rb +264 -0
  470. data/lib/openapi_client/models/china_pn_r_sale_transaction.rb +64 -121
  471. data/lib/openapi_client/models/china_pn_r_sale_transaction_all_of.rb +216 -0
  472. data/lib/openapi_client/models/classic_mode.rb +293 -0
  473. data/lib/openapi_client/models/clearing_details.rb +344 -0
  474. data/lib/openapi_client/models/clearing_element.rb +233 -0
  475. data/lib/openapi_client/models/client_locale.rb +90 -20
  476. data/lib/openapi_client/models/client_registration.rb +297 -0
  477. data/lib/openapi_client/models/client_registration_all_of.rb +212 -0
  478. data/lib/openapi_client/models/combined_mode.rb +239 -0
  479. data/lib/openapi_client/models/connect_mode.rb +36 -0
  480. data/lib/openapi_client/models/contact.rb +51 -23
  481. data/lib/openapi_client/models/content.rb +229 -0
  482. data/lib/openapi_client/models/{authentication_redirect_params.rb → country_profile.rb} +55 -47
  483. data/lib/openapi_client/models/create_payment_token.rb +52 -24
  484. data/lib/openapi_client/models/currency_conversion.rb +76 -22
  485. data/lib/openapi_client/models/customer.rb +89 -40
  486. data/lib/openapi_client/models/customer_address.rb +136 -37
  487. data/lib/openapi_client/models/{authentication.rb → customer_address_all_of.rb} +54 -33
  488. data/lib/openapi_client/models/dcc.rb +66 -56
  489. data/lib/openapi_client/models/dcc_all_of.rb +217 -0
  490. data/lib/openapi_client/models/dcc_exchange_rate_request.rb +70 -83
  491. data/lib/openapi_client/models/dcc_exchange_rate_request_all_of.rb +247 -0
  492. data/lib/openapi_client/models/decrypted_apple_pay.rb +479 -0
  493. data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method.rb +229 -0
  494. data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method_all_of.rb +216 -0
  495. data/lib/openapi_client/models/decrypted_google_pay.rb +479 -0
  496. data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method.rb +229 -0
  497. data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method_all_of.rb +216 -0
  498. data/lib/openapi_client/models/decrypted_samsung_pay.rb +479 -0
  499. data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method.rb +229 -0
  500. data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method_all_of.rb +216 -0
  501. data/lib/openapi_client/models/delete_branding_style_configuration_response.rb +259 -0
  502. data/lib/openapi_client/models/delete_branding_style_configuration_response_all_of.rb +222 -0
  503. data/lib/openapi_client/models/device.rb +90 -41
  504. data/lib/openapi_client/models/disbursement.rb +251 -0
  505. data/lib/openapi_client/models/disbursement_transaction_type.rb +229 -0
  506. data/lib/openapi_client/models/disbursement_transaction_type_all_of.rb +216 -0
  507. data/lib/openapi_client/models/document.rb +62 -23
  508. data/lib/openapi_client/models/dynamic_pricing.rb +109 -57
  509. data/lib/openapi_client/models/dynamic_pricing_all_of.rb +274 -0
  510. data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request.rb +70 -83
  511. data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request_all_of.rb +247 -0
  512. data/lib/openapi_client/models/email_notification_data.rb +253 -0
  513. data/lib/openapi_client/models/encrypted_apple_pay.rb +379 -0
  514. data/lib/openapi_client/models/encrypted_apple_pay_header.rb +321 -0
  515. data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method.rb +229 -0
  516. data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method_all_of.rb +216 -0
  517. data/lib/openapi_client/models/encrypted_google_pay.rb +289 -0
  518. data/lib/openapi_client/models/encrypted_google_pay_data.rb +311 -0
  519. data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method.rb +229 -0
  520. data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method_all_of.rb +216 -0
  521. data/lib/openapi_client/models/encrypted_samsung_pay.rb +266 -0
  522. data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method.rb +229 -0
  523. data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method_all_of.rb +216 -0
  524. data/lib/openapi_client/models/endpoint_response.rb +267 -0
  525. data/lib/openapi_client/models/error.rb +49 -21
  526. data/lib/openapi_client/models/error_details.rb +48 -20
  527. data/lib/openapi_client/models/{payment_verification_avs.rb → error_message.rb} +58 -50
  528. data/lib/openapi_client/models/error_response.rb +61 -25
  529. data/lib/openapi_client/models/{billing_address_phone.rb → error_response_all_of.rb} +54 -38
  530. data/lib/openapi_client/models/exchange_rate_request.rb +57 -24
  531. data/lib/openapi_client/models/exchange_rate_response.rb +82 -46
  532. data/lib/openapi_client/models/exchange_rate_response_all_of.rb +312 -0
  533. data/lib/openapi_client/models/expiration.rb +92 -22
  534. data/lib/openapi_client/models/font_face.rb +39 -0
  535. data/lib/openapi_client/models/font_properties.rb +258 -0
  536. data/lib/openapi_client/models/font_weight.rb +36 -0
  537. data/lib/openapi_client/models/footer.rb +229 -0
  538. data/lib/openapi_client/models/fraud_address.rb +341 -0
  539. data/lib/openapi_client/models/fraud_order.rb +63 -25
  540. data/lib/openapi_client/models/fraud_order_items.rb +62 -32
  541. data/lib/openapi_client/models/fraud_registration.rb +274 -0
  542. data/lib/openapi_client/models/fraud_registration_card.rb +263 -0
  543. data/lib/openapi_client/models/fraud_registration_device.rb +390 -0
  544. data/lib/openapi_client/models/fraud_registration_device_items.rb +302 -0
  545. data/lib/openapi_client/models/fraud_registration_error.rb +214 -0
  546. data/lib/openapi_client/models/fraud_registration_response.rb +294 -0
  547. data/lib/openapi_client/models/fraud_score.rb +247 -0
  548. data/lib/openapi_client/models/fraud_settings.rb +241 -0
  549. data/lib/openapi_client/models/fraud_settings_response.rb +329 -0
  550. data/lib/openapi_client/models/fraud_settings_response_all_of.rb +291 -0
  551. data/lib/openapi_client/models/frequency.rb +51 -23
  552. data/lib/openapi_client/models/funding_transaction_type.rb +229 -0
  553. data/lib/openapi_client/models/funding_transaction_type_all_of.rb +216 -0
  554. data/lib/openapi_client/models/header.rb +229 -0
  555. data/lib/openapi_client/models/hover.rb +229 -0
  556. data/lib/openapi_client/models/id_info.rb +262 -0
  557. data/lib/openapi_client/models/industry_specific_extensions.rb +63 -26
  558. data/lib/openapi_client/models/initiate_clearing_response.rb +304 -0
  559. data/lib/openapi_client/models/initiate_clearing_response_all_of.rb +267 -0
  560. data/lib/openapi_client/models/installment_options.rb +61 -33
  561. data/lib/openapi_client/models/{payment_issuer_response.rb → issuer_response.rb} +95 -25
  562. data/lib/openapi_client/models/{device_networks.rb → items.rb} +73 -45
  563. data/lib/openapi_client/models/{merchant_location.rb → location.rb} +57 -29
  564. data/lib/openapi_client/models/lockout_time.rb +223 -0
  565. data/lib/openapi_client/models/lodging.rb +57 -29
  566. data/lib/openapi_client/models/lodging_extra_charges.rb +51 -23
  567. data/lib/openapi_client/models/logo.rb +282 -0
  568. data/lib/openapi_client/models/loyalty.rb +49 -21
  569. data/lib/openapi_client/models/masterpass_wallet_payment_method.rb +274 -0
  570. data/lib/openapi_client/models/masterpass_wallet_payment_method_all_of.rb +261 -0
  571. data/lib/openapi_client/models/maximum_purchase_amount.rb +233 -0
  572. data/lib/openapi_client/models/mcc6012.rb +353 -0
  573. data/lib/openapi_client/models/merchant.rb +74 -25
  574. data/lib/openapi_client/models/{payment_pay_method.rb → method.rb} +60 -32
  575. data/lib/openapi_client/models/mobile.rb +222 -0
  576. data/lib/openapi_client/models/mobile_header_area.rb +229 -0
  577. data/lib/openapi_client/models/order.rb +73 -36
  578. data/lib/openapi_client/models/order_error_response.rb +74 -57
  579. data/lib/openapi_client/models/order_response.rb +73 -56
  580. data/lib/openapi_client/models/order_response_all_of.rb +251 -0
  581. data/lib/openapi_client/models/pay_pal.rb +59 -20
  582. data/lib/openapi_client/models/pay_pal_payment_method.rb +55 -20
  583. data/lib/openapi_client/models/pay_pal_payment_method_all_of.rb +216 -0
  584. data/lib/openapi_client/models/payment.rb +78 -50
  585. data/lib/openapi_client/models/payment_card.rb +72 -69
  586. data/lib/openapi_client/models/payment_card_credit_transaction.rb +66 -123
  587. data/lib/openapi_client/models/payment_card_disbursement_transaction.rb +261 -0
  588. data/lib/openapi_client/models/payment_card_disbursement_transaction_all_of.rb +248 -0
  589. data/lib/openapi_client/models/payment_card_forced_ticket_transaction.rb +77 -123
  590. data/lib/openapi_client/models/payment_card_forced_ticket_transaction_all_of.rb +261 -0
  591. data/lib/openapi_client/models/payment_card_info_lookup_request.rb +229 -0
  592. data/lib/openapi_client/models/payment_card_info_lookup_request_all_of.rb +216 -0
  593. data/lib/openapi_client/models/payment_card_payer_auth_transaction.rb +66 -123
  594. data/lib/openapi_client/models/payment_card_payer_auth_transaction_all_of.rb +225 -0
  595. data/lib/openapi_client/models/payment_card_payment_method.rb +57 -22
  596. data/lib/openapi_client/models/payment_card_payment_method_all_of.rb +225 -0
  597. data/lib/openapi_client/models/{secure3d_authentication_verification_request.rb → payment_card_payment_token_update_request.rb} +78 -77
  598. data/lib/openapi_client/models/payment_card_payment_tokenization_request.rb +64 -99
  599. data/lib/openapi_client/models/payment_card_payment_tokenization_request_all_of.rb +216 -0
  600. data/lib/openapi_client/models/payment_card_pre_auth_transaction.rb +100 -127
  601. data/lib/openapi_client/models/payment_card_pre_auth_transaction_all_of.rb +285 -0
  602. data/lib/openapi_client/models/payment_card_sale_transaction.rb +92 -117
  603. data/lib/openapi_client/models/payment_card_sale_transaction_all_of.rb +287 -0
  604. data/lib/openapi_client/models/payment_card_verification_request.rb +229 -0
  605. data/lib/openapi_client/models/payment_card_verification_request_all_of.rb +216 -0
  606. data/lib/openapi_client/models/payment_device.rb +351 -0
  607. data/lib/openapi_client/models/payment_device_credit_transaction.rb +229 -0
  608. data/lib/openapi_client/models/payment_device_credit_transaction_all_of.rb +216 -0
  609. data/lib/openapi_client/models/payment_device_disbursement_transaction.rb +243 -0
  610. data/lib/openapi_client/models/payment_device_disbursement_transaction_all_of.rb +230 -0
  611. data/lib/openapi_client/models/payment_device_payment_method.rb +233 -0
  612. data/lib/openapi_client/models/payment_device_payment_method_all_of.rb +225 -0
  613. data/lib/openapi_client/models/payment_device_payment_tokenization_request.rb +229 -0
  614. data/lib/openapi_client/models/payment_device_payment_tokenization_request_all_of.rb +216 -0
  615. data/lib/openapi_client/models/payment_device_pre_auth_transaction.rb +280 -0
  616. data/lib/openapi_client/models/payment_device_pre_auth_transaction_all_of.rb +267 -0
  617. data/lib/openapi_client/models/payment_device_sale_transaction.rb +247 -0
  618. data/lib/openapi_client/models/payment_device_sale_transaction_all_of.rb +234 -0
  619. data/lib/openapi_client/models/payment_facilitator.rb +99 -35
  620. data/lib/openapi_client/models/payment_method_details.rb +50 -22
  621. data/lib/openapi_client/models/payment_method_payment_schedules_request.rb +64 -261
  622. data/lib/openapi_client/models/payment_method_payment_schedules_request_all_of.rb +216 -0
  623. data/lib/openapi_client/models/payment_method_type.rb +29 -21
  624. data/lib/openapi_client/models/payment_registration.rb +347 -0
  625. data/lib/openapi_client/models/payment_registration_all_of.rb +257 -0
  626. data/lib/openapi_client/models/payment_schedules_error_response.rb +70 -34
  627. data/lib/openapi_client/models/payment_schedules_request.rb +79 -46
  628. data/lib/openapi_client/models/payment_schedules_response.rb +69 -33
  629. data/lib/openapi_client/models/payment_schedules_response_all_of.rb +265 -0
  630. data/lib/openapi_client/models/payment_token_credit_transaction.rb +66 -123
  631. data/lib/openapi_client/models/payment_token_credit_transaction_all_of.rb +225 -0
  632. data/lib/openapi_client/models/payment_token_details.rb +66 -30
  633. data/lib/openapi_client/models/payment_token_details_all_of.rb +242 -0
  634. data/lib/openapi_client/models/payment_token_disbursement_transaction.rb +252 -0
  635. data/lib/openapi_client/models/payment_token_disbursement_transaction_all_of.rb +239 -0
  636. data/lib/openapi_client/models/payment_token_info_lookup_request.rb +229 -0
  637. data/lib/openapi_client/models/payment_token_info_lookup_request_all_of.rb +216 -0
  638. data/lib/openapi_client/models/payment_token_payment_method.rb +57 -22
  639. data/lib/openapi_client/models/payment_token_payment_method_all_of.rb +225 -0
  640. data/lib/openapi_client/models/payment_token_pre_auth_transaction.rb +98 -125
  641. data/lib/openapi_client/models/payment_token_pre_auth_transaction_all_of.rb +276 -0
  642. data/lib/openapi_client/models/payment_token_sale_transaction.rb +88 -127
  643. data/lib/openapi_client/models/payment_token_sale_transaction_all_of.rb +264 -0
  644. data/lib/openapi_client/models/payment_token_update_response.rb +304 -0
  645. data/lib/openapi_client/models/payment_token_update_response_all_of.rb +267 -0
  646. data/lib/openapi_client/models/payment_token_verification_request.rb +229 -0
  647. data/lib/openapi_client/models/payment_token_verification_request_all_of.rb +216 -0
  648. data/lib/openapi_client/models/payment_tokenization_error_response.rb +92 -56
  649. data/lib/openapi_client/models/payment_tokenization_request.rb +74 -32
  650. data/lib/openapi_client/models/payment_tokenization_response.rb +94 -58
  651. data/lib/openapi_client/models/payment_tokenization_response_all_of.rb +313 -0
  652. data/lib/openapi_client/models/payment_url_detail.rb +267 -0
  653. data/lib/openapi_client/models/payment_url_detail_response.rb +252 -0
  654. data/lib/openapi_client/models/payment_url_detail_response_all_of.rb +214 -0
  655. data/lib/openapi_client/models/payment_url_error_response.rb +72 -36
  656. data/lib/openapi_client/models/payment_url_request.rb +102 -44
  657. data/lib/openapi_client/models/payment_url_response.rb +71 -35
  658. data/lib/openapi_client/models/payment_url_response_all_of.rb +276 -0
  659. data/lib/openapi_client/models/payment_url_status.rb +38 -0
  660. data/lib/openapi_client/models/paypal_credit_transaction.rb +64 -121
  661. data/lib/openapi_client/models/paypal_credit_transaction_all_of.rb +216 -0
  662. data/lib/openapi_client/models/{customer_address_phone.rb → phone.rb} +49 -21
  663. data/lib/openapi_client/models/post_auth_transaction.rb +70 -80
  664. data/lib/openapi_client/models/post_auth_transaction_all_of.rb +243 -0
  665. data/lib/openapi_client/models/primary.rb +229 -0
  666. data/lib/openapi_client/models/primary_transaction.rb +73 -40
  667. data/lib/openapi_client/models/processor_data.rb +96 -46
  668. data/lib/openapi_client/models/properties.rb +285 -0
  669. data/lib/openapi_client/models/purchase_cards.rb +50 -22
  670. data/lib/openapi_client/models/purchase_cards_level2.rb +56 -28
  671. data/lib/openapi_client/models/purchase_cards_level3.rb +49 -21
  672. data/lib/openapi_client/models/purchase_cards_level3_line_items.rb +62 -34
  673. data/lib/openapi_client/models/receiver_info.rb +572 -0
  674. data/lib/openapi_client/models/recurring_payment_details.rb +72 -44
  675. data/lib/openapi_client/models/recurring_payment_details_response.rb +75 -58
  676. data/lib/openapi_client/models/recurring_payment_details_response_all_of.rb +211 -0
  677. data/lib/openapi_client/models/referenced_order_payment_schedules_request.rb +78 -254
  678. data/lib/openapi_client/models/referenced_order_payment_schedules_request_all_of.rb +238 -0
  679. data/lib/openapi_client/models/referenced_order_payment_tokenization_request.rb +80 -94
  680. data/lib/openapi_client/models/referenced_order_payment_tokenization_request_all_of.rb +238 -0
  681. data/lib/openapi_client/models/registration_method.rb +315 -0
  682. data/lib/openapi_client/models/remove_fraud_blocked_items_response.rb +250 -0
  683. data/lib/openapi_client/models/{payment_verification3ds.rb → remove_fraud_blocked_items_response_all_of.rb} +53 -56
  684. data/lib/openapi_client/models/response_amount_components.rb +64 -28
  685. data/lib/openapi_client/models/response_amount_components_all_of.rb +212 -0
  686. data/lib/openapi_client/models/response_type.rb +17 -11
  687. data/lib/openapi_client/models/return_transaction.rb +68 -78
  688. data/lib/openapi_client/models/return_transaction_all_of.rb +234 -0
  689. data/lib/openapi_client/models/score_only_request.rb +133 -54
  690. data/lib/openapi_client/models/score_only_response.rb +67 -49
  691. data/lib/openapi_client/models/score_only_response_fraud_score.rb +63 -25
  692. data/lib/openapi_client/models/score_only_response_fraud_score_explanations.rb +49 -21
  693. data/lib/openapi_client/models/secondary_transaction.rb +94 -27
  694. data/lib/openapi_client/models/secure3_d10_authentication_request.rb +229 -0
  695. data/lib/openapi_client/models/secure3_d10_authentication_request_all_of.rb +216 -0
  696. data/lib/openapi_client/models/secure3_d10_authentication_result.rb +349 -0
  697. data/lib/openapi_client/models/{secure3d_authentication_result.rb → secure3_d10_authentication_result_all_of.rb} +78 -66
  698. data/lib/openapi_client/models/secure3_d10_authentication_update_request.rb +297 -0
  699. data/lib/openapi_client/models/secure3_d10_authentication_update_request_all_of.rb +284 -0
  700. data/lib/openapi_client/models/secure3_d21_authentication_request.rb +303 -0
  701. data/lib/openapi_client/models/secure3_d21_authentication_request_all_of.rb +290 -0
  702. data/lib/openapi_client/models/secure3_d21_authentication_result.rb +361 -0
  703. data/lib/openapi_client/models/secure3_d21_authentication_result_all_of.rb +348 -0
  704. data/lib/openapi_client/models/secure3_d21_authentication_update_request.rb +268 -0
  705. data/lib/openapi_client/models/secure3_d21_authentication_update_request_all_of.rb +255 -0
  706. data/lib/openapi_client/models/secure3_d_authentication_response.rb +287 -0
  707. data/lib/openapi_client/models/secure3_d_authentication_response_params.rb +263 -0
  708. data/lib/openapi_client/models/secure3_d_authentication_response_secure3d_method.rb +223 -0
  709. data/lib/openapi_client/models/secure3d_response.rb +48 -20
  710. data/lib/openapi_client/models/sender_info.rb +608 -0
  711. data/lib/openapi_client/models/sepa.rb +84 -23
  712. data/lib/openapi_client/models/sepa_mandate.rb +88 -47
  713. data/lib/openapi_client/models/sepa_payment_method.rb +54 -19
  714. data/lib/openapi_client/models/{payment_verification_cvv.rb → sepa_payment_method_all_of.rb} +56 -55
  715. data/lib/openapi_client/models/sepa_sale_transaction.rb +64 -121
  716. data/lib/openapi_client/models/sepa_sale_transaction_all_of.rb +216 -0
  717. data/lib/openapi_client/models/shared_secret_configuration_request.rb +239 -0
  718. data/lib/openapi_client/models/shared_secret_configuration_response.rb +280 -0
  719. data/lib/openapi_client/models/shared_secret_configuration_response_all_of.rb +242 -0
  720. data/lib/openapi_client/models/{fraud_order_ship_to_address.rb → ship_to_address.rb} +54 -26
  721. data/lib/openapi_client/models/shipping.rb +49 -21
  722. data/lib/openapi_client/models/soft_descriptor.rb +70 -21
  723. data/lib/openapi_client/models/split_shipment.rb +51 -23
  724. data/lib/openapi_client/models/store_branding_style_configuration.rb +235 -0
  725. data/lib/openapi_client/models/store_email_settings.rb +232 -0
  726. data/lib/openapi_client/models/store_email_settings_result.rb +223 -0
  727. data/lib/openapi_client/models/store_fraud_settings.rb +232 -0
  728. data/lib/openapi_client/models/store_fraud_settings_result.rb +232 -0
  729. data/lib/openapi_client/models/store_url_configuration.rb +287 -0
  730. data/lib/openapi_client/models/store_url_configuration_request.rb +214 -0
  731. data/lib/openapi_client/models/store_url_configuration_response.rb +251 -0
  732. data/lib/openapi_client/models/store_url_configuration_response_all_of.rb +213 -0
  733. data/lib/openapi_client/models/store_url_configuration_result.rb +222 -0
  734. data/lib/openapi_client/models/stored_credential.rb +64 -36
  735. data/lib/openapi_client/models/sub_merchant_data.rb +60 -30
  736. data/lib/openapi_client/models/sub_merchant_split.rb +56 -26
  737. data/lib/openapi_client/models/tele_check_ach_payment_method.rb +790 -0
  738. data/lib/openapi_client/models/tele_check_ach_payment_method_ach_bill_to.rb +617 -0
  739. data/lib/openapi_client/models/tele_check_cbp_payment_method.rb +251 -0
  740. data/lib/openapi_client/models/tele_check_cbp_payment_method_all_of.rb +216 -0
  741. data/lib/openapi_client/models/tele_check_ica_payment_method.rb +327 -0
  742. data/lib/openapi_client/models/tele_check_ica_payment_method_all_of.rb +292 -0
  743. data/lib/openapi_client/models/text.rb +221 -0
  744. data/lib/openapi_client/models/title.rb +229 -0
  745. data/lib/openapi_client/models/token_identifier.rb +213 -0
  746. data/lib/openapi_client/models/top_bar.rb +229 -0
  747. data/lib/openapi_client/models/transaction_error_response.rb +146 -76
  748. data/lib/openapi_client/models/transaction_origin.rb +12 -6
  749. data/lib/openapi_client/models/transaction_response.rb +148 -78
  750. data/lib/openapi_client/models/transaction_response_all_of.rb +502 -0
  751. data/lib/openapi_client/models/transaction_type.rb +17 -10
  752. data/lib/openapi_client/models/union_pay_authentication_request.rb +76 -40
  753. data/lib/openapi_client/models/union_pay_authentication_request_all_of.rb +247 -0
  754. data/lib/openapi_client/models/union_pay_authentication_update_request.rb +261 -0
  755. data/lib/openapi_client/models/union_pay_authentication_update_request_all_of.rb +248 -0
  756. data/lib/openapi_client/models/update_email_settings_request.rb +219 -0
  757. data/lib/openapi_client/models/update_email_settings_response.rb +251 -0
  758. data/lib/openapi_client/models/update_email_settings_response_all_of.rb +213 -0
  759. data/lib/openapi_client/models/update_fraud_settings_request.rb +214 -0
  760. data/lib/openapi_client/models/update_fraud_settings_response.rb +251 -0
  761. data/lib/openapi_client/models/update_fraud_settings_response_all_of.rb +213 -0
  762. data/lib/openapi_client/models/update_payment_token.rb +256 -0
  763. data/lib/openapi_client/models/use_payment_token.rb +109 -26
  764. data/lib/openapi_client/models/verification3ds.rb +285 -0
  765. data/lib/openapi_client/models/verification_avs.rb +285 -0
  766. data/lib/openapi_client/models/verification_cvv.rb +285 -0
  767. data/lib/openapi_client/models/void_pre_auth_transactions.rb +229 -0
  768. data/lib/openapi_client/models/void_transaction.rb +67 -63
  769. data/lib/openapi_client/models/{secure3d_authentication_request.rb → void_transaction_all_of.rb} +49 -23
  770. data/lib/openapi_client/models/wallet_payment_method.rb +223 -0
  771. data/lib/openapi_client/models/wallet_pre_auth_transaction.rb +259 -0
  772. data/lib/openapi_client/models/wallet_pre_auth_transaction_all_of.rb +246 -0
  773. data/lib/openapi_client/models/wallet_sale_transaction.rb +238 -0
  774. data/lib/openapi_client/models/{merchant_location_merchant_address.rb → wallet_sale_transaction_all_of.rb} +62 -87
  775. data/lib/openapi_client/version.rb +3 -3
  776. data/lib/simple/client_context.rb +2 -2
  777. data/lib/simple/gateway.rb +148 -8
  778. data/spec/api/authentication_api_spec.rb +5 -4
  779. data/spec/api/card_info_lookup_api_spec.rb +3 -3
  780. data/spec/api/card_verification_api_spec.rb +3 -3
  781. data/spec/api/currency_conversion_api_spec.rb +4 -4
  782. data/spec/api/fraud_detect_api_spec.rb +40 -4
  783. data/spec/api/information_lookup_api_spec.rb +71 -0
  784. data/spec/api/order_api_spec.rb +5 -5
  785. data/spec/api/payment_api_spec.rb +10 -10
  786. data/spec/api/payment_schedules_api_spec.rb +4 -5
  787. data/spec/api/payment_token_api_spec.rb +44 -5
  788. data/spec/api/payment_url_api_spec.rb +49 -4
  789. data/spec/api/verification_api_spec.rb +71 -0
  790. data/spec/api_client_spec.rb +3 -3
  791. data/spec/configuration_spec.rb +2 -2
  792. data/spec/models/access_token_request_spec.rb +53 -0
  793. data/spec/models/access_token_response_spec.rb +29 -9
  794. data/spec/models/account_info_lookup_request_spec.rb +47 -0
  795. data/spec/models/account_updater_response_spec.rb +2 -2
  796. data/spec/models/{authentication_verification_request_spec.rb → account_verification_request_spec.rb} +12 -12
  797. data/spec/models/ach_credit_transaction_spec.rb +41 -0
  798. data/spec/models/ach_post_auth_transaction_all_of_spec.rb +41 -0
  799. data/spec/models/ach_post_auth_transaction_spec.rb +41 -0
  800. data/spec/models/ach_pre_auth_transaction_all_of_spec.rb +41 -0
  801. data/spec/models/ach_pre_auth_transaction_spec.rb +41 -0
  802. data/spec/models/ach_recurring_type_spec.rb +35 -0
  803. data/spec/models/ach_response_spec.rb +65 -0
  804. data/spec/models/ach_return_transaction_spec.rb +41 -0
  805. data/spec/models/ach_sale_transaction_spec.rb +41 -0
  806. data/spec/models/ach_void_transaction_spec.rb +41 -0
  807. data/spec/models/acs_response_spec.rb +41 -0
  808. data/spec/models/additional_amount_rate_spec.rb +2 -2
  809. data/spec/models/additional_details_spec.rb +26 -2
  810. data/spec/models/additional_transaction_details_spec.rb +22 -2
  811. data/spec/models/address_spec.rb +2 -2
  812. data/spec/models/airline_ancillary_service_category_spec.rb +2 -2
  813. data/spec/models/airline_spec.rb +2 -2
  814. data/spec/models/airline_travel_route_spec.rb +2 -2
  815. data/spec/models/ali_pay_payment_method_all_of_spec.rb +41 -0
  816. data/spec/models/ali_pay_payment_method_spec.rb +2 -2
  817. data/spec/models/ali_pay_sale_transaction_all_of_spec.rb +41 -0
  818. data/spec/models/ali_pay_sale_transaction_spec.rb +2 -38
  819. data/spec/models/ali_pay_spec.rb +2 -2
  820. data/spec/models/amount_components_spec.rb +2 -2
  821. data/spec/models/amount_spec.rb +2 -2
  822. data/spec/models/authentication_request_spec.rb +41 -0
  823. data/spec/models/{authentication_spec.rb → authentication_result_spec.rb} +9 -9
  824. data/spec/models/{authentication_redirect_params_spec.rb → authentication_update_request_spec.rb} +11 -11
  825. data/spec/models/avs_response_spec.rb +8 -2
  826. data/spec/models/background_color_spec.rb +53 -0
  827. data/spec/models/background_spec.rb +59 -0
  828. data/spec/models/bancontact_qr_spec.rb +51 -0
  829. data/spec/models/basic_response_spec.rb +2 -2
  830. data/spec/models/billing_address_spec.rb +2 -2
  831. data/spec/models/billing_spec.rb +2 -2
  832. data/spec/models/block_card_spec.rb +53 -0
  833. data/spec/models/block_domain_spec.rb +41 -0
  834. data/spec/models/{customer_address_phone_spec.rb → block_ip_address_spec.rb} +10 -10
  835. data/spec/models/block_name_spec.rb +47 -0
  836. data/spec/models/blocked_card_number_spec.rb +47 -0
  837. data/spec/models/blocked_items_spec.rb +59 -0
  838. data/spec/models/body_spec.rb +41 -0
  839. data/spec/models/borders_spec.rb +41 -0
  840. data/spec/models/branding_style_configuration_request_spec.rb +41 -0
  841. data/spec/models/branding_style_configuration_response_all_of_spec.rb +41 -0
  842. data/spec/models/branding_style_configuration_response_spec.rb +59 -0
  843. data/spec/models/branding_style_configuration_result_spec.rb +47 -0
  844. data/spec/models/button_spec.rb +47 -0
  845. data/spec/models/car_rental_extra_charges_spec.rb +2 -2
  846. data/spec/models/car_rental_spec.rb +2 -2
  847. data/spec/models/card_function_spec.rb +2 -2
  848. data/spec/models/card_info_lookup_request_spec.rb +2 -2
  849. data/spec/models/card_info_lookup_response_all_of_spec.rb +51 -0
  850. data/spec/models/card_info_lookup_response_spec.rb +2 -2
  851. data/spec/models/card_info_spec.rb +2 -2
  852. data/spec/models/card_spec.rb +2 -2
  853. data/spec/models/card_verification_request_spec.rb +2 -2
  854. data/spec/models/china_domestic_payment_method_all_of_spec.rb +51 -0
  855. data/spec/models/china_domestic_payment_method_spec.rb +2 -2
  856. data/spec/models/china_domestic_spec.rb +2 -2
  857. data/spec/models/china_pn_r_sale_transaction_all_of_spec.rb +41 -0
  858. data/spec/models/china_pn_r_sale_transaction_spec.rb +2 -38
  859. data/spec/models/classic_mode_spec.rb +95 -0
  860. data/spec/models/clearing_details_spec.rb +65 -0
  861. data/spec/models/clearing_element_spec.rb +53 -0
  862. data/spec/models/client_locale_spec.rb +2 -2
  863. data/spec/models/client_registration_all_of_spec.rb +41 -0
  864. data/spec/models/client_registration_spec.rb +77 -0
  865. data/spec/models/combined_mode_spec.rb +59 -0
  866. data/spec/models/connect_mode_spec.rb +35 -0
  867. data/spec/models/contact_spec.rb +2 -2
  868. data/spec/models/content_spec.rb +41 -0
  869. data/spec/models/country_profile_spec.rb +41 -0
  870. data/spec/models/create_payment_token_spec.rb +2 -2
  871. data/spec/models/currency_conversion_spec.rb +2 -2
  872. data/spec/models/customer_address_all_of_spec.rb +41 -0
  873. data/spec/models/customer_address_spec.rb +4 -4
  874. data/spec/models/customer_spec.rb +2 -2
  875. data/spec/models/dcc_all_of_spec.rb +41 -0
  876. data/spec/models/dcc_exchange_rate_request_all_of_spec.rb +41 -0
  877. data/spec/models/dcc_exchange_rate_request_spec.rb +2 -20
  878. data/spec/models/dcc_spec.rb +2 -14
  879. data/spec/models/decrypted_apple_pay_spec.rb +83 -0
  880. data/spec/models/decrypted_apple_pay_wallet_payment_method_all_of_spec.rb +41 -0
  881. data/spec/models/decrypted_apple_pay_wallet_payment_method_spec.rb +41 -0
  882. data/spec/models/decrypted_google_pay_spec.rb +83 -0
  883. data/spec/models/decrypted_google_pay_wallet_payment_method_all_of_spec.rb +41 -0
  884. data/spec/models/decrypted_google_pay_wallet_payment_method_spec.rb +41 -0
  885. data/spec/models/decrypted_samsung_pay_spec.rb +83 -0
  886. data/spec/models/decrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +41 -0
  887. data/spec/models/decrypted_samsung_pay_wallet_payment_method_spec.rb +41 -0
  888. data/spec/models/delete_branding_style_configuration_response_all_of_spec.rb +47 -0
  889. data/spec/models/{union_pay_authentication_verification_request_spec.rb → delete_branding_style_configuration_response_spec.rb} +13 -13
  890. data/spec/models/device_spec.rb +2 -2
  891. data/spec/models/disbursement_spec.rb +53 -0
  892. data/spec/models/disbursement_transaction_type_all_of_spec.rb +41 -0
  893. data/spec/models/disbursement_transaction_type_spec.rb +41 -0
  894. data/spec/models/document_spec.rb +2 -2
  895. data/spec/models/dynamic_pricing_all_of_spec.rb +47 -0
  896. data/spec/models/dynamic_pricing_exchange_rate_request_all_of_spec.rb +41 -0
  897. data/spec/models/dynamic_pricing_exchange_rate_request_spec.rb +2 -20
  898. data/spec/models/dynamic_pricing_spec.rb +2 -14
  899. data/spec/models/email_notification_data_spec.rb +65 -0
  900. data/spec/models/encrypted_apple_pay_header_spec.rb +59 -0
  901. data/spec/models/encrypted_apple_pay_spec.rb +75 -0
  902. data/spec/models/encrypted_apple_pay_wallet_payment_method_all_of_spec.rb +41 -0
  903. data/spec/models/encrypted_apple_pay_wallet_payment_method_spec.rb +41 -0
  904. data/spec/models/encrypted_google_pay_data_spec.rb +53 -0
  905. data/spec/models/encrypted_google_pay_spec.rb +53 -0
  906. data/spec/models/encrypted_google_pay_wallet_payment_method_all_of_spec.rb +41 -0
  907. data/spec/models/encrypted_google_pay_wallet_payment_method_spec.rb +41 -0
  908. data/spec/models/encrypted_samsung_pay_spec.rb +47 -0
  909. data/spec/models/encrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +41 -0
  910. data/spec/models/encrypted_samsung_pay_wallet_payment_method_spec.rb +41 -0
  911. data/spec/models/endpoint_response_spec.rb +57 -0
  912. data/spec/models/error_details_spec.rb +2 -2
  913. data/spec/models/error_message_spec.rb +47 -0
  914. data/spec/models/error_response_all_of_spec.rb +41 -0
  915. data/spec/models/error_response_spec.rb +2 -2
  916. data/spec/models/error_spec.rb +2 -2
  917. data/spec/models/exchange_rate_request_spec.rb +2 -2
  918. data/spec/models/exchange_rate_response_all_of_spec.rb +101 -0
  919. data/spec/models/exchange_rate_response_spec.rb +2 -2
  920. data/spec/models/expiration_spec.rb +2 -2
  921. data/spec/models/font_face_spec.rb +35 -0
  922. data/spec/models/font_properties_spec.rb +59 -0
  923. data/spec/models/font_weight_spec.rb +35 -0
  924. data/spec/models/footer_spec.rb +41 -0
  925. data/spec/models/{merchant_location_merchant_address_spec.rb → fraud_address_spec.rb} +8 -8
  926. data/spec/models/fraud_order_items_spec.rb +2 -2
  927. data/spec/models/fraud_order_spec.rb +2 -2
  928. data/spec/models/fraud_registration_card_spec.rb +71 -0
  929. data/spec/models/fraud_registration_device_items_spec.rb +75 -0
  930. data/spec/models/{transaction_spec.rb → fraud_registration_device_spec.rb} +22 -26
  931. data/spec/models/fraud_registration_error_spec.rb +41 -0
  932. data/spec/models/fraud_registration_response_spec.rb +75 -0
  933. data/spec/models/fraud_registration_spec.rb +71 -0
  934. data/spec/models/fraud_score_spec.rb +59 -0
  935. data/spec/models/fraud_settings_response_all_of_spec.rb +83 -0
  936. data/spec/models/fraud_settings_response_spec.rb +101 -0
  937. data/spec/models/fraud_settings_spec.rb +59 -0
  938. data/spec/models/frequency_spec.rb +2 -2
  939. data/spec/models/funding_transaction_type_all_of_spec.rb +41 -0
  940. data/spec/models/funding_transaction_type_spec.rb +41 -0
  941. data/spec/models/header_spec.rb +41 -0
  942. data/spec/models/hover_spec.rb +41 -0
  943. data/spec/models/id_info_spec.rb +47 -0
  944. data/spec/models/industry_specific_extensions_spec.rb +8 -2
  945. data/spec/models/initiate_clearing_response_all_of_spec.rb +57 -0
  946. data/spec/models/initiate_clearing_response_spec.rb +75 -0
  947. data/spec/models/installment_options_spec.rb +2 -2
  948. data/spec/models/{payment_issuer_response_spec.rb → issuer_response_spec.rb} +8 -8
  949. data/spec/models/{device_networks_spec.rb → items_spec.rb} +8 -8
  950. data/spec/models/{merchant_location_spec.rb → location_spec.rb} +8 -8
  951. data/spec/models/lockout_time_spec.rb +47 -0
  952. data/spec/models/lodging_extra_charges_spec.rb +2 -2
  953. data/spec/models/lodging_spec.rb +2 -2
  954. data/spec/models/{authentication_redirect_spec.rb → logo_spec.rb} +13 -13
  955. data/spec/models/loyalty_spec.rb +2 -2
  956. data/spec/models/masterpass_wallet_payment_method_all_of_spec.rb +47 -0
  957. data/spec/models/masterpass_wallet_payment_method_spec.rb +47 -0
  958. data/spec/models/maximum_purchase_amount_spec.rb +47 -0
  959. data/spec/models/mcc6012_spec.rb +71 -0
  960. data/spec/models/merchant_spec.rb +2 -2
  961. data/spec/models/{payment_pay_method_spec.rb → method_spec.rb} +8 -8
  962. data/spec/models/mobile_header_area_spec.rb +41 -0
  963. data/spec/models/mobile_spec.rb +47 -0
  964. data/spec/models/order_error_response_spec.rb +3 -15
  965. data/spec/models/order_response_all_of_spec.rb +65 -0
  966. data/spec/models/order_response_spec.rb +3 -15
  967. data/spec/models/order_spec.rb +8 -2
  968. data/spec/models/pay_pal_payment_method_all_of_spec.rb +41 -0
  969. data/spec/models/pay_pal_payment_method_spec.rb +2 -2
  970. data/spec/models/pay_pal_spec.rb +2 -2
  971. data/spec/models/payment_card_credit_transaction_spec.rb +2 -38
  972. data/spec/models/payment_card_disbursement_transaction_all_of_spec.rb +59 -0
  973. data/spec/models/payment_card_disbursement_transaction_spec.rb +59 -0
  974. data/spec/models/payment_card_forced_ticket_transaction_all_of_spec.rb +47 -0
  975. data/spec/models/payment_card_forced_ticket_transaction_spec.rb +2 -38
  976. data/spec/models/payment_card_info_lookup_request_all_of_spec.rb +41 -0
  977. data/spec/models/payment_card_info_lookup_request_spec.rb +41 -0
  978. data/spec/models/payment_card_payer_auth_transaction_all_of_spec.rb +47 -0
  979. data/spec/models/payment_card_payer_auth_transaction_spec.rb +2 -38
  980. data/spec/models/payment_card_payment_method_all_of_spec.rb +47 -0
  981. data/spec/models/payment_card_payment_method_spec.rb +2 -2
  982. data/spec/models/payment_card_payment_token_update_request_spec.rb +53 -0
  983. data/spec/models/payment_card_payment_tokenization_request_all_of_spec.rb +41 -0
  984. data/spec/models/payment_card_payment_tokenization_request_spec.rb +2 -32
  985. data/spec/models/payment_card_pre_auth_transaction_all_of_spec.rb +83 -0
  986. data/spec/models/payment_card_pre_auth_transaction_spec.rb +10 -28
  987. data/spec/models/payment_card_sale_transaction_all_of_spec.rb +83 -0
  988. data/spec/models/payment_card_sale_transaction_spec.rb +9 -27
  989. data/spec/models/payment_card_spec.rb +2 -8
  990. data/spec/models/payment_card_verification_request_all_of_spec.rb +41 -0
  991. data/spec/models/payment_card_verification_request_spec.rb +41 -0
  992. data/spec/models/payment_device_credit_transaction_all_of_spec.rb +41 -0
  993. data/spec/models/payment_device_credit_transaction_spec.rb +41 -0
  994. data/spec/models/payment_device_disbursement_transaction_all_of_spec.rb +47 -0
  995. data/spec/models/payment_device_disbursement_transaction_spec.rb +47 -0
  996. data/spec/models/payment_device_payment_method_all_of_spec.rb +47 -0
  997. data/spec/models/payment_device_payment_method_spec.rb +47 -0
  998. data/spec/models/payment_device_payment_tokenization_request_all_of_spec.rb +41 -0
  999. data/spec/models/payment_device_payment_tokenization_request_spec.rb +41 -0
  1000. data/spec/models/payment_device_pre_auth_transaction_all_of_spec.rb +71 -0
  1001. data/spec/models/payment_device_pre_auth_transaction_spec.rb +71 -0
  1002. data/spec/models/payment_device_sale_transaction_all_of_spec.rb +53 -0
  1003. data/spec/models/payment_device_sale_transaction_spec.rb +53 -0
  1004. data/spec/models/payment_device_spec.rb +75 -0
  1005. data/spec/models/payment_facilitator_spec.rb +2 -2
  1006. data/spec/models/payment_method_details_spec.rb +2 -2
  1007. data/spec/models/payment_method_payment_schedules_request_all_of_spec.rb +41 -0
  1008. data/spec/models/payment_method_payment_schedules_request_spec.rb +2 -98
  1009. data/spec/models/payment_method_type_spec.rb +2 -2
  1010. data/spec/models/payment_registration_all_of_spec.rb +71 -0
  1011. data/spec/models/payment_registration_spec.rb +107 -0
  1012. data/spec/models/payment_schedules_error_response_spec.rb +2 -2
  1013. data/spec/models/payment_schedules_request_spec.rb +2 -2
  1014. data/spec/models/payment_schedules_response_all_of_spec.rb +57 -0
  1015. data/spec/models/payment_schedules_response_spec.rb +2 -2
  1016. data/spec/models/payment_spec.rb +4 -4
  1017. data/spec/models/payment_token_credit_transaction_all_of_spec.rb +47 -0
  1018. data/spec/models/payment_token_credit_transaction_spec.rb +2 -38
  1019. data/spec/models/payment_token_details_all_of_spec.rb +59 -0
  1020. data/spec/models/payment_token_details_spec.rb +2 -2
  1021. data/spec/models/payment_token_disbursement_transaction_all_of_spec.rb +53 -0
  1022. data/spec/models/payment_token_disbursement_transaction_spec.rb +53 -0
  1023. data/spec/models/payment_token_info_lookup_request_all_of_spec.rb +41 -0
  1024. data/spec/models/payment_token_info_lookup_request_spec.rb +41 -0
  1025. data/spec/models/payment_token_payment_method_all_of_spec.rb +47 -0
  1026. data/spec/models/payment_token_payment_method_spec.rb +2 -2
  1027. data/spec/models/payment_token_pre_auth_transaction_all_of_spec.rb +77 -0
  1028. data/spec/models/payment_token_pre_auth_transaction_spec.rb +9 -27
  1029. data/spec/models/payment_token_sale_transaction_all_of_spec.rb +71 -0
  1030. data/spec/models/payment_token_sale_transaction_spec.rb +8 -32
  1031. data/spec/models/payment_token_update_response_all_of_spec.rb +57 -0
  1032. data/spec/models/payment_token_update_response_spec.rb +75 -0
  1033. data/spec/models/payment_token_verification_request_all_of_spec.rb +41 -0
  1034. data/spec/models/payment_token_verification_request_spec.rb +41 -0
  1035. data/spec/models/payment_tokenization_error_response_spec.rb +8 -8
  1036. data/spec/models/payment_tokenization_request_spec.rb +8 -2
  1037. data/spec/models/payment_tokenization_response_all_of_spec.rb +87 -0
  1038. data/spec/models/payment_tokenization_response_spec.rb +8 -8
  1039. data/spec/models/payment_url_detail_response_all_of_spec.rb +41 -0
  1040. data/spec/models/payment_url_detail_response_spec.rb +59 -0
  1041. data/spec/models/payment_url_detail_spec.rb +65 -0
  1042. data/spec/models/payment_url_error_response_spec.rb +2 -2
  1043. data/spec/models/payment_url_request_spec.rb +8 -2
  1044. data/spec/models/payment_url_response_all_of_spec.rb +63 -0
  1045. data/spec/models/payment_url_response_spec.rb +2 -2
  1046. data/spec/models/{payment_method_spec.rb → payment_url_status_spec.rb} +8 -8
  1047. data/spec/models/paypal_credit_transaction_all_of_spec.rb +41 -0
  1048. data/spec/models/paypal_credit_transaction_spec.rb +2 -38
  1049. data/spec/models/{billing_address_phone_spec.rb → phone_spec.rb} +8 -8
  1050. data/spec/models/post_auth_transaction_all_of_spec.rb +59 -0
  1051. data/spec/models/post_auth_transaction_spec.rb +2 -20
  1052. data/spec/models/primary_spec.rb +41 -0
  1053. data/spec/models/primary_transaction_spec.rb +5 -5
  1054. data/spec/models/processor_data_spec.rb +15 -3
  1055. data/spec/models/properties_spec.rb +65 -0
  1056. data/spec/models/purchase_cards_level2_spec.rb +2 -2
  1057. data/spec/models/purchase_cards_level3_line_items_spec.rb +2 -2
  1058. data/spec/models/purchase_cards_level3_spec.rb +2 -2
  1059. data/spec/models/purchase_cards_spec.rb +2 -2
  1060. data/spec/models/receiver_info_spec.rb +89 -0
  1061. data/spec/models/recurring_payment_details_response_all_of_spec.rb +41 -0
  1062. data/spec/models/recurring_payment_details_response_spec.rb +3 -15
  1063. data/spec/models/recurring_payment_details_spec.rb +2 -2
  1064. data/spec/models/referenced_order_payment_schedules_request_all_of_spec.rb +41 -0
  1065. data/spec/models/referenced_order_payment_schedules_request_spec.rb +2 -98
  1066. data/spec/models/referenced_order_payment_tokenization_request_all_of_spec.rb +41 -0
  1067. data/spec/models/referenced_order_payment_tokenization_request_spec.rb +2 -32
  1068. data/spec/models/registration_method_spec.rb +81 -0
  1069. data/spec/models/remove_fraud_blocked_items_response_all_of_spec.rb +41 -0
  1070. data/spec/models/remove_fraud_blocked_items_response_spec.rb +59 -0
  1071. data/spec/models/response_amount_components_all_of_spec.rb +41 -0
  1072. data/spec/models/response_amount_components_spec.rb +2 -2
  1073. data/spec/models/response_type_spec.rb +2 -2
  1074. data/spec/models/return_transaction_all_of_spec.rb +53 -0
  1075. data/spec/models/return_transaction_spec.rb +2 -20
  1076. data/spec/models/score_only_request_spec.rb +2 -6
  1077. data/spec/models/score_only_response_fraud_score_explanations_spec.rb +2 -2
  1078. data/spec/models/score_only_response_fraud_score_spec.rb +2 -2
  1079. data/spec/models/score_only_response_spec.rb +2 -2
  1080. data/spec/models/secondary_transaction_spec.rb +14 -2
  1081. data/spec/models/secure3_d10_authentication_request_all_of_spec.rb +41 -0
  1082. data/spec/models/secure3_d10_authentication_request_spec.rb +41 -0
  1083. data/spec/models/{secure3d_authentication_result_spec.rb → secure3_d10_authentication_result_all_of_spec.rb} +9 -15
  1084. data/spec/models/secure3_d10_authentication_result_spec.rb +67 -0
  1085. data/spec/models/secure3_d10_authentication_update_request_all_of_spec.rb +53 -0
  1086. data/spec/models/secure3_d10_authentication_update_request_spec.rb +53 -0
  1087. data/spec/models/secure3_d21_authentication_request_all_of_spec.rb +67 -0
  1088. data/spec/models/secure3_d21_authentication_request_spec.rb +67 -0
  1089. data/spec/models/secure3_d21_authentication_result_all_of_spec.rb +73 -0
  1090. data/spec/models/secure3_d21_authentication_result_spec.rb +73 -0
  1091. data/spec/models/secure3_d21_authentication_update_request_all_of_spec.rb +51 -0
  1092. data/spec/models/secure3_d21_authentication_update_request_spec.rb +51 -0
  1093. data/spec/models/{secure3d_authentication_verification_request_spec.rb → secure3_d_authentication_response_params_spec.rb} +14 -14
  1094. data/spec/models/secure3_d_authentication_response_secure3d_method_spec.rb +47 -0
  1095. data/spec/models/secure3_d_authentication_response_spec.rb +67 -0
  1096. data/spec/models/secure3d_response_spec.rb +2 -2
  1097. data/spec/models/sender_info_spec.rb +95 -0
  1098. data/spec/models/sepa_mandate_spec.rb +2 -2
  1099. data/spec/models/sepa_payment_method_all_of_spec.rb +41 -0
  1100. data/spec/models/sepa_payment_method_spec.rb +2 -2
  1101. data/spec/models/sepa_sale_transaction_all_of_spec.rb +41 -0
  1102. data/spec/models/sepa_sale_transaction_spec.rb +2 -38
  1103. data/spec/models/sepa_spec.rb +2 -2
  1104. data/spec/models/shared_secret_configuration_request_spec.rb +41 -0
  1105. data/spec/models/shared_secret_configuration_response_all_of_spec.rb +59 -0
  1106. data/spec/models/shared_secret_configuration_response_spec.rb +77 -0
  1107. data/spec/models/{fraud_order_ship_to_address_spec.rb → ship_to_address_spec.rb} +8 -8
  1108. data/spec/models/shipping_spec.rb +2 -2
  1109. data/spec/models/soft_descriptor_spec.rb +2 -2
  1110. data/spec/models/split_shipment_spec.rb +2 -2
  1111. data/spec/models/store_branding_style_configuration_spec.rb +53 -0
  1112. data/spec/models/store_email_settings_result_spec.rb +47 -0
  1113. data/spec/models/store_email_settings_spec.rb +47 -0
  1114. data/spec/models/store_fraud_settings_result_spec.rb +53 -0
  1115. data/spec/models/store_fraud_settings_spec.rb +47 -0
  1116. data/spec/models/store_url_configuration_request_spec.rb +41 -0
  1117. data/spec/models/store_url_configuration_response_all_of_spec.rb +41 -0
  1118. data/spec/models/store_url_configuration_response_spec.rb +59 -0
  1119. data/spec/models/store_url_configuration_result_spec.rb +47 -0
  1120. data/spec/models/store_url_configuration_spec.rb +83 -0
  1121. data/spec/models/stored_credential_spec.rb +2 -2
  1122. data/spec/models/sub_merchant_data_spec.rb +2 -2
  1123. data/spec/models/sub_merchant_split_spec.rb +2 -2
  1124. data/spec/models/tele_check_ach_payment_method_ach_bill_to_spec.rb +95 -0
  1125. data/spec/models/tele_check_ach_payment_method_spec.rb +165 -0
  1126. data/spec/models/tele_check_cbp_payment_method_all_of_spec.rb +41 -0
  1127. data/spec/models/tele_check_cbp_payment_method_spec.rb +41 -0
  1128. data/spec/models/tele_check_ica_payment_method_all_of_spec.rb +53 -0
  1129. data/spec/models/tele_check_ica_payment_method_spec.rb +53 -0
  1130. data/spec/models/text_spec.rb +47 -0
  1131. data/spec/models/title_spec.rb +41 -0
  1132. data/spec/models/token_identifier_spec.rb +41 -0
  1133. data/spec/models/top_bar_spec.rb +41 -0
  1134. data/spec/models/transaction_error_response_spec.rb +15 -3
  1135. data/spec/models/transaction_origin_spec.rb +2 -2
  1136. data/spec/models/transaction_response_all_of_spec.rb +175 -0
  1137. data/spec/models/transaction_response_spec.rb +15 -3
  1138. data/spec/models/transaction_type_spec.rb +2 -2
  1139. data/spec/models/union_pay_authentication_request_all_of_spec.rb +41 -0
  1140. data/spec/models/union_pay_authentication_request_spec.rb +2 -8
  1141. data/spec/models/union_pay_authentication_update_request_all_of_spec.rb +47 -0
  1142. data/spec/models/union_pay_authentication_update_request_spec.rb +47 -0
  1143. data/spec/models/update_email_settings_request_spec.rb +41 -0
  1144. data/spec/models/update_email_settings_response_all_of_spec.rb +41 -0
  1145. data/spec/models/update_email_settings_response_spec.rb +59 -0
  1146. data/spec/models/update_fraud_settings_request_spec.rb +41 -0
  1147. data/spec/models/update_fraud_settings_response_all_of_spec.rb +41 -0
  1148. data/spec/models/update_fraud_settings_response_spec.rb +59 -0
  1149. data/spec/models/update_payment_token_spec.rb +59 -0
  1150. data/spec/models/use_payment_token_spec.rb +14 -2
  1151. data/spec/models/{payment_verification_cvv_spec.rb → verification3ds_spec.rb} +8 -8
  1152. data/spec/models/{payment_verification3ds_spec.rb → verification_avs_spec.rb} +8 -8
  1153. data/spec/models/{payment_verification_avs_spec.rb → verification_cvv_spec.rb} +8 -8
  1154. data/spec/models/{secure3d_authentication_request_spec.rb → void_pre_auth_transactions_spec.rb} +8 -8
  1155. data/spec/models/void_transaction_all_of_spec.rb +41 -0
  1156. data/spec/models/void_transaction_spec.rb +2 -14
  1157. data/spec/models/wallet_payment_method_spec.rb +41 -0
  1158. data/spec/models/wallet_pre_auth_transaction_all_of_spec.rb +59 -0
  1159. data/spec/models/wallet_pre_auth_transaction_spec.rb +59 -0
  1160. data/spec/models/wallet_sale_transaction_all_of_spec.rb +47 -0
  1161. data/spec/models/wallet_sale_transaction_spec.rb +47 -0
  1162. data/spec/spec_helper.rb +2 -2
  1163. metadata +991 -93
  1164. data/Gemfile.lock +0 -79
  1165. data/docs/Authentication.md +0 -8
  1166. data/docs/AuthenticationRedirect.md +0 -10
  1167. data/docs/AuthenticationRedirectParams.md +0 -10
  1168. data/docs/AuthenticationVerificationRequest.md +0 -11
  1169. data/docs/BillingAddressPhone.md +0 -9
  1170. data/docs/MerchantLocationMerchantAddress.md +0 -13
  1171. data/docs/PaymentMethod.md +0 -7
  1172. data/docs/Secure3dAuthenticationRequest.md +0 -8
  1173. data/docs/Secure3dAuthenticationResult.md +0 -12
  1174. data/docs/Transaction.md +0 -19
  1175. data/docs/UnionPayAuthenticationVerificationRequest.md +0 -12
  1176. data/lib/openapi_client/models/.DS_Store +0 -0
  1177. data/lib/openapi_client/models/payment_method.rb +0 -175
  1178. data/lib/openapi_client/models/transaction.rb +0 -337
@@ -3,14 +3,14 @@
3
3
 
4
4
  #The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
5
5
 
6
- OpenAPI spec version: 6.6.0.20190329.001
6
+ The version of the OpenAPI document: 6.12.0.20200605.001
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: unset
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
13
- require 'uri'
13
+ require 'cgi'
14
14
 
15
15
  module OpenapiClient
16
16
  class PaymentSchedulesApi
@@ -21,11 +21,11 @@ module OpenapiClient
21
21
  end
22
22
  # Cancel a gateway payment schedule.
23
23
  # Use this to cancel an existing gateway payment schedule.
24
- # @param content_type Content type.
25
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
26
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
27
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
28
- # @param order_id Gateway order identifier as returned in the parameter orderId.
24
+ # @param content_type [String] Content type.
25
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
26
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
27
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
28
+ # @param order_id [String] Gateway order identifier as returned in the parameter orderId.
29
29
  # @param [Hash] opts the optional parameters
30
30
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
31
31
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
@@ -38,16 +38,16 @@ module OpenapiClient
38
38
 
39
39
  # Cancel a gateway payment schedule.
40
40
  # Use this to cancel an existing gateway payment schedule.
41
- # @param content_type Content type.
42
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
43
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
44
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
45
- # @param order_id Gateway order identifier as returned in the parameter orderId.
41
+ # @param content_type [String] Content type.
42
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
43
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
44
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
45
+ # @param order_id [String] Gateway order identifier as returned in the parameter orderId.
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
48
48
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
49
49
  # @option opts [String] :store_id An optional outlet ID for clients that support multiple stores in the same developer app.
50
- # @return [Array<(PaymentSchedulesResponse, Fixnum, Hash)>] PaymentSchedulesResponse data, response status code and response headers
50
+ # @return [Array<(PaymentSchedulesResponse, Integer, Hash)>] PaymentSchedulesResponse data, response status code and response headers
51
51
  def cancel_payment_schedule_with_http_info(content_type, client_request_id, api_key, timestamp, order_id, opts = {})
52
52
  if @api_client.config.debugging
53
53
  @api_client.config.logger.debug 'Calling API: PaymentSchedulesApi.cancel_payment_schedule ...'
@@ -57,8 +57,9 @@ module OpenapiClient
57
57
  fail ArgumentError, "Missing the required parameter 'content_type' when calling PaymentSchedulesApi.cancel_payment_schedule"
58
58
  end
59
59
  # verify enum value
60
- if @api_client.config.client_side_validation && !['application/json'].include?(content_type)
61
- fail ArgumentError, "invalid value for 'content_type', must be one of application/json"
60
+ allowable_values = ["application/json"]
61
+ if @api_client.config.client_side_validation && !allowable_values.include?(content_type)
62
+ fail ArgumentError, "invalid value for \"content_type\", must be one of #{allowable_values}"
62
63
  end
63
64
  # verify the required parameter 'client_request_id' is set
64
65
  if @api_client.config.client_side_validation && client_request_id.nil?
@@ -77,17 +78,17 @@ module OpenapiClient
77
78
  fail ArgumentError, "Missing the required parameter 'order_id' when calling PaymentSchedulesApi.cancel_payment_schedule"
78
79
  end
79
80
  # resource path
80
- local_var_path = '/payment-schedules/{order-id}'.sub('{' + 'order-id' + '}', order_id.to_s)
81
+ local_var_path = '/payment-schedules/{order-id}'.sub('{' + 'order-id' + '}', CGI.escape(order_id.to_s))
81
82
 
82
83
  # query parameters
83
- query_params = {}
84
+ query_params = opts[:query_params] || {}
84
85
  query_params[:'storeId'] = opts[:'store_id'] if !opts[:'store_id'].nil?
85
86
 
86
87
  # header parameters
87
- header_params = {}
88
+ header_params = opts[:header_params] || {}
88
89
  # HTTP header 'Accept' (if needed)
89
90
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
90
- # header_params[:'Content-Type'] = content_type
91
+ #header_params[:'Content-Type'] = content_type
91
92
  header_params[:'Client-Request-Id'] = client_request_id
92
93
  header_params[:'Api-Key'] = api_key
93
94
  header_params[:'Timestamp'] = timestamp
@@ -95,19 +96,27 @@ module OpenapiClient
95
96
  header_params[:'Region'] = opts[:'region'] if !opts[:'region'].nil?
96
97
 
97
98
  # form parameters
98
- form_params = {}
99
+ form_params = opts[:form_params] || {}
99
100
 
100
101
  # http body (model)
101
- post_body = nil
102
- auth_names = []
103
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
102
+ post_body = opts[:body]
103
+
104
+ # return_type
105
+ return_type = opts[:return_type] || 'PaymentSchedulesResponse'
106
+
107
+ # auth_names
108
+ auth_names = opts[:auth_names] || []
109
+
110
+ new_options = opts.merge(
104
111
  :header_params => header_params,
105
112
  :query_params => query_params,
106
113
  :form_params => form_params,
107
114
  :body => post_body,
108
115
  :auth_names => auth_names,
109
- :return_type => 'PaymentSchedulesResponse',
110
- :default_error_type => 'ErrorResponse')
116
+ :return_type => return_type
117
+ )
118
+
119
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
111
120
  if @api_client.config.debugging
112
121
  @api_client.config.logger.debug "API called: PaymentSchedulesApi#cancel_payment_schedule\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
113
122
  end
@@ -116,11 +125,11 @@ module OpenapiClient
116
125
 
117
126
  # Create gateway payment schedule.
118
127
  # Use this to create a gateway payment schedule.
119
- # @param content_type Content type.
120
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
121
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
122
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
123
- # @param payment_schedules_request Accepted request types: PaymentMethodPaymentSchedulesRequest and ReferencedOrderPaymentSchedulesRequest.
128
+ # @param content_type [String] Content type.
129
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
130
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
131
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
132
+ # @param payment_schedules_request [PaymentSchedulesRequest] Accepted request types: PaymentMethodPaymentSchedulesRequest and ReferencedOrderPaymentSchedulesRequest.
124
133
  # @param [Hash] opts the optional parameters
125
134
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
126
135
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
@@ -132,15 +141,15 @@ module OpenapiClient
132
141
 
133
142
  # Create gateway payment schedule.
134
143
  # Use this to create a gateway payment schedule.
135
- # @param content_type Content type.
136
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
137
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
138
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
139
- # @param payment_schedules_request Accepted request types: PaymentMethodPaymentSchedulesRequest and ReferencedOrderPaymentSchedulesRequest.
144
+ # @param content_type [String] Content type.
145
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
146
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
147
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
148
+ # @param payment_schedules_request [PaymentSchedulesRequest] Accepted request types: PaymentMethodPaymentSchedulesRequest and ReferencedOrderPaymentSchedulesRequest.
140
149
  # @param [Hash] opts the optional parameters
141
150
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
142
151
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
143
- # @return [Array<(PaymentSchedulesResponse, Fixnum, Hash)>] PaymentSchedulesResponse data, response status code and response headers
152
+ # @return [Array<(PaymentSchedulesResponse, Integer, Hash)>] PaymentSchedulesResponse data, response status code and response headers
144
153
  def create_payment_schedule_with_http_info(content_type, client_request_id, api_key, timestamp, payment_schedules_request, opts = {})
145
154
  if @api_client.config.debugging
146
155
  @api_client.config.logger.debug 'Calling API: PaymentSchedulesApi.create_payment_schedule ...'
@@ -150,8 +159,9 @@ module OpenapiClient
150
159
  fail ArgumentError, "Missing the required parameter 'content_type' when calling PaymentSchedulesApi.create_payment_schedule"
151
160
  end
152
161
  # verify enum value
153
- if @api_client.config.client_side_validation && !['application/json'].include?(content_type)
154
- fail ArgumentError, "invalid value for 'content_type', must be one of application/json"
162
+ allowable_values = ["application/json"]
163
+ if @api_client.config.client_side_validation && !allowable_values.include?(content_type)
164
+ fail ArgumentError, "invalid value for \"content_type\", must be one of #{allowable_values}"
155
165
  end
156
166
  # verify the required parameter 'client_request_id' is set
157
167
  if @api_client.config.client_side_validation && client_request_id.nil?
@@ -173,15 +183,15 @@ module OpenapiClient
173
183
  local_var_path = '/payment-schedules'
174
184
 
175
185
  # query parameters
176
- query_params = {}
186
+ query_params = opts[:query_params] || {}
177
187
 
178
188
  # header parameters
179
- header_params = {}
189
+ header_params = opts[:header_params] || {}
180
190
  # HTTP header 'Accept' (if needed)
181
191
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
182
192
  # HTTP header 'Content-Type'
183
- # header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
184
- # header_params[:'Content-Type'] = content_type
193
+ #header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
194
+ #header_params[:'Content-Type'] = content_type
185
195
  header_params[:'Client-Request-Id'] = client_request_id
186
196
  header_params[:'Api-Key'] = api_key
187
197
  header_params[:'Timestamp'] = timestamp
@@ -189,18 +199,27 @@ module OpenapiClient
189
199
  header_params[:'Region'] = opts[:'region'] if !opts[:'region'].nil?
190
200
 
191
201
  # form parameters
192
- form_params = {}
202
+ form_params = opts[:form_params] || {}
193
203
 
194
204
  # http body (model)
195
- post_body = @api_client.object_to_http_body(payment_schedules_request)
196
- auth_names = []
197
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
205
+ post_body = opts[:body] || @api_client.object_to_http_body(payment_schedules_request)
206
+
207
+ # return_type
208
+ return_type = opts[:return_type] || 'PaymentSchedulesResponse'
209
+
210
+ # auth_names
211
+ auth_names = opts[:auth_names] || []
212
+
213
+ new_options = opts.merge(
198
214
  :header_params => header_params,
199
215
  :query_params => query_params,
200
216
  :form_params => form_params,
201
217
  :body => post_body,
202
218
  :auth_names => auth_names,
203
- :return_type => 'PaymentSchedulesResponse')
219
+ :return_type => return_type
220
+ )
221
+
222
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
204
223
  if @api_client.config.debugging
205
224
  @api_client.config.logger.debug "API called: PaymentSchedulesApi#create_payment_schedule\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
206
225
  end
@@ -209,11 +228,11 @@ module OpenapiClient
209
228
 
210
229
  # View a gateway payment schedule.
211
230
  # Use this to view an existing gateway payment schedule.
212
- # @param content_type Content type.
213
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
214
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
215
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
216
- # @param order_id Gateway order identifier as returned in the parameter orderId.
231
+ # @param content_type [String] Content type.
232
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
233
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
234
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
235
+ # @param order_id [String] Gateway order identifier as returned in the parameter orderId.
217
236
  # @param [Hash] opts the optional parameters
218
237
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
219
238
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
@@ -226,16 +245,16 @@ module OpenapiClient
226
245
 
227
246
  # View a gateway payment schedule.
228
247
  # Use this to view an existing gateway payment schedule.
229
- # @param content_type Content type.
230
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
231
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
232
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
233
- # @param order_id Gateway order identifier as returned in the parameter orderId.
248
+ # @param content_type [String] Content type.
249
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
250
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
251
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
252
+ # @param order_id [String] Gateway order identifier as returned in the parameter orderId.
234
253
  # @param [Hash] opts the optional parameters
235
254
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
236
255
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
237
256
  # @option opts [String] :store_id An optional outlet ID for clients that support multiple stores in the same developer app.
238
- # @return [Array<(RecurringPaymentDetailsResponse, Fixnum, Hash)>] RecurringPaymentDetailsResponse data, response status code and response headers
257
+ # @return [Array<(RecurringPaymentDetailsResponse, Integer, Hash)>] RecurringPaymentDetailsResponse data, response status code and response headers
239
258
  def inquiry_payment_schedule_with_http_info(content_type, client_request_id, api_key, timestamp, order_id, opts = {})
240
259
  if @api_client.config.debugging
241
260
  @api_client.config.logger.debug 'Calling API: PaymentSchedulesApi.inquiry_payment_schedule ...'
@@ -245,8 +264,9 @@ module OpenapiClient
245
264
  fail ArgumentError, "Missing the required parameter 'content_type' when calling PaymentSchedulesApi.inquiry_payment_schedule"
246
265
  end
247
266
  # verify enum value
248
- if @api_client.config.client_side_validation && !['application/json'].include?(content_type)
249
- fail ArgumentError, "invalid value for 'content_type', must be one of application/json"
267
+ allowable_values = ["application/json"]
268
+ if @api_client.config.client_side_validation && !allowable_values.include?(content_type)
269
+ fail ArgumentError, "invalid value for \"content_type\", must be one of #{allowable_values}"
250
270
  end
251
271
  # verify the required parameter 'client_request_id' is set
252
272
  if @api_client.config.client_side_validation && client_request_id.nil?
@@ -265,17 +285,17 @@ module OpenapiClient
265
285
  fail ArgumentError, "Missing the required parameter 'order_id' when calling PaymentSchedulesApi.inquiry_payment_schedule"
266
286
  end
267
287
  # resource path
268
- local_var_path = '/payment-schedules/{order-id}'.sub('{' + 'order-id' + '}', order_id.to_s)
288
+ local_var_path = '/payment-schedules/{order-id}'.sub('{' + 'order-id' + '}', CGI.escape(order_id.to_s))
269
289
 
270
290
  # query parameters
271
- query_params = {}
291
+ query_params = opts[:query_params] || {}
272
292
  query_params[:'storeId'] = opts[:'store_id'] if !opts[:'store_id'].nil?
273
293
 
274
294
  # header parameters
275
- header_params = {}
295
+ header_params = opts[:header_params] || {}
276
296
  # HTTP header 'Accept' (if needed)
277
297
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
278
- # header_params[:'Content-Type'] = content_type
298
+ #header_params[:'Content-Type'] = content_type
279
299
  header_params[:'Client-Request-Id'] = client_request_id
280
300
  header_params[:'Api-Key'] = api_key
281
301
  header_params[:'Timestamp'] = timestamp
@@ -283,19 +303,27 @@ module OpenapiClient
283
303
  header_params[:'Region'] = opts[:'region'] if !opts[:'region'].nil?
284
304
 
285
305
  # form parameters
286
- form_params = {}
306
+ form_params = opts[:form_params] || {}
287
307
 
288
308
  # http body (model)
289
- post_body = nil
290
- auth_names = []
291
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
309
+ post_body = opts[:body]
310
+
311
+ # return_type
312
+ return_type = opts[:return_type] || 'RecurringPaymentDetailsResponse'
313
+
314
+ # auth_names
315
+ auth_names = opts[:auth_names] || []
316
+
317
+ new_options = opts.merge(
292
318
  :header_params => header_params,
293
319
  :query_params => query_params,
294
320
  :form_params => form_params,
295
321
  :body => post_body,
296
322
  :auth_names => auth_names,
297
- :return_type => 'RecurringPaymentDetailsResponse',
298
- :default_error_type => 'ErrorResponse')
323
+ :return_type => return_type
324
+ )
325
+
326
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
299
327
  if @api_client.config.debugging
300
328
  @api_client.config.logger.debug "API called: PaymentSchedulesApi#inquiry_payment_schedule\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
301
329
  end
@@ -304,16 +332,15 @@ module OpenapiClient
304
332
 
305
333
  # Update a gateway payment schedule.
306
334
  # Use this to update a gateway payment schedule.
307
- # @param content_type Content type.
308
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
309
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
310
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
311
- # @param order_id Gateway order identifier as returned in the parameter orderId.
312
- # @param payment_schedules_request Accepted request types: PaymentMethodPaymentSchedulesRequest and ReferencedOrderPaymentSchedulesRequest.
335
+ # @param content_type [String] Content type.
336
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
337
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
338
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
339
+ # @param order_id [String] Gateway order identifier as returned in the parameter orderId.
340
+ # @param payment_schedules_request [PaymentSchedulesRequest] Accepted request types: PaymentMethodPaymentSchedulesRequest and ReferencedOrderPaymentSchedulesRequest.
313
341
  # @param [Hash] opts the optional parameters
314
342
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
315
343
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
316
- # @option opts [String] :store_id An optional outlet ID for clients that support multiple stores in the same developer app.
317
344
  # @return [PaymentSchedulesResponse]
318
345
  def update_payment_schedule(content_type, client_request_id, api_key, timestamp, order_id, payment_schedules_request, opts = {})
319
346
  data, _status_code, _headers = update_payment_schedule_with_http_info(content_type, client_request_id, api_key, timestamp, order_id, payment_schedules_request, opts)
@@ -322,17 +349,16 @@ module OpenapiClient
322
349
 
323
350
  # Update a gateway payment schedule.
324
351
  # Use this to update a gateway payment schedule.
325
- # @param content_type Content type.
326
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
327
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
328
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
329
- # @param order_id Gateway order identifier as returned in the parameter orderId.
330
- # @param payment_schedules_request Accepted request types: PaymentMethodPaymentSchedulesRequest and ReferencedOrderPaymentSchedulesRequest.
352
+ # @param content_type [String] Content type.
353
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
354
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
355
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
356
+ # @param order_id [String] Gateway order identifier as returned in the parameter orderId.
357
+ # @param payment_schedules_request [PaymentSchedulesRequest] Accepted request types: PaymentMethodPaymentSchedulesRequest and ReferencedOrderPaymentSchedulesRequest.
331
358
  # @param [Hash] opts the optional parameters
332
359
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
333
360
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
334
- # @option opts [String] :store_id An optional outlet ID for clients that support multiple stores in the same developer app.
335
- # @return [Array<(PaymentSchedulesResponse, Fixnum, Hash)>] PaymentSchedulesResponse data, response status code and response headers
361
+ # @return [Array<(PaymentSchedulesResponse, Integer, Hash)>] PaymentSchedulesResponse data, response status code and response headers
336
362
  def update_payment_schedule_with_http_info(content_type, client_request_id, api_key, timestamp, order_id, payment_schedules_request, opts = {})
337
363
  if @api_client.config.debugging
338
364
  @api_client.config.logger.debug 'Calling API: PaymentSchedulesApi.update_payment_schedule ...'
@@ -342,8 +368,9 @@ module OpenapiClient
342
368
  fail ArgumentError, "Missing the required parameter 'content_type' when calling PaymentSchedulesApi.update_payment_schedule"
343
369
  end
344
370
  # verify enum value
345
- if @api_client.config.client_side_validation && !['application/json'].include?(content_type)
346
- fail ArgumentError, "invalid value for 'content_type', must be one of application/json"
371
+ allowable_values = ["application/json"]
372
+ if @api_client.config.client_side_validation && !allowable_values.include?(content_type)
373
+ fail ArgumentError, "invalid value for \"content_type\", must be one of #{allowable_values}"
347
374
  end
348
375
  # verify the required parameter 'client_request_id' is set
349
376
  if @api_client.config.client_side_validation && client_request_id.nil?
@@ -366,19 +393,18 @@ module OpenapiClient
366
393
  fail ArgumentError, "Missing the required parameter 'payment_schedules_request' when calling PaymentSchedulesApi.update_payment_schedule"
367
394
  end
368
395
  # resource path
369
- local_var_path = '/payment-schedules/{order-id}'.sub('{' + 'order-id' + '}', order_id.to_s)
396
+ local_var_path = '/payment-schedules/{order-id}'.sub('{' + 'order-id' + '}', CGI.escape(order_id.to_s))
370
397
 
371
398
  # query parameters
372
- query_params = {}
373
- query_params[:'storeId'] = opts[:'store_id'] if !opts[:'store_id'].nil?
399
+ query_params = opts[:query_params] || {}
374
400
 
375
401
  # header parameters
376
- header_params = {}
402
+ header_params = opts[:header_params] || {}
377
403
  # HTTP header 'Accept' (if needed)
378
404
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
379
405
  # HTTP header 'Content-Type'
380
- # header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
381
- # header_params[:'Content-Type'] = content_type
406
+ #header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
407
+ #header_params[:'Content-Type'] = content_type
382
408
  header_params[:'Client-Request-Id'] = client_request_id
383
409
  header_params[:'Api-Key'] = api_key
384
410
  header_params[:'Timestamp'] = timestamp
@@ -386,24 +412,31 @@ module OpenapiClient
386
412
  header_params[:'Region'] = opts[:'region'] if !opts[:'region'].nil?
387
413
 
388
414
  # form parameters
389
- form_params = {}
415
+ form_params = opts[:form_params] || {}
390
416
 
391
417
  # http body (model)
392
- post_body = @api_client.object_to_http_body(payment_schedules_request)
393
- auth_names = []
394
- data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
418
+ post_body = opts[:body] || @api_client.object_to_http_body(payment_schedules_request)
419
+
420
+ # return_type
421
+ return_type = opts[:return_type] || 'PaymentSchedulesResponse'
422
+
423
+ # auth_names
424
+ auth_names = opts[:auth_names] || []
425
+
426
+ new_options = opts.merge(
395
427
  :header_params => header_params,
396
428
  :query_params => query_params,
397
429
  :form_params => form_params,
398
430
  :body => post_body,
399
431
  :auth_names => auth_names,
400
- :return_type => 'PaymentSchedulesResponse',
401
- :default_error_type => 'ErrorResponse')
432
+ :return_type => return_type
433
+ )
434
+
435
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
402
436
  if @api_client.config.debugging
403
437
  @api_client.config.logger.debug "API called: PaymentSchedulesApi#update_payment_schedule\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
404
438
  end
405
439
  return data, status_code, headers
406
440
  end
407
-
408
441
  end
409
442
  end
@@ -3,14 +3,14 @@
3
3
 
4
4
  #The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
5
5
 
6
- OpenAPI spec version: 6.6.0.20190329.001
6
+ The version of the OpenAPI document: 6.12.0.20200605.001
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: unset
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
13
- require 'uri'
13
+ require 'cgi'
14
14
 
15
15
  module OpenapiClient
16
16
  class PaymentTokenApi
@@ -21,11 +21,11 @@ module OpenapiClient
21
21
  end
22
22
  # Create a payment token from a payment card.
23
23
  # Use this to create a payment token from a payment card.
24
- # @param content_type Content type.
25
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
26
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
27
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
28
- # @param payment_tokenization_request Accepted request types: PaymentCardPaymentTokenizationRequest and ReferencedOrderPaymentTokenizationRequest.
24
+ # @param content_type [String] Content type.
25
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
26
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
27
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
28
+ # @param payment_tokenization_request [PaymentTokenizationRequest] Accepted request types: PaymentCardPaymentTokenizationRequest, PaymentDevicePaymentTokenizationRequest, and ReferencedOrderPaymentTokenizationRequest.
29
29
  # @param [Hash] opts the optional parameters
30
30
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
31
31
  # @option opts [String] :authorization The access token previously generated with the access-tokens call. Use the format &#39;Bearer {access-token}&#39;.
@@ -38,16 +38,16 @@ module OpenapiClient
38
38
 
39
39
  # Create a payment token from a payment card.
40
40
  # Use this to create a payment token from a payment card.
41
- # @param content_type Content type.
42
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
43
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
44
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
45
- # @param payment_tokenization_request Accepted request types: PaymentCardPaymentTokenizationRequest and ReferencedOrderPaymentTokenizationRequest.
41
+ # @param content_type [String] Content type.
42
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
43
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
44
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
45
+ # @param payment_tokenization_request [PaymentTokenizationRequest] Accepted request types: PaymentCardPaymentTokenizationRequest, PaymentDevicePaymentTokenizationRequest, and ReferencedOrderPaymentTokenizationRequest.
46
46
  # @param [Hash] opts the optional parameters
47
47
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
48
48
  # @option opts [String] :authorization The access token previously generated with the access-tokens call. Use the format &#39;Bearer {access-token}&#39;.
49
49
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
50
- # @return [Array<(PaymentTokenizationResponse, Fixnum, Hash)>] PaymentTokenizationResponse data, response status code and response headers
50
+ # @return [Array<(PaymentTokenizationResponse, Integer, Hash)>] PaymentTokenizationResponse data, response status code and response headers
51
51
  def create_payment_token_with_http_info(content_type, client_request_id, api_key, timestamp, payment_tokenization_request, opts = {})
52
52
  if @api_client.config.debugging
53
53
  @api_client.config.logger.debug 'Calling API: PaymentTokenApi.create_payment_token ...'
@@ -57,8 +57,9 @@ module OpenapiClient
57
57
  fail ArgumentError, "Missing the required parameter 'content_type' when calling PaymentTokenApi.create_payment_token"
58
58
  end
59
59
  # verify enum value
60
- if @api_client.config.client_side_validation && !['application/json'].include?(content_type)
61
- fail ArgumentError, "invalid value for 'content_type', must be one of application/json"
60
+ allowable_values = ["application/json"]
61
+ if @api_client.config.client_side_validation && !allowable_values.include?(content_type)
62
+ fail ArgumentError, "invalid value for \"content_type\", must be one of #{allowable_values}"
62
63
  end
63
64
  # verify the required parameter 'client_request_id' is set
64
65
  if @api_client.config.client_side_validation && client_request_id.nil?
@@ -80,15 +81,15 @@ module OpenapiClient
80
81
  local_var_path = '/payment-tokens'
81
82
 
82
83
  # query parameters
83
- query_params = {}
84
+ query_params = opts[:query_params] || {}
84
85
 
85
86
  # header parameters
86
- header_params = {}
87
+ header_params = opts[:header_params] || {}
87
88
  # HTTP header 'Accept' (if needed)
88
89
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
89
90
  # HTTP header 'Content-Type'
90
- # header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
91
- # header_params[:'Content-Type'] = content_type
91
+ #header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
92
+ #header_params[:'Content-Type'] = content_type
92
93
  header_params[:'Client-Request-Id'] = client_request_id
93
94
  header_params[:'Api-Key'] = api_key
94
95
  header_params[:'Timestamp'] = timestamp
@@ -97,19 +98,27 @@ module OpenapiClient
97
98
  header_params[:'Region'] = opts[:'region'] if !opts[:'region'].nil?
98
99
 
99
100
  # form parameters
100
- form_params = {}
101
+ form_params = opts[:form_params] || {}
101
102
 
102
103
  # http body (model)
103
- post_body = @api_client.object_to_http_body(payment_tokenization_request)
104
- auth_names = []
105
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
104
+ post_body = opts[:body] || @api_client.object_to_http_body(payment_tokenization_request)
105
+
106
+ # return_type
107
+ return_type = opts[:return_type] || 'PaymentTokenizationResponse'
108
+
109
+ # auth_names
110
+ auth_names = opts[:auth_names] || []
111
+
112
+ new_options = opts.merge(
106
113
  :header_params => header_params,
107
114
  :query_params => query_params,
108
115
  :form_params => form_params,
109
116
  :body => post_body,
110
117
  :auth_names => auth_names,
111
- :return_type => 'PaymentTokenizationResponse',
112
- :default_error_type => 'ErrorResponse')
118
+ :return_type => return_type
119
+ )
120
+
121
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
113
122
  if @api_client.config.debugging
114
123
  @api_client.config.logger.debug "API called: PaymentTokenApi#create_payment_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
115
124
  end
@@ -118,11 +127,11 @@ module OpenapiClient
118
127
 
119
128
  # Delete a payment token.
120
129
  # Use this to delete a payment token.
121
- # @param content_type Content type.
122
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
123
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
124
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
125
- # @param token_id Identifies a payment token.
130
+ # @param content_type [String] Content type.
131
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
132
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
133
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
134
+ # @param token_id [String] Identifies a payment token.
126
135
  # @param [Hash] opts the optional parameters
127
136
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
128
137
  # @option opts [String] :authorization The access token previously generated with the access-tokens call. Use the format &#39;Bearer {access-token}&#39;.
@@ -136,17 +145,17 @@ module OpenapiClient
136
145
 
137
146
  # Delete a payment token.
138
147
  # Use this to delete a payment token.
139
- # @param content_type Content type.
140
- # @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
141
- # @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
142
- # @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
143
- # @param token_id Identifies a payment token.
148
+ # @param content_type [String] Content type.
149
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
150
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
151
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
152
+ # @param token_id [String] Identifies a payment token.
144
153
  # @param [Hash] opts the optional parameters
145
154
  # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
146
155
  # @option opts [String] :authorization The access token previously generated with the access-tokens call. Use the format &#39;Bearer {access-token}&#39;.
147
156
  # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
148
157
  # @option opts [String] :store_id
149
- # @return [Array<(PaymentTokenizationResponse, Fixnum, Hash)>] PaymentTokenizationResponse data, response status code and response headers
158
+ # @return [Array<(PaymentTokenizationResponse, Integer, Hash)>] PaymentTokenizationResponse data, response status code and response headers
150
159
  def delete_payment_token_with_http_info(content_type, client_request_id, api_key, timestamp, token_id, opts = {})
151
160
  if @api_client.config.debugging
152
161
  @api_client.config.logger.debug 'Calling API: PaymentTokenApi.delete_payment_token ...'
@@ -156,8 +165,9 @@ module OpenapiClient
156
165
  fail ArgumentError, "Missing the required parameter 'content_type' when calling PaymentTokenApi.delete_payment_token"
157
166
  end
158
167
  # verify enum value
159
- if @api_client.config.client_side_validation && !['application/json'].include?(content_type)
160
- fail ArgumentError, "invalid value for 'content_type', must be one of application/json"
168
+ allowable_values = ["application/json"]
169
+ if @api_client.config.client_side_validation && !allowable_values.include?(content_type)
170
+ fail ArgumentError, "invalid value for \"content_type\", must be one of #{allowable_values}"
161
171
  end
162
172
  # verify the required parameter 'client_request_id' is set
163
173
  if @api_client.config.client_side_validation && client_request_id.nil?
@@ -176,17 +186,17 @@ module OpenapiClient
176
186
  fail ArgumentError, "Missing the required parameter 'token_id' when calling PaymentTokenApi.delete_payment_token"
177
187
  end
178
188
  # resource path
179
- local_var_path = '/payment-tokens/{token-id}'.sub('{' + 'token-id' + '}', token_id.to_s)
189
+ local_var_path = '/payment-tokens/{token-id}'.sub('{' + 'token-id' + '}', CGI.escape(token_id.to_s))
180
190
 
181
191
  # query parameters
182
- query_params = {}
192
+ query_params = opts[:query_params] || {}
183
193
  query_params[:'storeId'] = opts[:'store_id'] if !opts[:'store_id'].nil?
184
194
 
185
195
  # header parameters
186
- header_params = {}
196
+ header_params = opts[:header_params] || {}
187
197
  # HTTP header 'Accept' (if needed)
188
198
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
189
- # header_params[:'Content-Type'] = content_type
199
+ #header_params[:'Content-Type'] = content_type
190
200
  header_params[:'Client-Request-Id'] = client_request_id
191
201
  header_params[:'Api-Key'] = api_key
192
202
  header_params[:'Timestamp'] = timestamp
@@ -195,24 +205,244 @@ module OpenapiClient
195
205
  header_params[:'Region'] = opts[:'region'] if !opts[:'region'].nil?
196
206
 
197
207
  # form parameters
198
- form_params = {}
208
+ form_params = opts[:form_params] || {}
199
209
 
200
210
  # http body (model)
201
- post_body = nil
202
- auth_names = []
203
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
211
+ post_body = opts[:body]
212
+
213
+ # return_type
214
+ return_type = opts[:return_type] || 'PaymentTokenizationResponse'
215
+
216
+ # auth_names
217
+ auth_names = opts[:auth_names] || []
218
+
219
+ new_options = opts.merge(
204
220
  :header_params => header_params,
205
221
  :query_params => query_params,
206
222
  :form_params => form_params,
207
223
  :body => post_body,
208
224
  :auth_names => auth_names,
209
- :return_type => 'PaymentTokenizationResponse',
210
- :default_error_type => 'ErrorResponse')
225
+ :return_type => return_type
226
+ )
227
+
228
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
211
229
  if @api_client.config.debugging
212
230
  @api_client.config.logger.debug "API called: PaymentTokenApi#delete_payment_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
213
231
  end
214
232
  return data, status_code, headers
215
233
  end
216
234
 
235
+ # Get payment card details associated with token.
236
+ # Get payment card details associated with token.
237
+ # @param content_type [String] Content type.
238
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
239
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
240
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
241
+ # @param token_id [String] Identifies a payment token.
242
+ # @param [Hash] opts the optional parameters
243
+ # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
244
+ # @option opts [String] :authorization The access token previously generated with the access-tokens call. Use the format &#39;Bearer {access-token}&#39;.
245
+ # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
246
+ # @option opts [String] :store_id
247
+ # @return [PaymentTokenizationResponse]
248
+ def get_payment_token_details(content_type, client_request_id, api_key, timestamp, token_id, opts = {})
249
+ data, _status_code, _headers = get_payment_token_details_with_http_info(content_type, client_request_id, api_key, timestamp, token_id, opts)
250
+ data
251
+ end
252
+
253
+ # Get payment card details associated with token.
254
+ # Get payment card details associated with token.
255
+ # @param content_type [String] Content type.
256
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
257
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
258
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
259
+ # @param token_id [String] Identifies a payment token.
260
+ # @param [Hash] opts the optional parameters
261
+ # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
262
+ # @option opts [String] :authorization The access token previously generated with the access-tokens call. Use the format &#39;Bearer {access-token}&#39;.
263
+ # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
264
+ # @option opts [String] :store_id
265
+ # @return [Array<(PaymentTokenizationResponse, Integer, Hash)>] PaymentTokenizationResponse data, response status code and response headers
266
+ def get_payment_token_details_with_http_info(content_type, client_request_id, api_key, timestamp, token_id, opts = {})
267
+ if @api_client.config.debugging
268
+ @api_client.config.logger.debug 'Calling API: PaymentTokenApi.get_payment_token_details ...'
269
+ end
270
+ # verify the required parameter 'content_type' is set
271
+ if @api_client.config.client_side_validation && content_type.nil?
272
+ fail ArgumentError, "Missing the required parameter 'content_type' when calling PaymentTokenApi.get_payment_token_details"
273
+ end
274
+ # verify enum value
275
+ allowable_values = ["application/json"]
276
+ if @api_client.config.client_side_validation && !allowable_values.include?(content_type)
277
+ fail ArgumentError, "invalid value for \"content_type\", must be one of #{allowable_values}"
278
+ end
279
+ # verify the required parameter 'client_request_id' is set
280
+ if @api_client.config.client_side_validation && client_request_id.nil?
281
+ fail ArgumentError, "Missing the required parameter 'client_request_id' when calling PaymentTokenApi.get_payment_token_details"
282
+ end
283
+ # verify the required parameter 'api_key' is set
284
+ if @api_client.config.client_side_validation && api_key.nil?
285
+ fail ArgumentError, "Missing the required parameter 'api_key' when calling PaymentTokenApi.get_payment_token_details"
286
+ end
287
+ # verify the required parameter 'timestamp' is set
288
+ if @api_client.config.client_side_validation && timestamp.nil?
289
+ fail ArgumentError, "Missing the required parameter 'timestamp' when calling PaymentTokenApi.get_payment_token_details"
290
+ end
291
+ # verify the required parameter 'token_id' is set
292
+ if @api_client.config.client_side_validation && token_id.nil?
293
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling PaymentTokenApi.get_payment_token_details"
294
+ end
295
+ # resource path
296
+ local_var_path = '/payment-tokens/{token-id}'.sub('{' + 'token-id' + '}', CGI.escape(token_id.to_s))
297
+
298
+ # query parameters
299
+ query_params = opts[:query_params] || {}
300
+ query_params[:'storeId'] = opts[:'store_id'] if !opts[:'store_id'].nil?
301
+
302
+ # header parameters
303
+ header_params = opts[:header_params] || {}
304
+ # HTTP header 'Accept' (if needed)
305
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
306
+ #header_params[:'Content-Type'] = content_type
307
+ header_params[:'Client-Request-Id'] = client_request_id
308
+ header_params[:'Api-Key'] = api_key
309
+ header_params[:'Timestamp'] = timestamp
310
+ header_params[:'Message-Signature'] = opts[:'message_signature'] if !opts[:'message_signature'].nil?
311
+ header_params[:'Authorization'] = opts[:'authorization'] if !opts[:'authorization'].nil?
312
+ header_params[:'Region'] = opts[:'region'] if !opts[:'region'].nil?
313
+
314
+ # form parameters
315
+ form_params = opts[:form_params] || {}
316
+
317
+ # http body (model)
318
+ post_body = opts[:body]
319
+
320
+ # return_type
321
+ return_type = opts[:return_type] || 'PaymentTokenizationResponse'
322
+
323
+ # auth_names
324
+ auth_names = opts[:auth_names] || []
325
+
326
+ new_options = opts.merge(
327
+ :header_params => header_params,
328
+ :query_params => query_params,
329
+ :form_params => form_params,
330
+ :body => post_body,
331
+ :auth_names => auth_names,
332
+ :return_type => return_type
333
+ )
334
+
335
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
336
+ if @api_client.config.debugging
337
+ @api_client.config.logger.debug "API called: PaymentTokenApi#get_payment_token_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
338
+ end
339
+ return data, status_code, headers
340
+ end
341
+
342
+ # Update one or more payment tokens.
343
+ # Use this update one or more payment tokens.
344
+ # @param content_type [String] Content type.
345
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
346
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
347
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
348
+ # @param payment_card_payment_token_update_request [PaymentCardPaymentTokenUpdateRequest] Accepted request type: PaymentCardPaymentTokenUpdateRequest.
349
+ # @param [Hash] opts the optional parameters
350
+ # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
351
+ # @option opts [String] :authorization The access token previously generated with the access-tokens call. Use the format &#39;Bearer {access-token}&#39;.
352
+ # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
353
+ # @return [PaymentTokenUpdateResponse]
354
+ def update_payment_token(content_type, client_request_id, api_key, timestamp, payment_card_payment_token_update_request, opts = {})
355
+ data, _status_code, _headers = update_payment_token_with_http_info(content_type, client_request_id, api_key, timestamp, payment_card_payment_token_update_request, opts)
356
+ data
357
+ end
358
+
359
+ # Update one or more payment tokens.
360
+ # Use this update one or more payment tokens.
361
+ # @param content_type [String] Content type.
362
+ # @param client_request_id [String] A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
363
+ # @param api_key [String] Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
364
+ # @param timestamp [Integer] Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
365
+ # @param payment_card_payment_token_update_request [PaymentCardPaymentTokenUpdateRequest] Accepted request type: PaymentCardPaymentTokenUpdateRequest.
366
+ # @param [Hash] opts the optional parameters
367
+ # @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
368
+ # @option opts [String] :authorization The access token previously generated with the access-tokens call. Use the format &#39;Bearer {access-token}&#39;.
369
+ # @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
370
+ # @return [Array<(PaymentTokenUpdateResponse, Integer, Hash)>] PaymentTokenUpdateResponse data, response status code and response headers
371
+ def update_payment_token_with_http_info(content_type, client_request_id, api_key, timestamp, payment_card_payment_token_update_request, opts = {})
372
+ if @api_client.config.debugging
373
+ @api_client.config.logger.debug 'Calling API: PaymentTokenApi.update_payment_token ...'
374
+ end
375
+ # verify the required parameter 'content_type' is set
376
+ if @api_client.config.client_side_validation && content_type.nil?
377
+ fail ArgumentError, "Missing the required parameter 'content_type' when calling PaymentTokenApi.update_payment_token"
378
+ end
379
+ # verify enum value
380
+ allowable_values = ["application/json"]
381
+ if @api_client.config.client_side_validation && !allowable_values.include?(content_type)
382
+ fail ArgumentError, "invalid value for \"content_type\", must be one of #{allowable_values}"
383
+ end
384
+ # verify the required parameter 'client_request_id' is set
385
+ if @api_client.config.client_side_validation && client_request_id.nil?
386
+ fail ArgumentError, "Missing the required parameter 'client_request_id' when calling PaymentTokenApi.update_payment_token"
387
+ end
388
+ # verify the required parameter 'api_key' is set
389
+ if @api_client.config.client_side_validation && api_key.nil?
390
+ fail ArgumentError, "Missing the required parameter 'api_key' when calling PaymentTokenApi.update_payment_token"
391
+ end
392
+ # verify the required parameter 'timestamp' is set
393
+ if @api_client.config.client_side_validation && timestamp.nil?
394
+ fail ArgumentError, "Missing the required parameter 'timestamp' when calling PaymentTokenApi.update_payment_token"
395
+ end
396
+ # verify the required parameter 'payment_card_payment_token_update_request' is set
397
+ if @api_client.config.client_side_validation && payment_card_payment_token_update_request.nil?
398
+ fail ArgumentError, "Missing the required parameter 'payment_card_payment_token_update_request' when calling PaymentTokenApi.update_payment_token"
399
+ end
400
+ # resource path
401
+ local_var_path = '/payment-tokens'
402
+
403
+ # query parameters
404
+ query_params = opts[:query_params] || {}
405
+
406
+ # header parameters
407
+ header_params = opts[:header_params] || {}
408
+ # HTTP header 'Accept' (if needed)
409
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
410
+ # HTTP header 'Content-Type'
411
+ #header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
412
+ #header_params[:'Content-Type'] = content_type
413
+ header_params[:'Client-Request-Id'] = client_request_id
414
+ header_params[:'Api-Key'] = api_key
415
+ header_params[:'Timestamp'] = timestamp
416
+ header_params[:'Message-Signature'] = opts[:'message_signature'] if !opts[:'message_signature'].nil?
417
+ header_params[:'Authorization'] = opts[:'authorization'] if !opts[:'authorization'].nil?
418
+ header_params[:'Region'] = opts[:'region'] if !opts[:'region'].nil?
419
+
420
+ # form parameters
421
+ form_params = opts[:form_params] || {}
422
+
423
+ # http body (model)
424
+ post_body = opts[:body] || @api_client.object_to_http_body(payment_card_payment_token_update_request)
425
+
426
+ # return_type
427
+ return_type = opts[:return_type] || 'PaymentTokenUpdateResponse'
428
+
429
+ # auth_names
430
+ auth_names = opts[:auth_names] || []
431
+
432
+ new_options = opts.merge(
433
+ :header_params => header_params,
434
+ :query_params => query_params,
435
+ :form_params => form_params,
436
+ :body => post_body,
437
+ :auth_names => auth_names,
438
+ :return_type => return_type
439
+ )
440
+
441
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
442
+ if @api_client.config.debugging
443
+ @api_client.config.logger.debug "API called: PaymentTokenApi#update_payment_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
444
+ end
445
+ return data, status_code, headers
446
+ end
217
447
  end
218
448
  end