blockchyp 2.14.2 → 2.14.4
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 +4 -4
- data/README.md +23 -0
- data/lib/blockchyp/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b03de998d85f8639badbb447116cb58ab85809cda7ac868ca393577cda65f2f
|
|
4
|
+
data.tar.gz: b4440ca4df84ac10ded1df5c0b23692410dfa2796addb393724c32d177be1694
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/blockchyp/version.rb
CHANGED
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.
|
|
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
|
+
date: 2022-12-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|