Skip to main content

BusinessMessageReject (35=j)

Sent by Bitvavo when your message is rejected because of a failure in business logic or invalid message structure.

Structure

Requires:

Message body

TagNameTypeRequiredDescription
372RefMsgTypeStringYThe type of the rejected message.
380BusinessRejectReasonIntYThe reason for rejection.
Can be:
  • 0: Other
  • 1: Unknown ID
  • 2: Unknown security
  • 3: Unsupported message type
  • 4: Application not available
  • 5: Conditionally required field missing
  • 6: Not authorized
58TextStringNThe description of the reason for the rejection. See Handle errors for possible values.
379BusinessRejectRefIDStringNThe identifier of the rejected message. The value matches the following tags from the original message:
  • ClOrdID (11) for NewOrderSingle, OrderCancelReplaceRequest, OrderCancelRequest, and OrderMassCancelRequest
  • OrdStatusReqID (790) - OrderStatusRequest
  • MassStatusReqID (584) - OrderMassStatusRequest

See also