Retry transaction
Retry a failed payment transaction. Creates a new invoice and initiates a new payment attempt.
Retry a failed payment transaction. Creates a new invoice and initiates a new payment attempt.
ApiKeyAuth In: header
application/json
application/json
application/json
curl -X POST "https://commet.co/api/v1/transactions/string/retry"Retry a failed payment transaction. Creates a new invoice and initiates a new payment attempt.
Transaction public ID
{
"success": true,
"data": {
"id": "string",
"status": "processing",
"retryInvoiceNumber": "string"
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}