FundsChangeNack

common.FundsChangeNack

type FundsChangeNack

common.FundsChangeNack

FieldTypeDescription
rejection_reasonRejectionReason enum
FieldNumberDescription
REASON_UNKNOWN0Rejection Reason.Default enum field
REASON_OTHER1Rejection Reason.“Other“ e.g. sanctions blocked
REASON_AMOUNT_EMPTY2Rejection Reason.request amount field was empty or value set to zero
REASON_AMOUNTS_MISMATCH3Rejection Reason.GrossAmount - Fees must be &rt;= ExactAmount, else its not possible to get change
otherstringIf Rejection Reason “Other“, Message
{
  "rejection_reason": 0,
  "other": "OTHER"
}