jar

com.bitpay : bitpay_sdk

Maven & Gradle

Aug 03, 2023
34 stars

BitPay · Full implementation of the BitPay Payment Gateway. This library implements BitPay's Cryptographically Secure RESTful API.

Table Of Contents

Latest Version

Download com.bitpay : bitpay_sdk JAR file - Latest Versions:

All Versions

Download com.bitpay : bitpay_sdk JAR file - All Versions:

Version Vulnerabilities Size Updated
9.0.x
8.8.x
8.7.x
8.6.x
8.5.x
8.4.x
8.3.x
8.2.x
8.1.x
8.0.x
7.2.x
7.1.x
7.0.x
6.3.x
6.2.x
6.1.x
6.0.x
5.3.x
5.2.x
5.1.x
5.0.x
4.7.x
4.6.x
4.5.x
4.4.x
4.3.x
4.2.x
4.1.x
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bitpay_sdk-9.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.bitpay.sdk.model.wallet

├─ com.bitpay.sdk.model.wallet.Currencies.class - [JAR]

├─ com.bitpay.sdk.model.wallet.CurrencyQr.class - [JAR]

├─ com.bitpay.sdk.model.wallet.Wallet.class - [JAR]

├─ com.bitpay.sdk.model.wallet.package-info.class - [JAR]

com.bitpay.sdk.model.invoice

├─ com.bitpay.sdk.model.invoice.Buyer.class - [JAR]

├─ com.bitpay.sdk.model.invoice.Invoice.class - [JAR]

├─ com.bitpay.sdk.model.invoice.InvoiceBuyerProvidedInfo.class - [JAR]

├─ com.bitpay.sdk.model.invoice.InvoiceEventToken.class - [JAR]

├─ com.bitpay.sdk.model.invoice.InvoiceItemizedDetails.class - [JAR]

├─ com.bitpay.sdk.model.invoice.InvoiceStatus.class - [JAR]

├─ com.bitpay.sdk.model.invoice.InvoiceTransaction.class - [JAR]

├─ com.bitpay.sdk.model.invoice.InvoiceUniversalCodes.class - [JAR]

├─ com.bitpay.sdk.model.invoice.MinerFees.class - [JAR]

├─ com.bitpay.sdk.model.invoice.MinerFeesItem.class - [JAR]

├─ com.bitpay.sdk.model.invoice.Refund.class - [JAR]

├─ com.bitpay.sdk.model.invoice.RefundInfo.class - [JAR]

├─ com.bitpay.sdk.model.invoice.RefundStatus.class - [JAR]

├─ com.bitpay.sdk.model.invoice.RefundWebhook.class - [JAR]

├─ com.bitpay.sdk.model.invoice.Shopper.class - [JAR]

├─ com.bitpay.sdk.model.invoice.SupportedTransactionCurrencies.class - [JAR]

├─ com.bitpay.sdk.model.invoice.SupportedTransactionCurrency.class - [JAR]

├─ com.bitpay.sdk.model.invoice.package-info.class - [JAR]

com.bitpay.sdk

├─ com.bitpay.sdk.Client.class - [JAR]

├─ com.bitpay.sdk.Config.class - [JAR]

├─ com.bitpay.sdk.ConfigFilePath.class - [JAR]

├─ com.bitpay.sdk.Environment.class - [JAR]

├─ com.bitpay.sdk.PosToken.class - [JAR]

├─ com.bitpay.sdk.PrivateKey.class - [JAR]

├─ com.bitpay.sdk.package-info.class - [JAR]

com.bitpay.sdk.model

├─ com.bitpay.sdk.model.Currency.class - [JAR]

├─ com.bitpay.sdk.model.Facade.class - [JAR]

├─ com.bitpay.sdk.model.ModelConfiguration.class - [JAR]

├─ com.bitpay.sdk.model.Policy.class - [JAR]

├─ com.bitpay.sdk.model.Token.class - [JAR]

├─ com.bitpay.sdk.model.package-info.class - [JAR]

com.bitpay.sdk.client

├─ com.bitpay.sdk.client.AuthorizationClient.class - [JAR]

├─ com.bitpay.sdk.client.BillClient.class - [JAR]

├─ com.bitpay.sdk.client.BitPayClient.class - [JAR]

├─ com.bitpay.sdk.client.CurrencyClient.class - [JAR]

├─ com.bitpay.sdk.client.HttpRequestFactory.class - [JAR]

├─ com.bitpay.sdk.client.InvoiceClient.class - [JAR]

├─ com.bitpay.sdk.client.LedgerClient.class - [JAR]

├─ com.bitpay.sdk.client.PayoutClient.class - [JAR]

├─ com.bitpay.sdk.client.PayoutGroupClient.class - [JAR]

├─ com.bitpay.sdk.client.PayoutRecipientsClient.class - [JAR]

├─ com.bitpay.sdk.client.RateClient.class - [JAR]

├─ com.bitpay.sdk.client.RefundClient.class - [JAR]

├─ com.bitpay.sdk.client.ResourceClient.class - [JAR]

├─ com.bitpay.sdk.client.SettlementClient.class - [JAR]

├─ com.bitpay.sdk.client.WalletClient.class - [JAR]

com.bitpay.sdk.model.payout

├─ com.bitpay.sdk.model.payout.Payout.class - [JAR]

