s_c__Payment__c Object Reference
Name | s_c__Payment__c |
---|---|
Type | Custom StoreConnect Object |
Description | A Payment object holds the payment information associated with an Order checked out by a shopper. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Amount__c | Currency(18, 2) | No | No |
The amount of this Payment including any surcharges | |||
s_c__Invoice_Reference__c | Text | No | No |
Optional reference to the invoice for this Payment. Not used by StoreConnect. | |||
s_c__Invoice_Url__c | Text | No | No |
Optional URL of the invoice for this Payment. Not used by StoreConnect. | |||
s_c__Method__c | Text | No | No |
The name of the Payment_Provider__c that created this Payment (e.g. "Stripe"). | |||
s_c__Order_Id__c | Lookup (Order) | No | No |
Reference to the Order for which this Payment was created. | |||
s_c__Paid_At__c | DateTime | No | No |
The date and time this Payment was successfully completed. | |||
s_c__Payment_Provider_Id__c | Lookup (s_c__Payment_Provider__c) | No | No |
The Payment_Provider__c used to process this Payment. | |||
s_c__Points_Amount__c | Number(18, 0) | No | No |
The points amount of this Payment including any surcharges. | |||
s_c__Response__c | Text | No | No |
[Internal Use] Response returned by the Payment_Provider__c. | |||
s_c__Status__c | Picklist | No | No |
Status of the payment record. | |||
s_c__Surcharge_Amount__c | Currency(18, 2) | No | No |
The amount of the surcharge (included within the amount) | |||
s_c__Surcharge_Product_Id__c | Lookup (Product2) | No | No |
The product used when generating the surcharge on this payment | |||
s_c__Transaction_Number__c | Text | No | No |
Transaction number returned by the Payment_Provider__c. | |||
s_c__sC_Id__c | Text [External ID] | 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