Skip to main content

Cancel Order/Transaction

This API helps in cancelling the order or transction .

Request Body required
    command string required

    Possible values: [order_cancel, trasnaction_cancel]

    This the command which is used to cancel order/transaction

    order_id string required

    This is the order_id returned by Nimbbl in response to the create order API

    transaction_id string required

    This is the unique transaction id generated by Nimbbl for this payment

    nimbbl_error_code string

    This is the error_code generated by Nimbbl

    nimbbl_consumer_message string

    This is a customer friendly message that can be displayed to your consumer

    nimbbl_merchant_message string

    This explains to your team how to recover from the error

Loading...