PaymentProviderBankAccount
Represents bank account configurations associated with a payment provider, including account details, check start numbers, remittance email, and enrollment state.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the payment provider bank account. |
| auditCreatedDateTime | Datetime | True |
The date and time when the payment provider bank account was created. |
| auditModifiedBy | String | True |
The user who last modified the payment provider bank account. |
| auditModifiedDateTime | Datetime | True |
The date and time when the payment provider bank account was last modified. |
| authenticationURL | String | True |
The authentication URL used to enroll or verify this payment provider bank account. |
| bankAccount_Currency | String | True |
The currency of the bank account associated with this payment provider bank account. |
| bankAccount_Href | String | True |
The URL of the bank account associated with this payment provider bank account. |
| bankAccount_Id | String | False |
The Id of the bank account associated with this payment provider bank account. |
| bankAccount_Key | String | False |
The system-assigned key of the bank account associated with this payment provider bank account. |
| checkStartNumber | String | False |
The starting check number for payments issued from this payment provider bank account. |
| href | String | True |
The URL of the payment provider bank account resource. |
| id | String | True |
The unique identifier of the payment provider bank account record. |
| isRebateAccount | Bool | False |
Indicates whether this payment provider bank account is used for rebate payments. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the payment provider bank account record. |
| paymentProvider_Href | String | True |
The URL of the payment provider associated with this bank account. |
| paymentProvider_Id | String | False |
The Id of the payment provider associated with this bank account. |
| paymentProvider_Key | String | False |
The system-assigned key of the payment provider associated with this bank account. |
| providerReferenceNumber | String | True |
The reference number assigned by the payment provider for this bank account. |
| remittanceEmail | String | False |
The email address used to send remittance notifications for this payment provider bank account. |
| state | String | True |
The current enrollment state of this payment provider bank account, such as pending or enrolled. |
| status | String | False |
The current status of this payment provider bank account, such as active or inactive. |