Свойство | Тип | Описание | |
---|---|---|---|
BPheaderstring | string | ||
TPS | string | ||
URL | string | ||
accountID | string | ||
accountNum | string | ||
accountType | string | ||
addr1 | string | ||
addr2 | string | ||
amount | string | ||
amountFood | string | ||
amountMisc | string | ||
amountTax | string | ||
amountTip | string | ||
cardExpire | string | ||
city | string | ||
country | string | ||
customID1 | string | ||
customID2 | string | ||
cvv2 | string | ||
doNotEscape | string | ||
doRebill | string | ||
docType | string | ||
string | |||
excludeErrors | string | ||
invoiceID | string | ||
masterID | string | ||
memo | string | ||
mode | string | ||
name1 | string | ||
name2 | string | ||
orderID | string | ||
paymentAccount | string | ||
paymentType | string | ||
phone | string | ||
queryByHierarchy | string | ||
queryBySettlement | string | ||
rebillAmount | string | ||
rebillCycles | string | ||
rebillExpr | string | ||
rebillFirstDate | string | ||
rebillID | string | ||
rebillNextAmount | string | ||
rebillNextDate | string | ||
rebillStatus | string | ||
reportEndDate | string | ||
reportStartDate | string | ||
response | string | ||
routingNum | string | ||
secretKey | string | ||
state | string | ||
templateID | string | ||
transType | string | ||
zip | string |
Метод | Описание | |
---|---|---|
BluePayPayment_BP10Emu ( string accountID, string secretKey, string mode ) : System | ||
Process ( ) : string | ||
Set_Param ( string Name, string Value ) : void | ||
auth ( string amount ) : void |
Runs an Auth Transaction
|
|
auth ( string amount, string masterID ) : void |
Runs an Auth Transaction
|
|
calcRebillTPS ( ) : void |
Calculates TAMPER_PROOF_SEAL for bp20rebadmin API
|
|
calcTPS ( ) : void |
Calculates TAMPER_PROOF_SEAL for bp20post API
|
|
cancelRebilling ( string rebillID ) : void |
Cancels Rebilling Cycle
|
|
capture ( string masterID ) : void |
Runs a Capture Transaction
|
|
capture ( string masterID, string amount ) : void |
Runs a Capture Transaction
|
|
getAVS ( ) : string |
Returns AVS from Response
|
|
getAuthCode ( ) : string |
Returns AUTH_CODE from Response
|
|
getBank ( ) : string |
Returns BANK_NAME from Response
|
|
getCVV2 ( ) : string |
Returns CVV2 from Response
|
|
getCardType ( ) : string |
Returns CARD_TYPE from response
|
|
getCreationDate ( ) : string |
Returns creation_date from Response
|
|
getCyclesRemain ( ) : string |
Returns cycles_remain from Response
|
|
getLastDate ( ) : string |
Returns last_date from Response
|
|
getMaskedPaymentAccount ( ) : string |
Returns PAYMENT_ACCOUNT from response
|
|
getMessage ( ) : string |
Returns MESSAGE from Response
|
|
getNextAmount ( ) : string |
Returns next_amount from Response
|
|
getNextDate ( ) : string |
Returns next_date from Response
|
|
getRebillAmount ( ) : string |
Returns reb_amount from Response
|
|
getRebillID ( ) : string |
Returns REBID or rebill_id from Response
|
|
getRebillStatus ( string rebillID ) : void |
Gets a existing rebilling cycle's status
|
|
getResponse ( |
||
getResponse ( |
||
getSchedExpr ( ) : string |
Returns sched_expr from Response
|
|
getStatus ( ) : string |
Returns STATUS or status from response
|
|
getTransID ( ) : string |
Returns TRANS_ID from response
|
|
refund ( string masterID ) : void |
Runs a Refund Transaction
|
|
refund ( string masterID, string amount ) : void |
Runs a Refund Transaction
|
|
responseParams ( |
||
sale ( string amount ) : void |
Runs a Sale Transaction
|
|
sale ( string amount, string masterID ) : void |
Runs a Sale Transaction
|
|
setACHInformation ( string routingNum, string accountNum, string accountType, string docType = null ) : void |
Sets ACH Information
|
|
setAmountFood ( string amountFood ) : void |
Sets Amount Food Field
|
|
setAmountMisc ( string amountMisc ) : void |
Sets Amount Misc Field
|
|
setAmountTax ( string amountTax ) : void |
Sets Amount Tax Field
|
|
setAmountTip ( string amountTip ) : void |
Sets Amount Tip Field
|
|
setCCInformation ( string cardNum, string cardExpire, string cvv2 = null ) : void |
Sets Credit Card Information
|
|
setCustomID1 ( string customID1 ) : void |
Sets Custom ID Field
|
|
setCustomID2 ( string customID2 ) : void |
Sets Custom ID2 Field
|
|
setCustomerInformation ( string name1, string name2, string addr1, string city, string state, string zip ) : void |
Sets Customer Information
|
|
setCustomerInformation ( string name1, string name2, string addr1, string addr2, string city, string state, string zip ) : void |
Sets Customer Information
|
|
setCustomerInformation ( string name1, string name2, string addr1, string addr2, string city, string state, string zip, string country ) : void |
Sets Customer Information
|
|
setEmail ( string Email ) : void |
Sets Email Field
|
|
setInvoiceID ( string invoiceID ) : void |
Sets Invoice ID Field
|
|
setMemo ( string memo ) : void |
Sets Memo Field
|
|
setOrderID ( string orderID ) : void |
Sets Order ID Field
|
|
setPhone ( string Phone ) : void |
Sets Phone Field
|
|
setRebillingInformation ( string rebAmount, string rebFirstDate, string rebExpr, string rebCycles ) : void |
Sets Rebilling Cycle Information. To be used with other functions to create a transaction.
|
|
updateRebillPaymentInformation ( string templateID ) : void |
Updates a rebilling cycle's payment information
|
|
updateRebillingInformation ( string rebillID, string rebNextDate, string rebExpr, string rebCycles, string rebAmount, string rebNextAmount ) : void |
Updates Rebilling Cycle
|
|
voidTransaction ( string masterID ) : void |
Метод | Описание | |
---|---|---|
ByteArrayToString ( byte arrInput ) : string |
public BluePayPayment_BP10Emu ( string accountID, string secretKey, string mode ) : System | ||
accountID | string | |
secretKey | string | |
mode | string | |
Результат | System |
public Set_Param ( string Name, string Value ) : void | ||
Name | string | |
Value | string | |
Результат | void |
public auth ( string amount, string masterID ) : void | ||
amount | string | |
masterID | string | |
Результат | void |
public cancelRebilling ( string rebillID ) : void | ||
rebillID | string | |
Результат | void |
public capture ( string masterID, string amount ) : void | ||
masterID | string | |
amount | string | |
Результат | void |
public getMaskedPaymentAccount ( ) : string | ||
Результат | string |
public getRebillStatus ( string rebillID ) : void | ||
rebillID | string | |
Результат | void |
public getResponse ( |
||
request | ||
Результат | void |
public getResponse ( |
||
request | ||
Результат | void |
public refund ( string masterID, string amount ) : void | ||
masterID | string | |
amount | string | |
Результат | void |
public responseParams ( |
||
httpResponse | ||
Результат | string |
public sale ( string amount, string masterID ) : void | ||
amount | string | |
masterID | string | |
Результат | void |
public setACHInformation ( string routingNum, string accountNum, string accountType, string docType = null ) : void | ||
routingNum | string | |
accountNum | string | |
accountType | string | |
docType | string | |
Результат | void |
public setAmountFood ( string amountFood ) : void | ||
amountFood | string | |
Результат | void |
public setAmountMisc ( string amountMisc ) : void | ||
amountMisc | string | |
Результат | void |
public setAmountTax ( string amountTax ) : void | ||
amountTax | string | |
Результат | void |
public setAmountTip ( string amountTip ) : void | ||
amountTip | string | |
Результат | void |
public setCCInformation ( string cardNum, string cardExpire, string cvv2 = null ) : void | ||
cardNum | string | |
cardExpire | string | |
cvv2 | string | |
Результат | void |
public setCustomID1 ( string customID1 ) : void | ||
customID1 | string | |
Результат | void |
public setCustomID2 ( string customID2 ) : void | ||
customID2 | string | |
Результат | void |
public setCustomerInformation ( string name1, string name2, string addr1, string city, string state, string zip ) : void | ||
name1 | string | |
name2 | string | |
addr1 | string | |
city | string | |
state | string | |
zip | string | |
Результат | void |
public setCustomerInformation ( string name1, string name2, string addr1, string addr2, string city, string state, string zip ) : void | ||
name1 | string | |
name2 | string | |
addr1 | string | |
addr2 | string | |
city | string | |
state | string | |
zip | string | |
Результат | void |
public setCustomerInformation ( string name1, string name2, string addr1, string addr2, string city, string state, string zip, string country ) : void | ||
name1 | string | |
name2 | string | |
addr1 | string | |
addr2 | string | |
city | string | |
state | string | |
zip | string | |
country | string | |
Результат | void |
public setInvoiceID ( string invoiceID ) : void | ||
invoiceID | string | |
Результат | void |
public setOrderID ( string orderID ) : void | ||
orderID | string | |
Результат | void |
public setRebillingInformation ( string rebAmount, string rebFirstDate, string rebExpr, string rebCycles ) : void | ||
rebAmount | string | |
rebFirstDate | string | |
rebExpr | string | |
rebCycles | string | |
Результат | void |
public updateRebillPaymentInformation ( string templateID ) : void | ||
templateID | string | |
Результат | void |
public updateRebillingInformation ( string rebillID, string rebNextDate, string rebExpr, string rebCycles, string rebAmount, string rebNextAmount ) : void | ||
rebillID | string | |
rebNextDate | string | |
rebExpr | string | |
rebCycles | string | |
rebAmount | string | |
rebNextAmount | string | |
Результат | void |
public voidTransaction ( string masterID ) : void | ||
masterID | string | |
Результат | void |