blockchyp 2.14.2 → 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: af745b8e8b6565d655f3dc5ab35788728ecfa7b2fc29a9ee9a6544302482033f
4
- data.tar.gz: '0609d393028b611073e5e952d51d3b761e363b7f6cdfdff3fcc2ec5e9c46a554'
3
+ metadata.gz: 2b03de998d85f8639badbb447116cb58ab85809cda7ac868ca393577cda65f2f
4
+ data.tar.gz: b4440ca4df84ac10ded1df5c0b23692410dfa2796addb393724c32d177be1694
5
5
  SHA512:
6
- metadata.gz: 515c7890f5c1af97ee74e59a421bbb754a032bf5a8dcf9ae787170ca5fdfd58d43f3dc48a226722a6383154751fcbdac92576ca95400399b8d211e6915d8beb0
7
- data.tar.gz: 8250c18d47f0ff3868e59cc6eafba2a1ab06a20788aafd612b2962cd4f62a2ba29ea3415e9f93b53016f0ab6ebc5a12ecb42934cbf0aeb61933f7af81289bbf3
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.2'
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.2
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-11-09 00:00:00.000000000 Z
11
+ date: 2022-12-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: