payrix 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afdb540d04f68c91ca69128315e8726abd9a81d858de6b11cface26161558586
4
- data.tar.gz: 4e489d656b531a9cb7d68f8ad859d854413b89d866cb5d1bd52471ff524e3715
3
+ metadata.gz: 2d9c2f859b1a4cfbd916955b327881cb42666d0671acfe7bf4574cb1c2eebb02
4
+ data.tar.gz: cf2ed582e32e1c84313865758432b815ee24063cd642d49d998fee4da790b460
5
5
  SHA512:
6
- metadata.gz: cbab4ee38c723c6c5f89b5e8bc2818633f229a59846dcb2afd28952ae586346957dcc3a887cad3f8630d43a02b750f0ad2ab14eb8a104dcc364c4bca14de7ceb
7
- data.tar.gz: 1191c904d55c68a784ecfb9684d3822be6c414b5c98d2801683d17b298530da9b879074e4e8a95c1ce4753abecf35774f98cbbededaefafff267248708edbc4a
6
+ metadata.gz: dbbf3392d37fee325969e01b1a3e0f3fd4d2da16789060a2f0a34f26ff580913e94e7085307b278a000a926cf3215aa62c1ff81efc4c14301b34460e764a4631
7
+ data.tar.gz: c2a67c9d8a2727ea01c2d8a6bd124f00c719c228acb6f14b23fa76f564c63d5ba7e5f05fbff68dd0fd962d00cf3bcac742b865a3ac25c5c45a591364109b9b9a
@@ -94,6 +94,8 @@ module Payrix
94
94
  autoload :Teams, 'payrix/resource/teams'
95
95
  autoload :Terminals, 'payrix/resource/terminals'
96
96
  autoload :TerminalTxnDatas, 'payrix/resource/terminal_txn_datas'
97
+ autoload :TerminalTxnMetadatas, 'payrix/resource/terminal_txn_metadatas'
98
+ autoload :TerminalTxnRefs, 'payrix/resource/terminal_txn_refs'
97
99
  autoload :TerminalTxnResults, 'payrix/resource/terminal_txn_results'
98
100
  autoload :TerminalTxns, 'payrix/resource/terminal_txns'
99
101
  autoload :Tokens, 'payrix/resource/tokens'
@@ -11,7 +11,7 @@ module Payrix
11
11
  ATTRS = [:id, :created, :modified, :creator, :modifier,
12
12
  :entity, :name, :description, :username, :password,
13
13
  :connectUsername, :connectPassword, :integration, :type, :inactive,
14
- :frozen]
14
+ :frozen, :secret]
15
15
 
16
16
  attr_accessor *ATTRS
17
17
 
@@ -16,7 +16,7 @@ module Payrix
16
16
  :status, :processed, :currency, :payment, :expiration,
17
17
  :sameDay, :returnedAmount, :statement, :settlement, :lastNegativeEntry,
18
18
  :lastNegativePendingEntry, :lastPositiveReserveEntry, :disbursementEntriesStatus, :lastPositiveEntry, :lastPositivePendingEntry,
19
- :lastNegativeReserveEntry]
19
+ :lastNegativeReserveEntry, :fundingStatus, :secondaryDescriptor]
20
20
 
21
21
  attr_accessor *ATTRS
22
22
 
@@ -16,7 +16,7 @@ module Payrix
16
16
  :tcDate, :tcIp, :tcAcceptDate, :tcAcceptIp, :custom,
17
17
  :inactive, :frozen, :tinStatus, :reserved, :checkStage,
18
18
  :public, :customerPhone, :locations, :industry, :displayName,
19
- :totalCreditDisbursements]
19
+ :totalCreditDisbursements, :payoutSecondaryDescriptor, :einType, :irsFilingName]
20
20
 
21
21
  attr_accessor *ATTRS
22
22
 
@@ -16,7 +16,8 @@ module Payrix
16
16
  :fee, :disbursement, :refund, :txn, :chargeback,
17
17
  :adjustment, :profitShare, :event, :eventId, :description,
18
18
  :amount, :unsourced, :pending, :originalCurrency, :currencyRate,
19
- :isFee, :statement, :settlement, :archiveSummary]
19
+ :isFee, :statement, :settlement, :archiveSummary, :pendingEntry,
20
+ :pendingEntryCreated, :originalEventId, :originalEvent]
20
21
 
21
22
  attr_accessor *ATTRS
22
23
 
@@ -12,7 +12,7 @@ module Payrix
12
12
  ATTRS = [:id, :created, :modified, :creator, :modifier,
13
13
  :login, :txn, :verification, :action, :released,
14
14
  :reviewed, :inactive, :frozen, :entity, :terminalTxn,
15
- :decisionAction, :account]
15
+ :decisionAction, :account, :verificationRef]
16
16
 
