Payment Customer
API Name: PaymentCustomer__c
The payment customer represents a customer from customer based payments that are supported by some payment providers
Label | API Name | Type | Description |
---|---|---|---|
Payment Customer Name | Name |
AutoNumber | |
Account | Account__c |
Lookup(Account) | The account associated with this payment customer. |
Contact | Contact__c |
Lookup(Contact) | The contact associated with this payment customer (optional). The contact data is provided by the payment provider. |
Customer ID | CustomerId__c |
Text(255) | The ID of the customer as provided by the payment provider. |
Deactivation Reason | DeactivationReason__c |
Picklist | The reason for deactivating the payment customer. Picklist values: Expired |
Is Active | IsActive__c |
Checkbox | Indicates whether the payment customer is active, or if it has been deactivated or has expired. |
Payment Provider | PaymentProvider__c |
Lookup(PaymentProvider__c) | The payment provider associated with this payment customer. |