Skip to main content

SimulatePaymentCompletionResponse

Result of completing an existing testnet crypto payment

paymentRequestIdstring<uuid>

The payment request ID

paymentIdstring<uuid>

The completed crypto payment ID

paymentStatusstring

The resulting public payment status

Example: COMPLETE
paymentRequestStatusstring

The payment request status

Example: PAID
alreadyCompletedboolean

True when this payment had already been completed by an earlier request

messagestring

Human-readable result

SimulatePaymentCompletionResponse
{
"paymentRequestId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"paymentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"paymentStatus": "COMPLETE",
"paymentRequestStatus": "PAID",
"alreadyCompleted": true,
"message": "string"
}