CancelTransaction

common.CancelTransaction

type CancelTransaction

common.CancelTransaction

FieldTypeDescription
rejection_reasonRejectionReason 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
otherstringIf Rejection Reason “Other“, Message
{
  "rejection_reason": 0,
  "other": "OTHER"
}