Skip to main content

Window: Payment Processor

[Created: 03/10/2012 - Updated: 03/10/2012 ]
Description:
Help:

Tab: Payment Processor

[Created: 03/10/2012 - Updated: 03/10/2012 ]
Description:
Help:
Tab Level: 0

Table 10: Payment Processor - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_paymentprocessor.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_paymentprocessor.AD_Org_ID numeric(10)
Table Direct
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.c_paymentprocessor.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.c_paymentprocessor.Description character varying(255)
String
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_paymentprocessor.IsActive character(1)
Yes-No
Host AddressHost Address URL or DNSThe Host Address identifies the URL or DNS of the target hostc_paymentprocessor.HostAddress character varying(60)
String
Host portHost Communication PortThe Host Port identifies the port to communicate with the host.c_paymentprocessor.HostPort numeric(10)
Integer
Proxy addressAddress of your proxy serverThe Proxy Address must be defined if you must pass through a firewall to access your payment processor.c_paymentprocessor.ProxyAddress character varying(60)
String
Proxy portPort of your proxy serverThe Proxy Port identifies the port of your proxy server.c_paymentprocessor.ProxyPort numeric(10)
Integer
Proxy logonLogon of your proxy serverThe Proxy Logon identifies the Logon ID for your proxy server.c_paymentprocessor.ProxyLogon character varying(60)
String
Proxy passwordPassword of your proxy serverThe Proxy Password identifies the password for your proxy server.c_paymentprocessor.ProxyPassword character varying(60)
String
Accept MasterCardAccept Master CardIndicates if Master Cards are acceptedc_paymentprocessor.AcceptMC character(1)
Yes-No
Accept VisaAccept Visa CardsIndicates if Visa Cards are acceptedc_paymentprocessor.AcceptVisa character(1)
Yes-No
Accept AMEXAccept American Express CardIndicates if American Express Cards are acceptedc_paymentprocessor.AcceptAMEX character(1)
Yes-No
Accept DinersAccept Diner's ClubIndicates if Diner's Club Cards are acceptedc_paymentprocessor.AcceptDiners character(1)
Yes-No
Accept CorporateAccept Corporate Purchase CardsIndicates if Corporate Purchase Cards are acceptedc_paymentprocessor.AcceptCorporate character(1)
Yes-No
Accept DiscoverAccept Discover CardIndicates if Discover Cards are acceptedc_paymentprocessor.AcceptDiscover character(1)
Yes-No
Accept Direct DepositAccept Direct Deposit (payee initiated)Indicates if Direct Deposits (wire transfers, etc.) are accepted. Direct Deposits are initiated by the payee.c_paymentprocessor.AcceptDirectDeposit character(1)
Yes-No
Accept Direct DebitAccept Direct Debits (vendor initiated)Accept Direct Debit transactions. Direct Debits are initiated by the vendor who has permission to deduct amounts from the payee's account.c_paymentprocessor.AcceptDirectDebit character(1)
Yes-No
Accept Electronic CheckAccept ECheck (Electronic Checks)Indicates if EChecks are acceptedc_paymentprocessor.AcceptCheck character(1)
Yes-No
Accept ATMAccept Bank ATM CardIndicates if Bank ATM Cards are acceptedc_paymentprocessor.AcceptATM character(1)
Yes-No
Minimum AmtMinimum Amount in Document Currencyc_paymentprocessor.MinimumAmt numeric
Amount
Only CurrencyRestrict accepting only this currencyThe Only Currency field indicates that this bank account accepts only the currency identified here.c_paymentprocessor.C_Currency_ID numeric(10)
Table Direct
Require Credit Card Verification CodeRequire 3/4 digit Credit Verification CodeThe Require CC Verification checkbox indicates if this bank accounts requires a verification number for credit card transactions.c_paymentprocessor.RequireVV character(1)
Yes-No
Payment Processor ClassPayment Processor Java ClassPayment Processor class identifies the Java class used to process payments extending the org.compiere.model.PaymentProcessor class. Example implementations are Optimal Payments: org.compiere.model.PP_Optimal or Verisign: org.compiere.model.PP_PayFlowProc_paymentprocessor.PayProcessorClass character varying(60)
String
Transaction TypeType of credit card transactionThe Transaction Type indicates the type of transaction to be submitted to the Credit Card Company.c_paymentprocessor.TrxType character(1)
List