CTI_Run()
This subprocedure can be used to run many of the CyberSource Simple Order API transactions, including:
- Authorization (ccAuthService)
- Authorization Reversal (ccAuthReversalService)
- Capture (ccCaptureService)
- Credit (ccCreditService)
- Void (voidService)
Request fields are populated from data in the CTIWSHDR and CTIWSITM (line items) tables, and response data is stored in CTIWSRSP.
Additionally, if providing data from a point-of-sale system, the optional data structure CTI_PosDS_t may be provided.
If CyberSource PayPal AltPay operations are being performed, the CTIWSAHDR table can be used to populate the additional required information. AltPay response data will be stored in CTIWSARSP.
If an error occurs, this subprocedure will return *OFF, and information about the error will be present in the pErrorDS parameter which contains a CTI_ErrorDS_t data structure.
Subprocedure Prototype
|
Returns *OFF if an error occurs during processing, *ON otherwise. |
|
Unique ID generated with CTI_NextUniqueID() Required |
|
Error data structure used to capture subprocedure and CyberSource errors Required |
|
Credit card number |
|
Credit card verification number/security code |
|
Merchant ID used to process the transaction Required |
|
Optional additional data used when transaction occurs using point of sale |
Data Structures
|
|
|
Indicates if this is a card-present or card-not-present transaction. |
|
The type of cardholder-activated terminal. See the CyberSource SO API documentation for valid values. |
|
|
|
|
|
|
|
The method through which card data is retrieved. Valid Values:
|
|
|
|
MasterCard service code, included in track data. |
|
Indicates the ability of the terminal to process different card entry modes. See the CyberSource SO API documentation for valid values. |
|
Identifies the terminal at your retail location. |
|
Identifies an alternate terminal at your retail location. |
|
Track 1 and track 2 card data from the card reader. |
|
|
|
Name of subprocedure returning error |
|
Message ID of error message |
|
Error message text |
|
Error message source |
|
IFS filepath of generated log file |
Input Table Files
|
Record CyberSource Web Service Request Header Record |
|
Key Request Unique ID |
|
Request Timestamp |
|
Merchant ID |
|
merchantReferenceCode |
|
afsService_avsCode |
|
afsService_cvCode |
|
afsService_run |
|
billTo_company |
|
billTo_firstName |
|
billTo_lastName |
|
billTo_street1 |
|
billTo_street2 |
|
billTo_city |
|
billTo_state |
|
billTo_postalCode |
|
billTo_country |
|
billTo_email |
|
billTo_httpBrowserCookiesAccepted |
|
billTo_BrowserType |
|
billTo_ipAddress |
|
billTo_phoneNumber |
|
shipTo_company |
|
shipTo_firstName |
|
shipTo_lastName |
|
shipTo_street1 |
|
shipTo_street2 |
|
shipTo_city |
|
shipTo_state |
|
shipTo_postalCode |
|
shipTo_country |
|
shipTo_phoneNumber |
|
shipTo_shippingMethod |
|
card_expirationMonth |
|
card_expirationYear |
|
card_cardType |
|
ccAuthSvc_commerceIndicator |
|
ccAuthService_run |
|
ccAuthReversalService_run |
|
davService_run |
|
decisionManager_enabled |
|
invoiceHeader_isGift |
|
invoiceHeader_returnsAccepted |
|
ccCaptureService_authRequestID |
|
ccCaptureService_authType |
|
ccCaptureService_purchasingLevel |
|
ccCreditService_purchasingLevel |
|
ccCaptureService_run |
|
orderRequestToken |
|
ccCaptureService_verbalAuthcode |
|
invoiceHeader_merchantDescriptor |
|
invoiceHeader_merchantDescriptorContact |
|
invoiceHeader_userPO |
|
purchaseTotals_freightAmount |
|
purchaseTotals_currency |
|
purchaseTotals_grandTotalAmount |
|
purchaseTotals_taxAmount |
|
shipFrom_postalCode |
|
ccCreditService_captureRequestID |
|
ccCreditService_commerceIndicator |
|
ccCreditService_run |
|
ccVoidService_run |
|
ccVoidService_voidRequestID |
|
invoiceheader_amexDataTAA1 |
|
invoiceHeader_amexDataTAA2 |
|
paySubscriptionCreateService_run |
|
paySubscriptionCreateService_disableAutoAuth |
|
paySubscriptionCreateService_paymentRequestID |
|
paySubscriptionCreateService_paymentRequestToken |
|
paySubscriptionDeleteService_run |
|
paySubscriptionRetrieveService_run |
|
paySubscriptionUpdateService_run |
|
recurringSubscriptionInfo_frequency |
|
recurringSubscriptionInfo_amount |
|
recurringSubscriptionInfo_subscriptionID |
|
subscription_title |
|
merchantSecureData_field1 |
|
merchantSecureData_field2 |
|
merchantSecureData_field3 |
|
merchantSecureData_field4 |
|
businessRules_ignoreAVSResult |
|
businessRules_ignoreCVResult |
|
invoiceHeader_taxable |
|
shipFrom_company |
|
shipFrom_firstName |
|
shipFrom_lastName |
|
shipFrom_street1 |
|
shipFrom_street2 |
|
shipFrom_city |
|
shipFrom_state |
|
shipFrom_country |
|
shipFrom_phoneNumber |
|
ccCaptureService_authRequestToken |
|
payPalDoCaptureService_run |
|
PayPal Authorization ID |
|
PayPal Complete Type |
|
payPalEcDoPaymentRequestID |
|
payPalEcDoPaymentRequestToken |
|
payPalAuthorizationRequestID |
|
payPalAuthorizationRequestToken |
|
invoiceNumber |
|
payPalRefundService_run |
|
exportService_run |
|
exportService_addressOperator |
|
exportService_addressWeight |
|
exportService_companyWeight |
|
exportService_nameWeight |
|
invoiceHeader_amexDataTAA3 |
|
invoiceHeader_amexDataTAA4 |
|
otherTax_vatTaxAmount |
|
otherTax_vatTaxRate |
|
otherTax_alternateTaxAmount |
|
otherTax_alternateTaxID |
|
purchaseTotals_discountAmount |
|
purchaseTotals_dutyAmount |
|
authIndicator |
|
ccCaptureService_sequence |
|
ccCaptureService_totalCount |
|
billTo_companyTaxID |
|
billTo_dateOfBirth |
|
billTo_driversLicenseNumber |
|
billTo_driversLicenseState |
|
businessRules_declineAVSFlags |
|
check_accountEncoderID |
|
check_accountNumber |
|
check_accountType |
|
check_authenticateID |
|
check_bankTransitNumber |
|
check_checkNumber |
|
check_imageReferenceNumber |
|
check_paymentInfo |
|
check_secCode |
|
check_terminalCity |
|
check_terminalState |
|
ecAuthenticateService_run |
|
ecAuthenticateService_referenceNumber |
|
ecCreditService_commerceIndicator |
|
ecCreditService_debitRequestID |
|
ecCreditService_effectiveDate |
|
ecCreditService_partialPaymentID |
|
ecCreditService_referenceNumber |
|
ecCreditService_run |
|
ecCreditService_settlementMethod |
|
ecDebitService_commerceIndicator |
|
ecDebitService_debitRequestID |
|
ecDebitService_effectiveDate |
|
ecDebitService_partialPaymentID |
|
ecDebitService_paymentInfo |
|
ecDebitService_paymentMode |
|
ecDebitService_referenceNumber |
|
ecDebitService_run |
|
ecDebitService_settlementMethod |
|
ecDebitService_verificationLevel |
|
invoiceHeader_merchantDescriptorAlternate |
|
linkToRequest |
|
payPalEcOrderSetupService_run |
|
payPalEcOrderSetupService_invoiceNumber |
|
payPalEcOrderSetupService_paypalCustomerEmail |
|
payPalEcOrderSetupService_paypalDesc |
|
payPalEcOrderSetupService_paypalEcSetRequestID |
|
payPalEcOrderSetupService_paypalEcSetRequestToken |
|
payPalEcOrderSetupService_paypalPayerId |
|
payPalEcOrderSetupService_paypalToken |
|
payPalEcOrderSetupService_promoCode0 |
|
payPalAuthorizationService_run |
|
payPalAuthorizationService_paypalCustomerEmail |
|
payPalAuthorizationService_paypalDoRefTransactionRequestID |
|
payPalAuthorizationService_paypalDoRefTransactionRequestToken |
|
payPalAuthorizationService_paypalEcSetRequestID |
|
payPalAuthorizationService_paypalEcSetRequestToken |
|
payPalAuthorizationService_paypalOrderId |
|
payPalDoRefTransactionService_run |
|
payPalDoRefTransactionService_invoiceNumber |
|
payPalDoRefTransactionService_paypalBillingAgreementId |
|
payPalDoRefTransactionService_paypalDesc |
|
payPalAuthorizationService_paypalEcNotifyUrl |
|
payPalDoRefTransactionService_paypalPaymentType |
|
payPalDoRefTransactionService_paypalReqconfirmshipping |
|
payPalDoRefTransactionService_paypalReturnFmfDetails |
|
payPalDoRefTransactionService_paypalShippingDiscount |
|
payPalDoRefTransactionService_paypalSoftDescriptor |
|
payPalRefundService_run |
|
payPalRefundService_paypalCaptureId |
|
payPalRefundService_paypalDoCaptureRequestID |
|
payPalRefundService_paypalDoCaptureRequestToken |
|
payPalRefundService_paypalNote |
|
payPalCreateAgreementService_run |
|
payPalCreateAgreementService_paypalEcSetRequestID |
|
payPalCreateAgreementService_paypalEcSetRequestToken |
|
payPalCreateAgreementService_paypalToken |
|
payPalAuthReversalService_run |
|
payPalAuthReversalService_paypalAuthorizationId |
|
payPalAuthReversalService_paypalAuthorizationRequestID |
|
payPalAuthReversalService_paypalAuthorizationRequestToken |
|
payPalAuthReversalService_paypalEcDoPaymentRequestID |
|
payPalAuthReversalService_paypalEcDoPaymentRequestToken |
|
payPalAuthReversalService_paypalEcOrderSetupRequestID |
|
payPalAuthReversalService_paypalEcOrderSetupRequestToken |
|
payPalDoCaptureService_run |
|
payPalDoCaptureService_invoiceNumber |
|
payPalDoCaptureService_paypalAuthorizationId |
|
payPalDoCaptureService_paypalAuthorizationRequestID |
|
payPalDoCaptureService_paypalAuthorizationRequestToken |
|
payPalDoCaptureService_paypalEcDoPaymentRequestID |
|
payPalDoCaptureService_paypalEcDoPaymentRequestToken |
|
payPalDoCaptureService_completeType |
|
payPalUpdateAgreement_run |
|
payPalUpdateAgreement_paypalBillingAgreementCustom |
|
payPalUpdateAgreement_paypalBillingAgreementDesc |
|
payPalUpdateAgreement_paypalBillingAgreementId |
|
payPalUpdateAgreement_paypalBillingAgreementStatus |
|
vc_orderID |
|
paymentSolution |
|
billTo_customerID |
|
encryptedPayment_descriptor |
|
encryptedPayment_encoding |
|
encryptedPayment_data |
|
subsequentAuth |
|
subsequentAuthFirst |
|
subsequentAuthOriginalAmount |
|
subsequentAuthReason |
|
subsequentAuthStoredCredential |
|
subsequentAuthTransactionID |
|
Record CyberSource Web Service Line Item Header Record |
|
Key Request Unique ID |
|
Key Line Item Unique ID |
|
Request Timestamp |
|
item_#_productCode |
|
item_#_productName |
|
item_#_productSKU |
|
item_#_commodityCode |
|
item_#_quantity |
|
item_#_unitPrice |
|
item_#_taxAmount |
|
item_#_grossnetIndicator |
|
item_#_taxRate |
|
item_#_totalAmount |
|
item_#_unitOfMeasure |
|
sequence # |
|
item_#_discountAmount |
|
item_#_discountIndicator |
|
item_#_invoiceNumber |
|
item_#_taxTypeApplied |
|
item_#_productDescription |
|
item_#_unitTaxAmount |
|
Record CyberSource Web Service Request Header Record |
|
Key Request Unique ID |
|
ap_billingAgreementID |
|
ap_billingAgreementDescription |
|
ap_billingAgreementIndicator |
|
ap_fundingSouce |
|
ap_payerID |
|
apPaymentType |
|
note_toPayee |
|
note_toPayer |
|
purchaseTotals_handlingAmount |
|
purchaseTotals_shippingAmount |
|
purchaseTotals_shippingDiscountAmount |
|
purchaseTotals_subtotalAmount |
|
shipTo_city |
|
shipTo_country |
|
shipTo_firstName |
|
shipTo_immutable |
|
shipTo_lastName |
|
shipTo_notApplicable |
|
shipTo_phoneNumber |
|
shipTo_postalCode |
|
shipTo_state |
|
shipTo_street1 |
|
shipTo_street2 |
|
apSessionsService_run |
|
apSessionsService_cancelURL |
|
apSessionsService_paymentOptionID |
|
apSessionsService_successURL |
|
apCheckStatusService_run |
|
apCheckStatusService_sessionsRequestID |
|
apCheckStatusService_checkStatusRequestID |
|
apOrderService_run |
|
apOrderService_sessionsRequestID |
|
apAuthService_orderRequestID |
|
apAuthService_run |
|
apAuthService_orderRequestID |
|
apAuthReversalService_run |
|
apAuthReversalService_authRequestID |
|
apCaptureService_run |
|
apCaptureService_isFinal |
|
apCaptureService_authRequestID |
|
apSaleService_run |
|
apSaleService_orderRequestId |
|
apRefundService_run |
|
apRefundService_reason |
|
apRefundService_refundRequestID |
|
apCancelService_run |
|
apCancelService_orderRequestID |
|
apBillingAgreementService_run |
|
apBillingAgreementService_sessionsRequestID |
Output Table Files
|
Record CyberSource Response Line Item Record |
|
Key Response Unique ID |
|
Response Timestamp |
|
decision |
|
reasonCode |
|
requestID |
|
request_Token |
|
merchantReferenceCode |
|
afsReply_afsFactorsCode |
|
afsReply_afsResult |
|
afsReply_reasonCode |
|
ccAuthReply_amount |
|
ccAuthReply_authorizationCode |
|
ccAuthReply_authorizationDateTime |
|
ccAuthReply_avsCode |
|
ccAuthReply_avsCodeRaw |
|
ccAuthCode_cvCode |
|
ccAuthReply_reasonCode |
|
ccAuthReply_reconciliationID |
|
ccAuthReply_processorResponse |
|
davReply_addressType |
|
davReply_caErrorInfo |
|
davReply_caInfo |
|
davReply_matchScore |
|
davReply_reasonCode |
|
davReply_standardizedAddress1 |
|
davReply_standardizedAddress2 |
|
davReply_standardizedCity |
|
davReply_standardizedISOCountry |
|
davReply_standardizedPostalCode |
|
davReply_standardizedState |
|
davReply_usErrorInfo |
|
davReply_usInfo |
|
ccCaptureReply_amount |
|
ccCaptureReply_reasonCode |
|
ccCaptureReply_reconciliationID |
|
ccCaptureReply_requestDateTime |
|
ccCaptureReply_purchasingLevel3Enabled |
|
ccCreditReply_amount |
|
ccCreditReply_reasonCode |
|
ccCreditReply_reconciliationID |
|
ccVoidReply_amount |
|
ccVoidReply_reasonCode |
|
Alliance_hold_code |
|
ccAuthReversalReply_reasonCode |
|
ccAuthReversalReply_amount |
|
ccAuthReversalReply_authorizationCode |
|
ccAuthReversalReply_authorizedDateTime |
|
ccAuthReversalReply_processorResponse |
|
ccAuthReversalReply_forwardCode |
|
paySubscription[ID]Reply_reasonCode |
|
paySubscription[ID]Reply_subscriptionID |
|
paySubscriptionRetrieveReply_city |
|
paySubscriptionRetrieveReply_comments |
|
paySubscriptionRetrieveReply_country |
|
paySubscriptionRetrieveReply_currency |
|
paySubscriptionRetrieveReply_customerAccountID |
|
paySubscriptionRetrieveReply_email |
|
paySubscriptionRetrieveReply_firstName |
|
paySubscriptionRetrieveReply_frequency |
|
paySubscriptionRetrieveReply_lastName |
|
paySubscriptionRetrieveReply_merchantDefinedDataField1 |
|
paySubscriptionRetrieveReply_merchantDefinedDataField2 |
|
paySubscriptionRetrieveReply_merchantDefinedDataField3 |
|
paySubscriptionRetrieveReply_merchantDefinedDataField4 |
|
paySubscriptionRetrieveReply_merchantReferenceCode |
|
paySubscriptionRetrieveReply_merchantSecureDataField1 |
|
paySubscriptionRetrieveReply_merchantSecureDataField2 |
|
paySubscriptionRetrieveReply_merchantSecureDataField3 |
|
paySubscriptionRetrieveReply_merchantSecureDataField4 |
|
paySubscriptionRetrieveReply_phoneNumber |
|
paySubscriptionRetrieveReply_postalCode |
|
paySubscriptionRetrieveReply_recurringAmount |
|
paySubscriptionRetrieveReply_setupAmount |
|
paySubscriptionRetrieveReply_shipToCity |
|
paySubscriptionRetrieveReply_shipToCompany |
|
paySubscriptionRetrieveReply_shipToCountry |
|
paySubscriptionRetrieveReply_shipToFirstName |
|
paySubscriptionRetrieveReply_shipToLastName |
|
paySubscriptionRetrieveReply_shipToPostalCode |
|
paySubscriptionRetrieveReply_shipToState |
|
paySubscripionRetrieveReply_shipToStreet1 |
|
paySubscriptionRetrieveReply_shipToStreet2 |
|
paySubscriptionRetrieveReply_state |
|
paySubscriptionRetrieveReply_status |
|
paySubscriptionRetrieveReply_street1 |
|
paySubscriptionRetrieveReply_street2 |
|
paySubscriptionRetrieveReply_title |
|
paySubscriptionRetrieveReply_cardAccountNumber |
|
paySubscriptionRetrieveReply_cardExpirationMonth |
|
paySubscriptionRetrieveReply_cardExpirationYear |
|
paySubscriptionRetrieveReply_cardType |
|
payPal_reasonCode |
|
payPal_authorizationID |
|
payPal_transactionID |
|
payPal_parentTransactionID |
|
payPal_TransactionType |
|
payPalPaymentType |
|
payPalOrderTime |
|
payPalPaymentGrossAmount |
|
payPalFeeAmount |
|
payPalTaxAmount |
|
payPalPaymentStatus |
|
payPal_amount |
|
payPal_currency |
|
active_profile |
|
expcompl_reasonCode |
|
ccAuthReply_cardLevel3Eligible |
|
paySubscriptionRetrieveReply_approvalRequired |
|
paySubscriptionRetrieveReply_totalPayments |
|
paySubscriptionRetrieveReply_automaticRenew |
|
paySubscriptionRetrieveReply_billPayment |
|
paySubscriptionRetrieveReply_cardIssueNumber |
|
paySubscriptionRetrieveReply_cardStartMonth |
|
paySubscriptionRetrieveReply_cardStartYear |
|
paySubscriptionRetrieveReply_checkAccountNumber |
|
paySubscriptionRetrieveReply_checkAccountType |
|
paySubscriptionRetrieveReply_checkAuthenticateID |
|
paySubscriptionRetrieveReply_checkBankTransitNumber |
|
paySubscriptionRetrieveReply_checkSecCode |
|
paySubscriptionRetrieveReply_companyName |
|
paySubscriptionRetrieveReply_companyTaxID |
|
paySubscriptionRetrieveReply_dateOfBirth |
|
paySubscriptionRetrieveReply_driversLicenseNumber |
|
paySubscriptionRetrieveReply_driversLicenseState |
|
paySubscriptionRetrieveReply_endDate |
|
paySubscriptionRetrieveReply_merchantReferenceCode |
|
paySubscriptionRetrieveReply_ownerMerchantID |
|
paySubscriptionRetrieveReply_startDate |
|
paySubscriptionRetrieveReply_subscriptionIDNew |
|
purchaseTotals_currency |
|
voidReply_currency |
|
voidReply_requestDateTime |
|
ecAuthenticateReply_checkpointSummary |
|
ecAuthenticateReply_fraudShieldIndicators |
|
ecAuthenticateReply_processorResponse |
|
ecAuthenticateReply_reasonCode |
|
ecAuthenticateReply_reconciliationID |
|
ecAuthenticateReply_requestDateTime |
|
ecCreditReply_amount |
|
ecCreditReply_correctedAccountNumber |
|
ecCreditReply_correctedRoutingNumber |
|
ecCreditReply_ownerMerchantID |
|
ecCreditReply_processorResponse |
|
ecCreditReply_processorTransactionID |
|
ecCreditReply_reasonCode |
|
ecCreditReply_reconciliationID |
|
ecCreditReply_requestDateTime |
|
ecCreditReply_settlementMethod |
|
ecCreditReply_verificationCode |
|
ecCreditReply_verificationCodeRaw |
|
ecDebitReply_amount |
|
ecDebitReply_correctedAccountNumber |
|
ecDebitReply_correctedRoutingNumber |
|
ecDebitReply_ownerMerchantID |
|
ecDebitReply_processorResponse |
|
ecDebitReply_processorTransactionID |
|
ecDebitReply_reasonCode |
|
ecDebitReply_reconciliationID |
|
ecDebitReply_requestDateTime |
|
ecDebitReply_settlementMethod |
|
ecDebitReply_verificationCode |
|
ecDebitReply_verificationCodeRaw |
|
ecDebitService_debitRequestID |
|
payPalEcOrderSetupReply_amount |
|
payPalEcOrderSetupReply_currency |
|
payPalEcOrderSetupReply_paymentType |
|
payPalEcOrderSetupReply_paypalAmount |
|
payPalEcOrderSetupReply_paypalExchangeRate |
|
payPalEcOrderSetupReply_paypalFeeAmount |
|
payPalEcOrderSetupReply_paypalOrderTime |
|
payPalEcOrderSetupReply_paypalPaymentStatus |
|
payPalEcOrderSetupReply_paypalPendingReason |
|
payPalEcOrderSetupReply_paypalReasonCode |
|
payPalEcOrderSetupReply_paypalTaxAmount |
|
payPalEcOrderSetupReply_paypalToken |
|
payPalEcOrderSetupReply_paypalTransactiontype |
|
payPalEcOrderSetupReply_transactionId |
|
payPalAuthorizationReply_amount |
|
payPalAuthorizationReply_currency |
|
payPalAuthorizationReply_paypalAmount |
|
payPalAuthorizationReply_protectionEligibility |
|
payPalAuthorizationReply_protectionEligibilityType |
|
payPalAuthorizationReply_transactionId |
|
payPalDoRefTransactionReply_currency |
|
payPalDoRefTransactionReply_paypalAmount |
|
payPalDoRefTransactionReply_paypalBillingAgreementId |
|
payPalDoRefTransactionReply_paypalExchangeRate |
|
payPalDoRefTransactionReply_paypalOrderTime |
|
payPalDoRefTransactionReply_paypalPaymentStatus |
|
payPalDoRefTransactionReply_paypalPaymentType |
|
payPalDoRefTransactionReply_paypalPendingReason |
|
payPalDoRefTransactionReply_paypalReasonCode |
|
payPalDoRefTransactionReply_paypalTaxAmount |
|
payPalDoRefTransactionReply_paypalTransactionType |
|
payPalDoRefTransactionReply_transactionId |
|
payPalRefundReply_paypalFeeRefundAmount |
|
payPalRefundReply_paypalGrossRefundAmount |
|
payPalRefundReply_paypalNetRefundAmount |
|
payPalRefundReply_transactionId |
|
payPalCreateAgreementReply_paypalBillingAgreementId |
|
payPalAuthReversalReply_authorizationId |
|
payPalDoCaptureReply_amount |
|
payPalDoCaptureReply_authorizationId |
|
payPalDoCaptureReply_currency |
|
payPalDoCaptureReply_parentTransactionId |
|
payPalDoCaptureReply_paypalExchangeRate |
|
payPalDoCaptureReply_paypalFeeAmount |
|
payPalDoCaptureReply_paypalOrderTime |
|
payPalDoCaptureReply_paypalPaymentGrossAmount |
|
payPalDoCaptureReply_paypalPaymentStatus |
|
payPalDoCaptureReply_paypalPaymentType |
|
payPalDoCaptureReply_paypalPendingReason |
|
payPalDoCaptureReply_paypalReceiptId |
|
payPalDoCaptureReply_paypalTaxAmount |
|
payPalDoCaptureReply_paypalTransactiontype |
|
payPalDoCaptureReply_transactionId |
|
payPalDoCaptureReply_paypalReasonCode |
|
payPalUpdateAgreemenentReply_addressStatus |
|
payPalUpdateAgreemenentReply_payer |
|
payPalUpdateAgreemenentReply_payerBusiness |
|
payPalUpdateAgreemenentReply_payerCountry |
|
payPalUpdateAgreemenentReply_payerFirstname |
|
payPalUpdateAgreemenentReply_payerId |
|
payPalUpdateAgreemenentReply_payerLastname |
|
payPalUpdateAgreemenentReply_payerMiddlename |
|
payPalUpdateAgreemenentReply_payerSalutation |
|
payPalUpdateAgreemenentReply_payerStatus |
|
payPalUpdateAgreemenentReply_payerSuffix |
|
payPalUpdateAgreemenentReply_paypalBillingAgreementCustom |
|
payPalUpdateAgreemenentReply_paypalBillingAgreementDesc |
|
payPalUpdateAgreemenentReply_paypalBillingAgreementId |
|
payPalUpdateAgreemenentReply_paypalBillingAgreementStatus |
|
ccAuthReply_cavvResponseCode |
|
ccAuthReply_cavvResponseCodeRaw |
|
token_expirationMonth |
|
token_expirationYear |
|
token_prefix |
|
token_suffix |
|
card_cardType |
|
ccAuthReply_paymentNetworkTransactionID |
|
ccCreditReply_authorizationCode |
|
ccCreditReply_paymentNetworkTransactionID |
|
ccCreditReply_processorResponse |
|
voidReply_creditAuthReversalResponse |
|
paySubscriptionRetrieveReply_paymentMethod |
|
ccAuthReply_paymentInsightsInformation_responseInsightsCategory |
|
ccAuthReply_paymentInsightsInformation_responseInsightsCategoryCode |
|
Record CTI AltPay Response |
|
Key Response Unique ID |
|
apReply_billingAgreementID |
|
apReply_fundingSource |
|
apReply_orderID |
|
AP Reply Payer ID |
|
apReply_processorFraudDecision |
|
apReply_processorFraudDecisionReason |
|
apReply_sellerProtection_eligibilty |
|
apReply_sellerProtection_type |
|
billTo_city |
|
billTo_country |
|
billTo_email |
|
billTo_firstName |
|
shipTo_lastName |
|
billTo_postalCode |
|
billTo_state |
|
billTo_street1 |
|
billTo_street2 |
|
customerVerificationStatus |
|
shipTo_city |
|
shipTo_country |
|
shipTo_firstName |
|
shipTo_lastName |
|
shipTo_phoneNumber |
|
shipTo_postalCode |
|
shipTo_state |
|
shipTo_street1 |
|
shipTo_street2 |
|
apSessionsReply_amount |
|
apSessionsReply_dateTime |
|
apSessionsReply_merchantURL |
|
apSessionsReply_processorTransactionID |
|
apSessionsReply_reasonCode |
|
apSessionsReply_reconciliationID |
|
apSessionsReply_responseCode |
|
apSessionsReply_status |
|
apCheckStatysReply_reasonCode |
|
apCheckStatusReply_dateTime Format: YYYY-MM-DDThh:mm:ssZ |
|
apCheckStatusReply_paymentStatus |
|
apCheckStatusReply_processorResponse |
|
apCheckStatusReply_processorTransactionID |
|
APCheckStatusReply_reconciliationID |
|
apOrderReply_amount |
|
apOrderReply_dateTime Format: YYYY-MM-DDThh:mm:ssZ |
|
apOrderReply_processorResponse |
|
apOrderReply_reasonCode |
|
apOrderReply_reconciliationID |
|
apOrderReply_status |
|
apAuthReply_amount |
|
apAuthReply_dateTime Format: YYYY-MM-DDThh:mm:ssZ |
|
apAuthReply_paymentStatus |
|
apAuthReply_processorResponse |
|
apAuthReply_processorTransactionID |
|
apAuthReply_reasonCode |
|
apAuthReply_reconciliationID |
|
apAuthReply_responseCode |
|
apAuthReversalReply_amount |
|
apAuthReversalReply_dateTime Format: YYYY-MM-DDThh:mm:ssZ |
|
apAuthReversalReply_paymentStatus |
|
apAuthReversalReply_processorTransactionID |
|
apAuthReversalReply_reasonCode |
|
apAuthReversalReply_reconciliationID |
|
apAuthReversalReply_responseCode |
|
apCaptureReply_reasonCode |
|
apCaptureReply_dateTime Format: YYYY-MM-DDThh:mm:ssZ |
|
apCaptureReply_paymentStatus |
|
apCaptureReply_processorResponse |
|
apCaptureReply_processorTransactionFee |
|
apCaptureReply_processorTransactionID |
|
apCaptureReply_reconciliationID |
|
apSaleReply_amount |
|
apSaleReply_dateTime Format: YYYY-MM-DDThh:mm:ssZ |
|
apSaleReply_paymentStatus |
|
apSaleReply_processorResponse |
|
apSaleReply_processorTransactionFee |
|
apSaleReply_processorTransactionID |
|
apSaleReply_reasonCode |
|
apSaleReply_reconciliationID |
|
apRefundReply_dateTime Format: YYYY-MM-DDThh:mm:ssZ |
|
apRefundReply_paymentStatus |
|
apRefundReply_processorResponse |
|
apRefundReply_processorTransactionID |
|
apRefundReply_reasonCode |
|
apRefundReply_reconciliationID |
|
apCancelReply_dateTime Format: YYYY-MM-DDThh:mm:ssZ |
|
apCancelReply_processorResponse |
|
apCancelReply_processorTransactionID |
|
apCancelReply_reasonCode |
|
apCancelReply_reconciliationID |
|
apCancelReply_status |
|
apBillingAgreementReply_processorResponse |
|
apBillingAgreementReply_reasonCode |
|
apBillingAgreementReply_status |