v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Transactions
Admin

Update transaction status and resend webhook (admin only). Use this when payment status changed after initial callback.

Update transaction status and resend webhook (admin only). Use this when payment status changed after initial callback.

post/api/v1/admin/transactions/{transactionId}/update-and-resend

Path parameters

transactionIdstring uuid required

Transaction ID

Transaction ID

Request body

status_messagestring

Optional status message

Example request

{
  "status_message": "Payment completed after bank confirmation"
}

Response

Success

successboolean required

Example response

{
  "success": true
}