SettlInstReqRejCode Field

Identifies reason for rejection (of a settlement instruction request message).  
Valid values:  
0 = unable to process request (e.g. database unavailable)  
1 = unknown account  
2 = no matching settlement instructions found  
99 = other  
 
public const int SettlInstReqRejCode = 792
This language is not supported or no code example is available.
public:  
const int SettlInstReqRejCode = 792;
This language is not supported or no code example is available.
public const SettlInstReqRejCode : int = 792
This language is not supported or no code example is available.

Field Value

int

In this article

Definition