CancelTransaction

common.CancelTransaction

type CancelTransaction

common.CancelTransaction

Field

Type

Description

rejection_reason

RejectionReason

enum

FieldNumberDescription
REASON_UNKNOWN0Rejection Reason.Default enum field
REASON_OTHER1Rejection Reason.“Other“ e.g. sanctions blocked
REASON_MISMATCHED_TRANSACTIONS2Rejection Reason.One or more related Transactions had a mismatch between them

other

string

If Rejection Reason “Other“, Message

{
  "rejection_reason": 0,
  "other": "OTHER"
}