Payment__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Amount__c Currency(18, 2) No No The amount of this Payment including any surcharges
Invoice_Reference__c Text No No Optional reference to the invoice for this Payment. Not used by StoreConnect.
Invoice_Url__c Text No No Optional URL of the invoice for this Payment. Not used by StoreConnect.
Method__c Text No No The name of the Payment_Provider__c that created this Payment (e.g. “Stripe”).
Order_Id__c Lookup(Order) No No Reference to the Order for which this Payment was created.
Paid_At__c DateTime No No The date and time this Payment was successfully completed.
Payment_Provider_Id__c Lookup(Payment_Provider__c) No No The Payment_Provider__c used to process this Payment.
Points_Amount__c Number(18, 0) No No The points amount of this Payment including any surcharges.
Response__c Text No No [Internal Use] Response returned by the Payment_Provider__c.
Status__c Picklist No No Status of the payment record.
Surcharge_Amount__c Currency(18, 2) No No The amount of the surcharge (included within the amount)
Surcharge_Product_Id__c Lookup(Product2) No No The product used when generating the surcharge on this payment
Transaction_Number__c Text No No Transaction number returned by the Payment_Provider__c.
sC_Id__c Text No Yes StoreConnect External ID, do not modify in Salesforce

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation