Payment Processor (finestra ID-200015)
Da iDempiere it.
finestra: Payment Processor
descrizione: null
Aiuto: null
TAB: Payment Processor
descrizione: null
Aiuto null
File:Payment Processor - Payment Processor - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nome | Identificativo alfanumerico dell'entità | Il Nome della entità (record) è utilizzato come una opzione di ricerca di default in addizione alla chiave di ricerca. Il nome è fino a 60 caratteri di lunghezza. | Name character varying(60) NOT NULL String |
Description | Descrizione | Una descrizione corta opzionale del record | La descrizione è limitata ad essere meno di 255 carratteri. | Description character varying(255) String |
Active | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |
Host Address | Indirizzo host | null | The Host Address identifies the URL for your payment processor | HostAddress character varying(60) String |
Host port | Porta host | null | The Host Port identifies the port id for your payment processor. | HostPort numeric(10) Integer |
Partner ID | ID Partner | null | null | PartnerID character varying(60) String |
Vendor ID | ID Fornitore | null | null | VendorID character varying(60) String |
User ID | ID dell'Utente | null | L'ID dell'Utente identifica un utente e permette l'accesso ai record o ai processi. | UserID character varying(60) String |
Password | Password | Password di qualsiasi lunghezza (case sensitive) | La Password indica la password per questo ID utente. Le Password sono obbligatorie per l'identificazione degli utenti autorizzati. | Password character varying(60) String |
Proxy address | Indirizzo Proxy | Indirizzo del proxy server | The Proxy Address must be defined if you must pass through a firewall to access your payment processor. | ProxyAddress character varying(60) String |
Proxy port | Proxy port | null | The Proxy Port identifies the port of your proxy server. | ProxyPort numeric(10) Integer |
Proxy logon | Proxy logon | null | The Proxy Logon identifies the Logon ID for your proxy server. | ProxyLogon character varying(60) String |
Proxy password | Proxy password | null | The Proxy Password identifies the password for your proxy server. | ProxyPassword character varying(60) String |
Accept MasterCard | Master card accettata | La Master card è accettata | Indicates if Master Cards are accepted as payment to this Bank Account. | AcceptMC character(1) NOT NULL Yes-No |
Accept Visa | Carta Visa accettata | La carta di credito Visa è accettata | Indicates if Visa Cards are accepted as payment to this Bank Account. | AcceptVisa character(1) NOT NULL Yes-No |
Accept AMEX | AMEX accettata | La carta di credito American Express è accettata | Indicates if American Express Cards are accepted as payment to this Bank Account | AcceptAMEX character(1) NOT NULL Yes-No |
Accept Diners | Carta Diners accettata | La carta di credito Diner's club è accettata | Indicates if Diner's Club Cards are accepted as payment to this Bank Account. | AcceptDiners character(1) NOT NULL Yes-No |
Accept Corporate | Carta Corporate accettata | Le carte di pagamento societarie sono accettate | Indicates if Corporate Payment Cards are accepted as payment to this Bank Account. | AcceptCorporate character(1) NOT NULL Yes-No |
Accept Discover | Carta Discover accettata | La carta Discover è accettata | Indicates if Discover Cards are accepted as payment to this Bank Account. | AcceptDiscover character(1) NOT NULL Yes-No |
Accept Direct Deposit | ACH consentito | La compensazione automatica è consentita | Indicates if ACH Payments are accepted as payment to this Bank Account | AcceptDirectDeposit character(1) NOT NULL Yes-No |
Accept Direct Debit | Accept Direct Debit | Accept 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. | AcceptDirectDebit character(1) NOT NULL Yes-No |
Accept Electronic Check | Assegno elettronico accettato | Gli assegni elettronici sono accettati | Indicates if EChecks are accepted as payment to this Bank Account. | AcceptCheck character(1) NOT NULL Yes-No |
Accept ATM | ATM consentito | La carta Bancomat è accettata | Indicates if Bank ATM Cards are accepted for as payment to this Bank Account | AcceptATM character(1) NOT NULL Yes-No |
Minimum Amt | Importo Minimo | Minumum Amout in Document Currency | null | MinimumAmt numeric Amount |
Only Currency | Only Currency | Restrict accepting only this currency | The Only Currency field indicates that this bank account accepts only the currency identified here. | C_Currency_ID numeric(10) Table Direct |
Require CreditCard Verification Code | Richiesta del codice di verifica della carta di credito | null | The Require CC Verification checkbox indicates if this bank accounts requires a verification number for credit card transactions. | RequireVV character(1) NOT NULL Yes-No |
Sequence | Sequenza | Sequenza del documento | La Sequenza definisce la sequenza della numerazione dei documenti. | AD_Sequence_ID numeric(10) Table |
Payment Processor Class | Classe del processor del pagamento | null | Payment Processor class identifies the Java class used to process payments | PayProcessorClass character varying(60) String |
Commission % | Commissione | Identificativo della commissione | The Commission indicates (as a percentage) the commission to be paid. | Commission numeric NOT NULL Number |
Cost per transaction | Costo per transazione | Costo fisso per transazione | The Cost per Transaction indicates the fixed cost per to be charged per transaction. | CostPerTrx numeric NOT NULL Costs+Prices |