Skip to main content

SimulateCryptoDepositResponse

Current state of the simulated deposit and its payment request

paymentRequestIdstring<uuid>
quotePaymentIdstring<uuid>

Primary payment ID identifying the quote round

paymentIdstring<uuid>

Payment ID for this deposit; use it with simulate-payment-completion

depositIdstring<uuid>
cryptoAmountnumber
depositStatusstring

Possible values: [NONE, DETECTED, CONFIRMED]

Example: CONFIRMED
paymentStatusstring
Example: RECEIVED
paymentRequestStatusstring
Example: PART_PAID
alreadyProcessedboolean

True when this deposit had already reached the requested state

SimulateCryptoDepositResponse
{
"paymentRequestId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"quotePaymentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"paymentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"depositId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"cryptoAmount": 0,
"depositStatus": "CONFIRMED",
"paymentStatus": "RECEIVED",
"paymentRequestStatus": "PART_PAID",
"alreadyProcessed": true
}