SimplePaymentNack

common.SimplePaymentNack

type SimplePaymentNack

common.SimplePaymentNack

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_CHANGE_REQUEST_AMOUNT_MISMATCH3Rejection Reason.Amounts being remitted do not match a previous ChangeRequest (if part of a change request)
otherstringIf Rejection Reason “Other“, Message
{
  "rejection_reason": 1,
  "other": "OTHER"
}