Tax Payment DMO
A payment made toward a tax obligation, such as a withholding, estimated payment, balance due, or installment, capturing the payer and remitter accounts, amount, reason, and status.
Object API Name: std__TaxPaymentDmo__dlm
Category: Unassigned
Availability: Available in 264 and later versions
Primary Key Field: Id
- TaxpayerTaxAccountId has a FOREIGNKEY relationship with the Tax Account DMO
Idfield. - RemitterTaxAccountId has a FOREIGNKEY relationship with the Tax Account DMO
Idfield. - TaxFilingId has a FOREIGNKEY relationship with the Tax Filing DMO
Idfield. - TaxTypePeriodId has a FOREIGNKEY relationship with the Tax Type Period DMO
Idfield. - PaymentInstrumentId has a FOREIGNKEY relationship with the Payment Instrument DMO
Idfield.
- Amt
- cdp_sys_record_currency
- CreatedDateTime
- DataSourceId
- DataSourceObjectId
- FailureReasonText
- Id
- InternalOrganizationId
- LastModifiedDateTime
- PaymentDate
- PaymentIdentifier
- PaymentInstrumentId
- PaymentReasonType
- RemitterTaxAccountId
- Status
- TaxFilingId
- TaxpayerTaxAccountId
- TaxPaymentName
- TaxTypePeriodId
- Field API Name:
std__Amt__c - Data Type: CURRENCY
- Description: The payment amount stored as a positive number.
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__CreatedDateTime__c - Data Type: DATETIME
- Description: The timestamp when this record was created.
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__FailureReasonText__c - Data Type: TEXT
- Description: The free-text explanation of the failure when status is Failed or Returned.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: The unique identifier for this tax payment record.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__LastModifiedDateTime__c - Data Type: DATETIME
- Description: The timestamp when this record was last modified.
- Field API Name:
std__PaymentDate__c - Data Type: DATEONLY
- Description: The date the payment was made or received by the tax authority.
- Field API Name:
std__PaymentIdentifier__c - Data Type: TEXT
- Description: The transaction receipt or reference number from the payment processor or tax authority.
- Field API Name:
std__PaymentInstrumentId__c - Data Type: TEXT
- Description: The payment instrument used (for example, bank account, wire, check, or card). This field is null for payroll withholdings.
- Field API Name:
std__PaymentReasonType__c - Data Type: TEXT
- Description: The payment reason. Possible values are: Withholding, Estimated Q1, Estimated Q2, Estimated Q3, Estimated Q4, Balance Due, Extension, Installment, Penalty, Interest, Advance Tax, Self Assessment, Other.
- Field API Name:
std__RemitterTaxAccountId__c - Data Type: TEXT
- Description: The tax account that submitted this payment (for example, employer for W-2 withholding, bank for 1099 backup withholding, or brokerage). This field is null when the taxpayer makes the payment directly.
- Field API Name:
std__Status__c - Data Type: TEXT
- Description: The lifecycle status of the payment. Possible values are: Pending, Completed, Failed, Returned.
- Field API Name:
std__TaxFilingId__c - Data Type: TEXT
- Description: The tax filing this payment is for. This field is null for withholdings or estimated payments made before the return is filed.
- Field API Name:
std__TaxpayerTaxAccountId__c - Data Type: TEXT
- Description: The tax account whose tax obligation this payment satisfies.
- Field API Name:
std__TaxPaymentName__c - Data Type: TEXT
- Description: The display name of the tax payment. The format is [Direction] - [PaymentType] - [Amount] [Currency Code].
- Field API Name:
std__TaxTypePeriodId__c - Data Type: TEXT
- Description: The tax type period this payment applies to.