action.skip

Payment Item

API Name: PaymentItem__c

The payment item represents the money flow for a payment collected via a payment provider.

Label API Name Type Description
Payment Item Name Name AutoNumber
Amount Indication AmountCDI__c Picklist Credit or debit flag for the absolute amount as reported by the payment provider, Credit: incoming money, Debit: outgoing money
Amount Amount__c Currency(16, 2) The absolute amount as reported by the payment provider
Error Message ErrorMessage__c LongTextArea(32768) Optional: human readable error message as provided by some payment providers
External Id ExternalId__c Text(255) External Id that identifies this Payment Item record
Notification Date NotificationDate__c DateTime Timestamp of the notification.
Payment Date PaymentDate__c DateTime The timestamp of the the money transfer
Payment Payment__c MasterDetail(Payment__c) The associated payment
Raw Response RawResponse__c LongTextArea(32768) The raw response from the bank
Status Status__c Picklist
Picklist values: Success, Failed, Pending
Type Type__c Picklist
Picklist values: Payment, Refund, Chargeback