Properties accounts accounts: { list: any ; listTransactions: any }
Type declaration list: function list Transactions: function list Transactions( accountId: string , startingAfter?: string , options?: any ) : AxiosPromise < TransactionListResult > Parameters accountId: string Optional startingAfter: string Optional options: any channels channels: { create: any ; list: any ; listPayments: any ; retrieve: any ; retrieveByCustomId: any ; retrievePayment: any ; update: any }
Type declaration create: function list: function list( customerId?: string , startingAfter?: string , options?: any ) : AxiosPromise < ChannelListResult > Parameters Optional customerId: string Optional startingAfter: string Optional options: any list Payments: function Parameters channelId: string Optional startingAfter: string Optional options: any retrieve: function retrieve( channelId: string , options?: any ) : AxiosPromise < ChannelResult > Parameters channelId: string Optional options: any retrieve By Custom Id: function retrieve By Custom Id( customId: string , options?: any ) : AxiosPromise < ChannelResult > Parameters customId: string Optional options: any retrieve Payment: function retrieve Payment( channelId: string , channelPaymentId: string , options?: any ) : AxiosPromise < ChannelPaymentResult > Parameters channelId: string channelPaymentId: string Optional options: any update: function Parameters channelId: string Optional options: any coin Withdrawals coin Withdrawals: { commit: any ; create: any ; list: any ; listNetworkFees: any ; retrieve: any ; retrieveByCustomId: any }
Type declaration commit: function Parameters coinWithdrawalId: string Optional options: any create: function list: function Parameters Optional customerId: string Optional startingAfter: string Optional options: any list Network Fees: function Parameters Optional allNetworks: boolean Optional options: any retrieve: function Parameters coinWithdrawalId: string Optional options: any retrieve By Custom Id: function Parameters customId: string Optional options: any coins coins: { list: any }
customers customers: { create: any ; list: any ; retrieve: any ; update: any }
Type declaration create: function list: function Parameters Optional startingAfter: string Optional options: any retrieve: function retrieve( customerId: string , options?: any ) : AxiosPromise < CustomerResult > Parameters customerId: string Optional options: any update: function Parameters customerId: string Optional options: any exchange Transfers exchange Transfers: { commit: any ; create: any ; retrieve: any }
Type declaration commit: function Parameters exchangeTransferId: string Optional options: any create: function retrieve: function Parameters exchangeTransferId: string Optional options: any invoices invoices: { commitRecalculation: any ; create: any ; createRecalculation: any ; createRefund: any ; list: any ; listRefunds: any ; retrieve: any ; retrieveByCustomId: any }
Type declaration commit Recalculation: function Parameters invoiceId: string recalculationId: string Optional options: any create: function create Recalculation: function Parameters invoiceId: string Optional options: any create Refund: function Parameters invoiceId: string Optional options: any list: function list( customerId?: string , startingAfter?: string , subscriptionId?: string , options?: any ) : AxiosPromise < InvoiceListResult > Parameters Optional customerId: string Optional startingAfter: string Optional subscriptionId: string Optional options: any list Refunds: function Parameters invoiceId: string Optional options: any retrieve: function retrieve( invoiceId: string , options?: any ) : AxiosPromise < InvoiceResult > Parameters invoiceId: string Optional options: any retrieve By Custom Id: function retrieve By Custom Id( customId: string , options?: any ) : AxiosPromise < InvoiceResult > Parameters customId: string Optional options: any rates rates: { all: any ; retrieve: any }
Type declaration all: function retrieve: function retrieve( baseCurrency: string , quoteCurrency: string , options?: any ) : AxiosPromise < RateResult > Parameters baseCurrency: string quoteCurrency: string Optional options: any Returns AxiosPromise < RateResult > transactions transactions: { list: any }
Type declaration list: function Parameters Optional createdAtFrom: string Optional createdAtTo: string Optional currency: string Optional status: string Optional riskLevel: RiskLevel Optional startingAfter: string Optional options: any Readonly urlurl: string = SERVER.sandbox
Cryptopay-node - The official NodeJS library for the Cryptopay API Cryptopay is a payment gateway and business wallet that allows merchants to automate the processes of accepting cryptocurrency payments and payouts from their customers, as well as making currency exchange transactions and receiving data on the transaction history and account balance statuses for reporting.
For more information, please visit Cryptopay API docs.
Learn mode about API credentials at Developers guide