You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GUIDE.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ The private key should be stored in the client environment such that it cannot b
26
26
* Using the [BitPaySetup Script](https://github.com/bitpay/java-bitpay-client/blob/master/src/setup/java/BitPaySetup.java) helps to generate the private key, as well as a environment file formatted in JSON which contains all configuration requirements, that should be stored in the client local file system. It is not recommended to transmit the private key over any public or unsecure networks.
27
27
28
28
Once the BitPaySetup Script has run and generated the Json correctly, read the console output and follow the instructions in order to pair your new tokens.
29
+
This method would also allow you to generate the Private Key as plain text which you can securely store in case you are using cloud services.
29
30
30
31
* Or using the [BitPay.Net Setup utility](https://github.com/bitpay/csharp-bitpay-client/releases/download/v2.0.1904/BitPay.Net_Setup_utility.zip) on a Windows machine, helps to generate the private key, as well as a environment file formatted in JSON which contains all configuration requirements, that should be stored in the client local file system. It is not recommended to transmit the private key over any public or unsecure networks.
31
32
@@ -40,6 +41,7 @@ The environment file can be either generated by the BitPay.Net Setup utility or
40
41
"EnvConfig": {
41
42
"Test": {
42
43
"PrivateKeyPath": "",
44
+
"PrivateKey": "",
43
45
"ApiTokens": {
44
46
"pos": "",
45
47
"merchant": "",
@@ -48,6 +50,7 @@ The environment file can be either generated by the BitPay.Net Setup utility or
<ahref="Env.Tokens.html" title="class in com.bitpay.sdk">Env.Tokens</a> tokens)</code></th>
223
223
<tdclass="colLast">
224
224
<divclass="block">Builds the configuration object</div>
@@ -504,58 +504,51 @@ <h3>Method Summary</h3>
504
504
</td>
505
505
</tr>
506
506
<trclass="altColor" id="i38">
507
-
<tdclass="colFirst"><code>boolean</code></td>
508
-
<thclass="colSecond" scope="row"><code><spanclass="memberNameLink"><ahref="#isFullyPaid(com.bitpay.sdk.model.Invoice.Invoice)">isFullyPaid</a></span>​(<ahref="model/Invoice/Invoice.html" title="class in com.bitpay.sdk.model.Invoice">Invoice</a> invoice)</code></th>
509
-
<tdclass="colLast">
510
-
<divclass="block">Checks whether a BitPay invoice has been paid in full.</div>
<tdclass="colFirst"><code><ahref="model/Payout/PayoutBatch.html" title="class in com.bitpay.sdk.model.Payout">PayoutBatch</a></code></td>
540
533
<thclass="colSecond" scope="row"><code><spanclass="memberNameLink"><ahref="#submitPayoutBatch(com.bitpay.sdk.model.Payout.PayoutBatch)">submitPayoutBatch</a></span>​(<ahref="model/Payout/PayoutBatch.html" title="class in com.bitpay.sdk.model.Payout">PayoutBatch</a> batch)</code></th>
541
534
<tdclass="colLast">
542
535
<divclass="block">Submit a BitPay Payout batch.</div>
<tdclass="colFirst"><code><ahref="model/Bill/Bill.html" title="class in com.bitpay.sdk.model.Bill">Bill</a></code></td>
560
553
<thclass="colSecond" scope="row"><code><spanclass="memberNameLink"><ahref="#updateBill(com.bitpay.sdk.model.Bill.Bill,java.lang.String)">updateBill</a></span>​(<ahref="model/Bill/Bill.html" title="class in com.bitpay.sdk.model.Bill">Bill</a> bill,
<preclass="methodSignature">public boolean isFullyPaid​(<ahref="model/Invoice/Invoice.html" title="class in com.bitpay.sdk.model.Invoice">Invoice</a> invoice)
1412
-
throws <ahref="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></pre>
1413
-
<divclass="block">Checks whether a BitPay invoice has been paid in full.
1414
-
Returns true if the amountPaid higher or equal to paymentTotals, returns false otherwise</div>
0 commit comments