Specifies which party or parties will bear the charges associated with the processing of the payment transaction. Use ISO ChargeBearerType1Code list, the value of this property must be equal to one of the known values below.
- Is optional
- Type:
string
| Value | Description |
|---|---|
DEBT | Borne By Debtor |
CRED | Borne By Creditor |
SHAR | Shared |
"ChrgBr": {
"description": "Specifies which party/parties will bear the charges associated with the processing of the payment transaction. Use ISO ChargeBearerType1Code list, supported values are CRED, DEBT & SHAR.",
"type": "string",
"enum": [
"DEBT",
"CRED",
"SHAR"
]
}