Payment Processor
C_PaymentProcessor
Payment processor for electronic payments
Overview
| Table Name | C_PaymentProcessor |
|---|---|
| Access Level | System + Client |
| Entity Type | D |
| Is Document | Yes |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (37)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
AcceptDirectDebit |
Yes-No(1) | Yes | - | Accept Direct Debits (vendor initiated) |
AcceptFiscal |
Yes-No(1) | Yes | N | Accept Fiscal Payment |
MinimumAmt |
Amount(22) | No | - | Minumum Amout in Document Currency |
TrxType |
List(1) | No | - | Type of credit card transaction |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
AcceptAMEX |
Yes-No(1) | Yes | - | Accept American Express Card |
AcceptATM |
Yes-No(1) | Yes | - | Accept Bank ATM Card |
AcceptCheck |
Yes-No(1) | Yes | - | Accept ECheck (Electronic Checks) |
AcceptCorporate |
Yes-No(1) | Yes | - | Accept Corporate Purchase Cards |
AcceptDiners |
Yes-No(1) | Yes | - | Accept Diner's Club |
AcceptDirectDeposit |
Yes-No(1) | Yes | - | Accept Direct Deposit (payee initiated) |
AcceptDiscover |
Yes-No(1) | Yes | - | Accept Discover Card |
AcceptMC |
Yes-No(1) | Yes | - | Accept Master Card |
AcceptVisa |
Yes-No(1) | Yes | - | Accept Visa Cards |
AD_Client_ID |
Table Direct(22) | Yes | @#AD_Client_ID@ | Tenant for this installation. |
AD_Org_ID |
Table Direct(22) | Yes | @#AD_Org_ID@ | Organizational entity within tenant |
AD_Sequence_ID |
Table(22) | No | - | Document Sequence |
C_BankAccount_ID |
Table Direct(22) | No | - | Account at the Bank |
C_Currency_ID |
Table Direct(22) | No | - | The Currency for this record |
Commission |
Number(22) | Yes | - | Commission stated as a percentage |
CostPerTrx |
Costs+Prices(22) | Yes | - | Fixed cost per transaction |
C_PaymentProcessor_ID |
ID(22) | Yes | - | Payment processor for electronic payments |
C_PaymentProcessor_UU |
String(36) | No | - | - |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
Description |
String(255) | No | - | Optional short description of the record |
HostAddress |
String(60) | Yes | - | Host Address URL or DNS |
HostPort |
Integer(22) | Yes | - | Host Communication Port |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
PayProcessorClass |
String(60) | No | - | Payment Processor Java Class |
ProxyAddress |
String(60) | No | - | Address of your proxy server |
ProxyLogon |
String(60) | No | - | Logon of your proxy server |
ProxyPassword |
String(60) | No | - | Password of your proxy server |
ProxyPort |
Integer(22) | No | - | Port of your proxy server |
RequireVV |
Yes-No(1) | Yes | - | Require 3/4 digit Credit Verification Code |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
AD_Sequence_ID |
AD_Sequence.AD_Sequence_ID | Document Sequence |
C_BankAccount_ID |
C_BankAccount.C_BankAccount_ID | Account at the Bank |
C_Currency_ID |
C_Currency.C_Currency_ID | The Currency for this record |
Generated on 2026-05-03T16:39:06.796600387Z