├─ com.bitpay.sdk.model.payout.PayoutGroup.class - [JAR]

├─ com.bitpay.sdk.model.payout.PayoutGroupFailed.class - [JAR]

├─ com.bitpay.sdk.model.payout.PayoutRecipient.class - [JAR]

├─ com.bitpay.sdk.model.payout.PayoutRecipients.class - [JAR]

├─ com.bitpay.sdk.model.payout.PayoutStatus.class - [JAR]

├─ com.bitpay.sdk.model.payout.PayoutTransaction.class - [JAR]

├─ com.bitpay.sdk.model.payout.RecipientStatus.class - [JAR]

├─ com.bitpay.sdk.model.payout.package-info.class - [JAR]

com.bitpay.sdk.exceptions

├─ com.bitpay.sdk.exceptions.BillCreationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.BillDeliveryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.BillException.class - [JAR]

├─ com.bitpay.sdk.exceptions.BillQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.BillUpdateException.class - [JAR]

├─ com.bitpay.sdk.exceptions.BitPayException.class - [JAR]

├─ com.bitpay.sdk.exceptions.CurrencyException.class - [JAR]

├─ com.bitpay.sdk.exceptions.CurrencyQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.InvoiceCancellationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.InvoiceCreationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.InvoiceException.class - [JAR]

├─ com.bitpay.sdk.exceptions.InvoiceQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.InvoiceUpdateException.class - [JAR]

├─ com.bitpay.sdk.exceptions.LedgerException.class - [JAR]

├─ com.bitpay.sdk.exceptions.LedgerQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutBatchCancellationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutBatchCreationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutBatchException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutBatchNotificationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutBatchQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutCancellationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutCreationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutNotificationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutRecipientCancellationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutRecipientCreationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutRecipientException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutRecipientNotificationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutRecipientQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.PayoutRecipientUpdateException.class - [JAR]

├─ com.bitpay.sdk.exceptions.RateException.class - [JAR]

├─ com.bitpay.sdk.exceptions.RateQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.RefundCancellationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.RefundCreationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.RefundException.class - [JAR]

├─ com.bitpay.sdk.exceptions.RefundQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.RefundUpdateException.class - [JAR]

├─ com.bitpay.sdk.exceptions.SettlementException.class - [JAR]

├─ com.bitpay.sdk.exceptions.SettlementQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.SubscriptionCreationException.class - [JAR]

├─ com.bitpay.sdk.exceptions.SubscriptionException.class - [JAR]

├─ com.bitpay.sdk.exceptions.SubscriptionQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.SubscriptionUpdateException.class - [JAR]

├─ com.bitpay.sdk.exceptions.WalletException.class - [JAR]

├─ com.bitpay.sdk.exceptions.WalletQueryException.class - [JAR]

├─ com.bitpay.sdk.exceptions.package-info.class - [JAR]

com.bitpay.sdk.model.settlement

├─ com.bitpay.sdk.model.settlement.InvoiceData.class - [JAR]

├─ com.bitpay.sdk.model.settlement.PayoutInfo.class - [JAR]

├─ com.bitpay.sdk.model.settlement.RefundInfo.class - [JAR]

├─ com.bitpay.sdk.model.settlement.Settlement.class - [JAR]

├─ com.bitpay.sdk.model.settlement.SettlementLedgerEntry.class - [JAR]

├─ com.bitpay.sdk.model.settlement.WithHoldings.class - [JAR]

├─ com.bitpay.sdk.model.settlement.package-info.class - [JAR]

com.bitpay.sdk.util

├─ com.bitpay.sdk.util.BitPayLogger.class - [JAR]

├─ com.bitpay.sdk.util.DateDeserializer.class - [JAR]

├─ com.bitpay.sdk.util.DateSerializer.class - [JAR]

├─ com.bitpay.sdk.util.GuidGenerator.class - [JAR]

├─ com.bitpay.sdk.util.JsonMapperFactory.class - [JAR]

├─ com.bitpay.sdk.util.KeyUtils.class - [JAR]

├─ com.bitpay.sdk.util.ParameterAdder.class - [JAR]

├─ com.bitpay.sdk.util.TokenContainer.class - [JAR]

├─ com.bitpay.sdk.util.package-info.class - [JAR]

com.bitpay.sdk.model.rate

├─ com.bitpay.sdk.model.rate.Rate.class - [JAR]

├─ com.bitpay.sdk.model.rate.Rates.class - [JAR]

├─ com.bitpay.sdk.model.rate.package-info.class - [JAR]

com.bitpay.sdk.model.ledger

├─ com.bitpay.sdk.model.ledger.Buyer.class - [JAR]

├─ com.bitpay.sdk.model.ledger.Ledger.class - [JAR]

├─ com.bitpay.sdk.model.ledger.LedgerEntry.class - [JAR]

├─ com.bitpay.sdk.model.ledger.package-info.class - [JAR]

com.bitpay.sdk.model.bill

├─ com.bitpay.sdk.model.bill.Bill.class - [JAR]

├─ com.bitpay.sdk.model.bill.BillStatus.class - [JAR]

├─ com.bitpay.sdk.model.bill.Item.class - [JAR]

├─ com.bitpay.sdk.model.bill.package-info.class - [JAR]

Advertisement