blockchyp 2.14.3 → 2.14.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -0
  3. data/lib/blockchyp/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6986b5c7547c2f4eb22f700e04545f16ed2d893293a41b0a85ea4af5ce6345d9
4
- data.tar.gz: cc9ad61d2b851ad6d65c3ea1a95a72ab5ba8fd401767aeb0023d07b13a601cf4
3
+ metadata.gz: 2b03de998d85f8639badbb447116cb58ab85809cda7ac868ca393577cda65f2f
4
+ data.tar.gz: b4440ca4df84ac10ded1df5c0b23692410dfa2796addb393724c32d177be1694
5
5
  SHA512:
6
- metadata.gz: be4db60fa2442a03b7b3e36cbbfdb687b074f616df4befbd586bb8c9d88c5336f33ae4188e678fa06cec15d5483122d99f8cdcbe5d5c318dc47ff90610c9fdd3
7
- data.tar.gz: 9c1d6642133157cba01aebcabc116c31d37a2f5e6affeee4b7c0c4b6bfbd8dfe12318e75742b94a8f5321e3ca5a2e9eff83b382f3dba9bfa7f6bbf3d1e8c9340
6
+ metadata.gz: 17f35247b45ee152e4a4381aa231baff83dfaa75f23638ebc7279a73a892d3a2ea9d7d12edff51866819cd2a9d157fe5c0db9f0f01a847712cd4f05c2cb84cab
7
+ data.tar.gz: 2bcb100487fda8b21784f246ecd7b74db01d737154777d867b3020e51cb44109b7fc9ace75512a367bacd80813c8190207b79bb9ad54796f7be0a2d3961f47ff
data/README.md CHANGED
@@ -1306,10 +1306,33 @@ If the terminal is busy, `idle` will be false and the `status` field will return
1306
1306
  a short string that indicates the transaction type currently in progress. The system
1307
1307
  will also return the timestamp of the last status change in the `since` field.
1308
1308
 
1309
+ The `cardInSlot` field in the response will indicates whether or not a card is currently in the card reader slot.
1310
+
1309
1311
  If the system is running a payment transaction and you wisely passed in a
1310
1312
  Transaction Ref, this API will also return the Transaction Ref of the in progress
1311
1313
  transaction.
1312
1314
 
1315
+ The table below lists all possible status responses.
1316
+
1317
+ | Status Code | Description |
1318
+ |----------------------|--------------------------------------------------------------------------------------------|
1319
+ | idle | The terminal is idle and ready for transactions. The default branding is being displayed. |
1320
+ | activate | The terminal is the processing of activating and pairing with the merchant account. |
1321
+ | balance | A balance check (EBT or Gift Card) is pending on the terminal. |
1322
+ | boolean-prompt | A boolean prompt (yes/no) operation is pending on the terminal. |
1323
+ | signature | A signature capture is pending. |
1324
+ | crypto | A cryptocurrency transaction is pending. |
1325
+ | enroll | A token vault enrollment operation is pending. |
1326
+ | gift-activate | A gift card activation operation is in progress. |
1327
+ | message | The terminal is displaying a custom message. |
1328
+ | charge | The terminal is executing a charge transaction. |
1329
+ | preauth | The terminal is executing a preauth transaction. |
1330
+ | refund | The terminal is executing a refund transaction. |
1331
+ | survey | The terminal is displaying post transaction survey questions. |
1332
+ | terms-and-conditions | The terminal is pending terms and conditions acceptance and signature. |
1333
+ | text-prompt | The terminal is awaiting response to a text input prompt. |
1334
+ | txdisplay | The terminal is displaying transaction and/or line item level details. |
1335
+
1313
1336
 
1314
1337
 
1315
1338
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlockChyp
4
- VERSION = '2.14.3'
4
+ VERSION = '2.14.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blockchyp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.3
4
+ version: 2.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BlockChyp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-05 00:00:00.000000000 Z
11
+ date: 2022-12-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: