You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`remittanceData`|*string*|:heavy_minus_sign:| Remittance information for Instant Payments (RTP/FedNow), providing context about the payment purpose | ABC_123 Remittance Data |
17
+
| Field | Type | Required | Description | Example |
| `remittanceData` | *string* | :heavy_minus_sign: | Remittance information for Instant Payments (RTP/FedNow), providing context about the payment purpose. Acceptable characters: alphanumeric (0-9, a-z, A-Z), space, and special characters (#,.'&/-@!$%*()_+={}\|:;`[]^~\") | ABC_123 Remittance Data |
|`remittanceData`|*string*|:heavy_minus_sign:| Remittance information for Real-Time Payments, providing context about the payment purpose | ABC_123 Remittance Data |
17
+
| Field | Type | Required | Description | Example |
| `remittanceData` | *string* | :heavy_minus_sign: | Remittance information for Real-Time Payments, providing context about the payment purpose. Acceptable characters: alphanumeric (0-9, a-z, A-Z), space, and special characters (#,.'&/-@!$%*()_+={}\|:;`[]^~\") | ABC_123 Remittance Data |
Copy file name to clipboardExpand all lines: generated/openapi.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4598,9 +4598,9 @@ paths:
4598
4598
properties:
4599
4599
remittanceData:
4600
4600
type: string
4601
-
description: Remittance information for Real-Time Payments, providing context about the payment purpose
4601
+
description: 'Remittance information for Real-Time Payments, providing context about the payment purpose. Acceptable characters: alphanumeric (0-9, a-z, A-Z), space, and special characters (#,.''&/-@!$%*()_+={}|:;`[]^~\")'
description: Remittance information for Instant Payments (RTP/FedNow), providing context about the payment purpose
4615
+
description: 'Remittance information for Instant Payments (RTP/FedNow), providing context about the payment purpose. Acceptable characters: alphanumeric (0-9, a-z, A-Z), space, and special characters (#,.''&/-@!$%*()_+={}|:;`[]^~\")'
0 commit comments