VendorPaymentProvider
Represents payment provider enrollments for vendors, linking vendors to payment providers and preferred payment methods with enrollment state tracking.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the vendor payment provider record. |
| auditCreatedDateTime | Datetime | True |
The date and time when the vendor payment provider record was created. |
| auditModifiedBy | String | True |
The user who last modified the vendor payment provider record. |
| auditModifiedDateTime | Datetime | True |
The date and time when the vendor payment provider record was last modified. |
| href | String | True |
The URL of the vendor payment provider resource. |
| id | String | False |
The unique identifier of the vendor payment provider record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the vendor payment provider record. |
| paymentProvider_Href | String | True |
The URL of the payment provider associated with this vendor payment provider record. |
| paymentProvider_Id | String | False |
The Id of the payment provider associated with this vendor payment provider record. |
| paymentProvider_Key | String | False |
The system-assigned key of the payment provider associated with this vendor payment provider record. |
| paymentProvider_Name | String | False |
The name of the payment provider associated with this vendor payment provider record. |
| preferredPaymentMethod_Href | String | True |
The URL of the preferred payment method associated with this vendor payment provider record. |
| preferredPaymentMethod_Id | String | False |
The Id of the preferred payment method associated with this vendor payment provider record. |
| preferredPaymentMethod_Key | String | False |
The system-assigned key of the preferred payment method associated with this vendor payment provider record. |
| preferredPaymentMethod_Name | String | False |
The name of the preferred payment method associated with this vendor payment provider record. |
| state | String | True |
The current state of this vendor payment provider enrollment, such as pending or active. |
| status | String | False |
The current status of this vendor payment provider record, such as active or inactive. |
| vendor_Href | String | True |
The URL of the vendor associated with this payment provider record. |
| vendor_Id | String | False |
The Id of the vendor associated with this payment provider record. |
| vendor_Key | String | False |
The system-assigned key of the vendor associated with this payment provider record. |
| vendor_Name | String | False |
The name of the vendor associated with this payment provider record. |