Transactions types and Statuses
An /api/transactions
endpoint allows you to retrieve all transactions per project.
reference type | status | status_context | Description |
Invoice | new | null | Invoice created |
completed | null | The invoice has been paid and settled | |
unresolved | underpaid overpaid paid_late illicit_ressource | Wrong cryptocurrency TX amount received and the invoice must be resolved | |
refunded | null | The whole cryptocurrency TX amount refunded either to the merchant account or back to the customer | |
cancelled | null | Invoice hasn't been paid or cryptocurrency TX hasn't been confirmed within 14 days | |
InvoiceRefund | null | n/a | Full or partial invoice refund to the merchant's account |
ChannelPayment | pending | null | Cryptocurrency transaction has been received |
completed | null | Payment transaction confirmed and settled | |
on_hold | illicit_resource | Payment has been put on hold on the Cryptopay side | |
on_hold | channel_disabled | Payment has been put on hold due to disabled channel | |
refunded | null | The transaction has been refunded | |
cancelled | null | The transaction hasn't been confirmed on the network within 14 days | |
CoinWithdrawal | new | n/a | Payout created |
pending | n/a | Payout needs to be committed | |
processing | n/a | Payout is being processed | |
sent | n/a | Payout has been processed and a cryptocurrency transaction sent | |
completed | n/a | Payout transaction gets its 1st confirmation on the network | |
on_hold | n/a | Payout has been put on hold | |
cancelled | n/a | Payout has been cancelled and the debited amount refunded back to the merchant account balance | |
CoinDeposit | pending | n/a | Payment created |
completed | n/a | Payment completed and settled | |
on_hold | n/a | The funds have been sent from a wallet that is connected to illicit activity. Please get in contact with Cryptopay | |
refunded | n/a | The funds have been sent back to the sender | |
ExchangeTransfer | null | n/a | |
BankDeposit | processing | n/a | Payment created |
completed | n/a | Payment completed and settled | |
on_hold | n/a | Payment has been put on hold - please get in touch with Cryptopay | |
cancelled | n/a | Payment has been cancelled and the transfer amount sent back to a recipient | |
BankWithdrawal | processing | n/a | Payment created |
completed | n/a | Payment completed and sent | |
on_hold | n/a | Payment has been put on hold - please get in touch with Cryptopay | |
cancelled | n/a | Payment has cancelled and debited amount refunded back to the merchant account balance | |
Manual | null | n/ | Manual account balance transaction - you see this transaction when Cryptopay credits or debits funds to or from your account balance |
Last updated