17
17
  attr_accessor *ATTRS
18
18
 
@@ -14,7 +14,7 @@ module Payrix
14
14
  :country, :zip, :state, :city, :address2,
15
15
  :address1, :confirmed, :roles, :division, :inactive,
16
16
  :frozen, :allowedResources, :restrictedResources, :parentDivision, :portalAccess,
17
- :effectiveRoles]
17
+ :ssoId, :effectiveRoles]
18
18
 
19
19
  attr_accessor *ATTRS
20
20
 
@@ -13,7 +13,8 @@ module Payrix
13
13
  :ssn, :dob, :dl, :dlstate, :ownership,
14
14
  :email, :fax, :phone, :country, :zip,
15
15
  :state, :city, :address2, :address1, :primary,
16
- :inactive, :frozen, :timezone, :gender]
16
+ :inactive, :frozen, :timezone, :gender, :significantResponsibility,
17
+ :politicallyExposed, :citizenship]
17
18
 
18
19
  attr_accessor *ATTRS
19
20
 
@@ -11,8 +11,14 @@ module Payrix
11
11
  ATTRS = [:id, :created, :modified, :creator, :modifier,
12
12
  :lastActivity, :entity, :dba, :new, :established,
13
13
  :annualCCSales, :avgTicket, :amex, :discover, :mcc,
14
- :status, :boarded, :tcDate, :inactive, :frozen,
15
- :environment, :visaMvv, :chargebackNotificationEmail, :statusReason, :totalApprovedSales]
14
+ :status, :boarded, :inactive, :frozen, :environment,
15
+ :visaMvv, :chargebackNotificationEmail, :statusReason, :totalApprovedSales, :autoBoarded,
16
+ :saqType, :saqDate, :qsa, :letterStatus, :letterDate,
17
+ :tcAttestation, :visaDisclosure, :disclosureIP, :disclosureDate, :accountClosureReasonCode,
18
+ :accountClosureReasonDate, :annualCCSaleVolume, :annualACHSaleVolume, :riskLevel, :creditRatio,
19
+ :creditTimeliness, :chargebackRatio, :ndxDays, :ndxPercentage, :advancedBilling,
20
+ :locationType, :percentKeyed, :totalVolume, :percentCardNotPresent, :seasonal,
21
+ :amexVolume, :incrementalAuthSupported, :tmxSessionId]
16
22
 
17
23
  attr_accessor *ATTRS
18
24
 
@@ -11,7 +11,8 @@ module Payrix
11
11
  ATTRS = [:id, :created, :modified, :creator, :modifier,
12
12
  :login, :payoutLogin, :org, :entity, :trigger,
13
13
  :schedule, :scheduleFactor, :um, :amount, :minimum,
14
- :payoutInactive, :skipOffDays, :inactive, :frozen, :division]
14
+ :payoutInactive, :skipOffDays, :inactive, :frozen, :division,
15
+ :secondaryDescriptor, :billing]
15
16
 
16
17
  attr_accessor *ATTRS
17
18
 
@@ -12,7 +12,8 @@ module Payrix
12
12
  :login, :account, :entity, :payoutFlow, :name,
13
13
  :description, :schedule, :scheduleFactor, :start, :currency,
14
14
  :um, :amount, :minimum, :float, :skipOffDays,
15
- :inactive, :frozen, :sameDay, :maximum, :billing]
15
+ :inactive, :frozen, :sameDay, :maximum, :billing,
16
+ :secondaryDescriptor]
16
17
 
17
18
  attr_accessor *ATTRS
18
19
 
@@ -16,7 +16,8 @@ module Payrix
16
16
  :entry, :adjustment, :profitShare, :chargeback, :disbursement,
17
17
  :fee, :refund, :txn, :event, :eventId,
18
18
  :description, :amount, :pending, :originalCurrency, :currencyRate,
19
- :terminalTxn, :isFee, :entityDebt, :statement, :settlement]
19
+ :terminalTxn, :isFee, :entityDebt, :statement, :settlement,
20
+ :originalEventId, :originalEvent]
20
21
 
21
22
  attr_accessor *ATTRS
22
23
 
@@ -11,7 +11,7 @@ module Payrix
11
11
 
12
12
  ATTRS = [:id, :created, :modified, :creator, :modifier,
13
13
  :login, :key, :public, :inactive, :frozen,
14
- :token, :effectiveRoles]
14
+ :token, :sso, :effectiveRoles]
15
15
 
16
16
  attr_accessor *ATTRS
17
17
 
@@ -14,7 +14,7 @@ module Payrix
14
14
  ATTRS = [:id, :created, :modified, :creator, :modifier,
15
15
  :onentity, :billing, :statement, :fee, :profitShare,
16
16
  :event, :eventId, :description, :amount, :deductedFromBalance,
17
- :entity, :forentity]
17
+ :entity, :forentity, :originalEventId, :originalEvent]
18
18
 
