NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported.
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| PaymentId | integer | Y | |||
| FK: T_PAYMENT.payment_no   Resource: Payments | |||||
| ConstituentId | integer | Y | |||
| MerchantId | string | Y | |||
| Amount | decimal number | Y | |||
| Currency | string | N | |||
| Description | string | 280 | N | ||
| CountryCode | string | 2 | N | ||
| Locale | string | N | |||
| AllowedPaymentMethods | Collection of string | N | |||
| LinkExpiry | date | N | |||
| StoreAccount | boolean | N | |||
| TransactionOrigin | string | Y | Text indicating the origin of the transaction. The text will be written to T_PAYMENT_GATEWAY_ACTIVITY.origin if payment card tokenization is enabled. | ||
| IsECommerce | boolean | Y | Set to true for online transactions. Defaults to false. | ||