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
<tdclass="colFirst"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
769
-
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/bitpay/sdk/Client.html#requestInvoiceWebhookToBeResent-java.lang.String-">requestInvoiceWebhookToBeResent</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> invoiceId)</code>
769
+
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/bitpay/sdk/Client.html#requestInvoiceWebhookToBeResent-java.lang.String-java.lang.String-">requestInvoiceWebhookToBeResent</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> invoiceId,
770
+
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> invoiceToken)</code>
770
771
<divclass="block">The intent of this call is to address issues when BitPay sends a webhook but the client doesn't receive it,
771
772
so the client can request that BitPay resend it.</div>
772
773
</td>
@@ -785,7 +786,8 @@ <h3>Method Summary</h3>
785
786
</tr>
786
787
<trid="i80" class="altColor">
787
788
<tdclass="colFirst"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
788
-
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/bitpay/sdk/Client.html#sendRefundNotification-java.lang.String-">sendRefundNotification</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> refundId)</code>
789
+
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/bitpay/sdk/Client.html#sendRefundNotification-java.lang.String-java.lang.String-">sendRefundNotification</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> refundId,
790
+
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> refundToken)</code>
789
791
<divclass="block">Send a refund notification.</div>
<pre>public <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> requestInvoiceWebhookToBeResent(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> invoiceId)
1768
+
<pre>public <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> requestInvoiceWebhookToBeResent(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> invoiceId,
1769
+
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> invoiceToken)
1767
1770
throws <ahref="../../../com/bitpay/sdk/exceptions/BitPayApiException.html" title="class in com.bitpay.sdk.exceptions">BitPayApiException</a>,
1768
1771
<ahref="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
1769
1772
<divclass="block">The intent of this call is to address issues when BitPay sends a webhook but the client doesn't receive it,
1770
1773
so the client can request that BitPay resend it.</div>
<pre>public <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> sendRefundNotification(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> refundId)
2019
+
<pre>public <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> sendRefundNotification(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> refundId,
2020
+
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> refundToken)
2015
2021
throws <ahref="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a>,
2016
2022
<ahref="../../../com/bitpay/sdk/exceptions/BitPayApiException.html" title="class in com.bitpay.sdk.exceptions">BitPayApiException</a></pre>
2017
2023
<divclass="block">Send a refund notification.</div>
0 commit comments