19
19
  attr_accessor *ATTRS
20
20
 
@@ -0,0 +1,20 @@
1
+ module Payrix
2
+ module Resource
3
+ class TerminalTxnMetadatas < Base
4
+
5
+ include Mixin::UpdateDisabled
6
+ include Mixin::DeleteDisabled
7
+ def initialize(params)
8
+ super(params, ATTRS)
9
+
10
+ @resource_name = 'terminalTxnMetadatas'
11
+ end
12
+
13
+ ATTRS = [:id, :created, :modified, :creator, :modifier,
14
+ :terminalTxn, :type, :field, :value]
15
+
16
+ attr_accessor *ATTRS
17
+
18
+ end
19
+ end
20
+ end
@@ -0,0 +1,35 @@
1
+ module Payrix
2
+ module Resource
3
+ class TerminalTxnMetadatas < Base
4
+
5
+ include Mixin::UpdateDisabled
6
+ include Mixin::DeleteDisabled
7
+ def initialize(params)
8
+ super(params, ATTRS)
9
+
10
+ @resource_name = 'terminalTxnMetadatas'
11
+ end
12
+
13
+ ATTRS = [:id, :created, :modified, :creator, :modifier,
14
+ :terminalTxn, :type, :field, :value]
15
+
16
+ attr_accessor *ATTRS
17
+
18
+ end
19
+ end
20
+ end
21
+
22
+ def initialize(params)
23
+ super(params, ATTRS)
24
+
25
+ @resource_name = 'terminalTxnMetadatas'
26
+ end
27
+
28
+ ATTRS = [:id, :created, :modified, :creator, :modifier,
29
+ :terminalTxn, :type, :field, :value]
30
+
31
+ attr_accessor *ATTRS
32
+
33
+ end
34
+ end
35
+ end
@@ -20,7 +20,7 @@ module Payrix
20
20
  :email, :address1, :address2, :city, :state,
21
21
  :zip, :country, :phone, :status, :reserved,
22
22
  :checkStage, :inactive, :frozen, :forterminalTxn, :token,
23
- :binType, :tip, :payment]
23
+ :binType, :tip, :paymentNumber, :paymentMethod, :payment]
24
24
 
25
25
  attr_accessor *ATTRS
26
26
 
@@ -25,7 +25,8 @@ module Payrix
25
25
  :traceNumber, :cvvStatus, :unauthReason, :fee, :fundingCurrency,
26
26
  :authentication, :authenticationId, :cofType, :copyReason, :originalApproved,
27
27
  :currencyConversion, :serviceCode, :authTokenCustomer, :debtRepayment, :statement,
28
- :convenienceFee, :surcharge, :channel, :funded, :fundingEnabled]
28
+ :convenienceFee, :surcharge, :channel, :funded, :fundingEnabled,
29
+ :requestSequence, :processedSequence]
29
30
 
30
31
  attr_accessor *ATTRS
31
32
 
@@ -1,3 +1,3 @@
1
1
  module Payrix
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Payrix
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-04 00:00:00.000000000 Z
11
+ date: 2021-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '10.0'
69
69
  description: Defines ruby classes for the Payrix API
70
- email:
70
+ email:
71
71
  executables: []
72
72
  extensions: []
73
73
  extra_rdoc_files: []
@@ -179,6 +179,8 @@ files:
179
179
  - lib/payrix/resource/team_logins.rb
180
180
  - lib/payrix/resource/teams.rb
181
181
  - lib/payrix/resource/terminal_txn_datas.rb
182
+ - lib/payrix/resource/terminal_txn_metadatas.rb
183
+ - lib/payrix/resource/terminal_txn_refs.rb
182
184
  - lib/payrix/resource/terminal_txn_results.rb
183
185
  - lib/payrix/resource/terminal_txns.rb
184
186
  - lib/payrix/resource/terminals.rb
@@ -193,7 +195,7 @@ homepage: https://portal.payrix.com/docs/api
193
195
  licenses:
194
196
  - Apache-2.0
195
197
  metadata: {}
196
- post_install_message:
198
+ post_install_message:
197
199
  rdoc_options: []
198
200
  require_paths:
199
201
  - lib
@@ -208,8 +210,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
208
210
  - !ruby/object:Gem::Version
209
211
  version: '0'
210
212
  requirements: []
211
- rubygems_version: 3.0.3
212
- signing_key:
213
+ rubygems_version: 3.1.6
214
+ signing_key:
213
215
  specification_version: 4
214
216
  summary: Ruby bindings for the Payrix API
215
217
  test_files: []