CryptoDetailsDto
Cryptocurrency payment method details
confirmationsintegerRequired
The number of blockchain confirmations
crypto_amountstringRequired
The amount in cryptocurrency
crypto_currencystringRequired
The cryptocurrency used
total_paidstringRequired
The total amount paid in cryptocurrency
transaction_hashesstring[]Required
A list of blockchain transactions involving this payment
Example
{
"confirmations": 6,
"crypto_amount": "0.00150000",
"crypto_currency": "BTC",
"total_paid": "0.00150000",
"transaction_hashes": [
"string"
]
}