Skip to main content

/exchange/v1/transaction/status

Notify the status of a transaction

Request Body required
    transactionId string required

    Unique identifier for the transaction

    status string required

    Possible values: [PENDING, SUCCESS, NEED_RETRY, DISCARD, FAIL]

    The status of the transaction

    message string nullable

    Additional message about the transaction

Responses

Successful response


Schema
    status boolean required

    Status of the notification request, False/True (failed/success)

Loading...