Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.31 KB

V1formPaymentMerchantData.md

File metadata and controls

20 lines (17 loc) · 2.31 KB

V1formPaymentMerchantData

Properties

Name Type Description Notes
customer \Swagger\Client\Model\V1formPaymentMerchantDataCustomer [optional]
shipping \Swagger\Client\Model\V1formPaymentMerchantDataShipping [optional]
billing \Swagger\Client\Model\V1formPaymentMerchantDataBilling [optional]
acct_id string Additional information you want to send to identify the account [optional]
acct_info \Swagger\Client\Model\V1formPaymentMerchantDataAcctInfo [optional]
merchant_risk_indicator \Swagger\Client\Model\V1formPaymentMerchantDataMerchantRiskIndicator [optional]
three_ds_requestor_authentication_info \Swagger\Client\Model\V1formPaymentMerchantDataThreeDSRequestorAuthenticationInfo [optional]
shopping_cart \Swagger\Client\Model\V1formPaymentMerchantDataShoppingCart[] [optional]
addr_match string Indicates whether the delivery address is the same as the invoice address. Y = The delivery address is the same as the invoicing address, N = The delivery and invoice addresses are different [optional]
purchase_instal_data int Mandatory for Instalment operations (MERCHANT_TRX_TYPE = I). Indicates the maximum number of deferred payment authorizations. Accepted values: The value must be greater than 1 [optional]
recurring_expiry string Mandatory for Recurring and Instalment operations (MERCHANT_TRX_TYPE = I or R). The date from which there will be no more authorizations. Accepted format: YYYYMMDD [optional]
recurring_frequency string Mandatory for Recurring and Instalment operations (MERCHANT_TRX_TYPE = I or R). Indicates the minimum number of days between authorizations [optional]

[Back to Model list] [Back to API list] [Back to README]