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
<preclass="methodSignature">public <ahref="model/Invoice/Invoice.html" title="class in com.bitpay.sdk.model.Invoice">Invoice</a> updateInvoice​(java.lang.String invoiceId,
1000
1001
java.lang.String buyerSms,
1001
1002
java.lang.String smsCode,
1002
-
java.lang.String buyerEmail)
1003
+
java.lang.String buyerEmail,
1004
+
java.lang.Boolean autoVerify)
1003
1005
throws <ahref="exceptions/BitPayException.html" title="class in com.bitpay.sdk.exceptions">BitPayException</a>,
1004
1006
<ahref="exceptions/InvoiceUpdateException.html" title="class in com.bitpay.sdk.exceptions">InvoiceUpdateException</a></pre>
1005
1007
<divclass="block">Update a BitPay invoice with communication method.</div>
@@ -1009,6 +1011,7 @@ <h4>updateInvoice</h4>
1009
1011
<dd><code>buyerSms</code> - The buyer's cell number.</dd>
1010
1012
<dd><code>smsCode</code> - The buyer's received verification code.</dd>
1011
1013
<dd><code>buyerEmail</code> - The buyer's email address.</dd>
1014
+
<dd><code>autoVerify</code> - Skip the user verification on sandbox ONLY.</dd>
0 commit comments