Skip to main content
Aria Knowledge Central

create_order_m

Summary

API Name create_order_m
Class transaction_services_m
Update Version 58

Description

Creates a non-subscription order (NSO) for one or more inventory items on a specified account. NSOs represent one-time purchases of physical or digital goods (as opposed to recurring subscription charges managed by plan assignments). The order is associated with a specific master plan instance (subscription) for billing purposes. Use bill_immediately to control billing timing: 0 = fulfill now but bill on next anniversary, 1 = fulfill and bill immediately, 2 = hold the order for later approval, 3-5 = fulfill/bill on a specified fulfillment date. Supports alternate payment methods for one-time charges, coupon codes, and do_write=false for preview mode. Returns the order_no, invoice_no (if billed), and processor response details.

Inputs

Name Type Length Required Description
client_no long 22 No

Client No

auth_key string 32 Yes

Aria-assigned account identifier. This value is unique across all Aria-managed accounts.

acct_no long 22 Yes

Account No

Alternative required field: client_acct_id

client_acct_id string 50 Yes

Client-defined account identifier.

Alternative required field: acct_no

client_plan_instance_id string 100 Yes

Client-defined id of the Master Plan Instance to which the order item is associated and should be billed under.

Alternative required field: plan_instance_no

plan_instance_no long 22 Yes

Aria-assigned number of the Master Plan Instance to which the order item is associated and should be billed under.

Alternative required field: client_plan_instance_id

order_line_items object   No

This is an array of line items appearing on the order. The array elements for this argument immediately follow and are indicated as elements with a right-arrow icon.

See fields below

bill_immediately long 1 No

Determines when the order is fulfilled and then billed. If no value is defined (the field is null), then billing timing is determined by the client parameter AUTO BILL ORDERS. Contact Customer Support for more information about the AUTO BILL ORDERS parameter.

Allowed values:

Value Description
0 Fulfill immediately. Bill on next anniversary.
1 Fulfill immediately. Bill immediately.
2 Order Held. This places the billing for the newly created order in a pending state labeled Order Held. The billing status can be updated using the update_order_m API, or through the interface.
3 Fulfill on fulfillment date. Bill on the next anniversary bill after the fulfillment date. Note that if the fulfilled date is in the past, then the fulfillment will happen in API itself as in bill_immediately = 0.
4 Fulfill on fulfillment date. Bill on the fulfillment date. Note that if the fulfilled date is in the past, then the fulfillment and billing will happen in API itself as in bill_immediately = 1.
5 Fulfill on fulfillment date. Bill on the next anniversary bill that bills arrears services through the fulfillment date. Note that if the fulfilled date is in the past, then the fulfillment will happen in API itself as in bill_immediately = 0.
bill_seq long 22 No

The unique identifier of the bill sequence number.

client_order_id string 32 No

This is the client-assigned order identifier.

client_receipt_id string 50 No

Client-defined unique identifier used to track related system actions

alt_pay_method long 1 No

If you wish to use an alternate credit card for a one-time payment, enter '1' for this value. If you wish to use the account's current form of payment, leave this value empty.

cc_number string 24 No

Credit card number.

cc_expire_mm long 2 No

Expiration month for the credit card payment instrument.

cc_expire_yyyy long 4 No

Expiration year for the credit card payment instrument.

bank_routing_num string 22 No

The American Banking Association (ABA) routing number for the financial institution.

bank_acct_num string 32 No

The bank account number.

bill_company_name string 100 No

Company name of the billing contact.

bill_first_name string 32 No

First name of the billing contact.

bill_middle_initial string 2 No

Middle initial of the billing contact.

bill_last_name string 32 No

Last name of the billing contact.

bill_address1 string 100 No

First address line of the billing contact.

bill_address2 string 100 No

Second address line of the billing contact. If you want to delete existing data in this field, leaving it blank, you must enter a '~' in this field.

bill_city string 32 No

City of the billing contact.

bill_locality string 32 No

Use this field instead of the state_prov field to designate the state, province or other local designation as appropriate for addresses in all countries other than the United States, Australia, and Canada. This field is ignored for all United States, Australia and Canada addresses.

bill_state_prov string 10 No

State or Province of the billing contact. The official postal-service codes for all United States, Australia and Canada states, provinces, and territories. This field does not support states, provinces or territories from other countries. Use the locality field for other countries.

bill_zip string 16 No

Zip Code of the billing contact

bill_country string 3 No

Country of the billing contact. The ISO-compliant 2-character country code abbreviation in uppercase.

bill_email string 320 No

Email of the billing contact.

bill_phone string 25 No

Phone number of the billing contact.

bill_phone_extension string 20 No

Phone extension of the billing contact.

bill_cell_phone string 20 No

Cell phone number of the billing contact.

bill_work_phone string 25 No

Work phone number of the billing contact.

bill_work_phone_extension string 20 No

Work phone extenstion of the billing contact

cvv string 6 No

Card Verification Value, used to help verify a transaction is being requested by the card holder since this value is physically printed on the credit card.

bank_acct_type string 32 No

The type of bank account being used.

Allowed values:

Value Description
savings  
checking  
business  
bill_drivers_license_no string 32 No

Drivers license number of the billing contact

bill_drivers_license_state string 2 No

Drivers license state of the billing contact. The official postal-service codes for all United States and Canada states, provinces, and territories.

bill_taxpayer_id string 32 No

Taxpayer ID of the billing contact

bill_address3 string 100 No

The third line of the billing address.

do_write string 5 No

Boolean indicator that specifies whether to actually perform the requested operation. If 'false' is passed in this field, Aria calculates, if applicable, any potential effects from this call such as proration, plan assignments, etc. and return all relevant data without actually performing the requested operation or making any changes to the account. This is useful to interfaces that want to present the user with a 'confirmation page' informing them of the potential effects of the requested operation prior to actually performing it. Do_write defaults to 'true'

Allowed values:

Value Description
True  
False  
coupon_cd string 30 No

A coupon code to apply to this order

alt_client_acct_group_id string 100 No

The alternate collections account group to use with a passed alternate form of payment

track_data1 string 300 No

Raw "track 1" data from a swiped credit card used in a card-present transaction to initiate this request

track_data2 string 300 No

Raw "track 2" data from a swiped credit card used in a card-present transaction to initiate this request

soft_descriptor string   No

Transaction description shown on the buyer's statement that displays a Merchant Name or Item Description typically. This field will be ignored if not supported/certified by the payment processor.

soft_descriptor_customer_service string   No

Transaction description shown on the buyer's statement that displays a City for Card Present transactions or a Phone Number for Card Not Present transactions. This field will be ignored if not supported/certified by the payment processor.

alt_inv_template_no long 22 No

The statement template to use when generating a statement for this order

Alternative field: client_alt_inv_template_id

client_alt_inv_template_id string 100 No

The client-defined statement template to use when generating a statement for this order

Alternative field: alt_inv_template_no

iban string 50 No

International Bank Account Number(IBAN). Used for the Direct Debit payment method. It consists of 16 to 34 alphanumeric characters. Only hyphen and space are allowed to format the IBAN.

bank_check_digit long 2 No

Bank check digits enable a sanity check of the bank account number to confirm its integrity before submitting a transaction. Used for the Direct Debit payment method.

bank_swift_cd string 15 No

SWIFT code is a standard format of Bank Identifier Codes (BIC). It is used for the Direct Debit payment method. It consists of 8 or 11 alphanumeric characters. Only hyphen and space are allowed to format the SWIFT code. It is required for IBAN.

bank_country_cd string 2 No

Country of the bank. The ISO-compliant 2-character country code abbreviation in uppercase. Used for the Direct Debit payment method. It is required for IBAN and BBAN.

mandate_id string 35 No

Used for the Direct Debit payment method. A mandate is signed by the debtor to authorize the creditor to collect a payment and to instruct the bank of the debtor to pay those collections.

bank_id_cd string 10 No

Up to 10 digit numeric bank identifier code. Used for the Direct Debit payment method. Only hyphen and space are allowed to format the bank ID code. It is required for BBAN.

bank_branch_cd string 10 No

Up to 10 digit numeric bank branch code. Used for the Direct Debit payment method. Only hyphen and space are allowed to format the bank branch code.

statement_message string 1000 No

Alternate contact details for orders.

fulfilled_date string 10 No

Date on which order is fulfilled.

order_comments string 3000 No

Comments for this order

nso_po_num string 100 No

Purchase order number assigned to the one-time order.

contacts object   No

List of contacts to be created on the account. Note that contacts not used as an account contact, billing contact, or statement contact will be saved on the account.

See fields below

existing_pay_method_cvv string 6 No

Sends the CVV value of the current credit card on file.

fraud_filter long 1 No

Enable Fraud Filtering. This is supported if your payment processor supports this feature and has been certified with Aria. If no values are provided, the system will default to 2.

Allowed values:

Value Description
0 False. Fraud Filtering and status update will not be performed on the transaction.
1 True. Fraud Filtering and status update on the transaction will be performed based on the API supplied fraud_control_fields. Collection group level or Payment Gateway level fraud control parameters will not be considered for the status update.
2 True. Fraud Filtering and status update on the transaction will be performed based on the API input and Collection Group/Payment Gateway level parameters. fraud_control_fields will be merged with API Inputs and Collection Group/Payment Gateway level values with the precedence of API inputs.
fraud_control_fields object   No

List of key-value pair parameters to control Fraud Control.

See fields below

Allowed values:

Value Description
fraud_filtering_enabled This is a feature that some payment processors provide that will return fraud filtering results. Aria must be certified with that specific payment processor and you must have it properly configured within the payment processor's portal and in Aria's UI configuration - payments section. If False(0) is set, all other fraud_filtering_xxx features are ignored. If -1 (Use Collection Group/Payment Gateway Setting) is set, the CG/PG level configured value (Use Payment Gateway Setting or Enabled or Disabled) will be used.
change_status_on_fraud_filtering_failure This parameter will change the status on the Master Plan Instance(s) to status_on_fraud_filtering_failure if set to 1 (True) and the fraud_filtering_enabled parameter is set to 1 (True). If -1 (Use Collection Group/Payment Gateway Setting) is set, the CG/PG level configured value (True or False) will be used.
status_on_fraud_filtering_failure This should only be set if change_status_on_fraud_filtering_failure is set to 1 (True). This must be a valid Master Plan Instance status code. Master Plan Instance status codes can be found in the API documentation.
change_status_on_fraud_filtering_review This parameter will change the status on the Master Plan Instance(s) to status_on_fraud_filtering_review if set to 1 (True) and the fraud_filtering_enabled parameter is set to 1 (True). If -1 (Use Collection Group/Payment Gateway Setting) is set, the CG/PG level configured value (True or False) will be used.
status_on_fraud_filtering_review This should only be set if change_status_on_fraud_filtering_review is set to 1 (True). This must be a valid Master Plan Instance status code. Master Plan Instance status codes can be found in the API documentation.
change_mp_status_on_fraud_filtering_cc_prefix_failure This is a flag that indicates that the master plan instance status should be changed if the CC Prefix Fraud Filtering check as part of the Direct Post process failed. Set it to 0 (False) if changing master plan instance status is not desired.
mp_status_on_fraud_filtering_cc_prefix_failure This should only be set if change_mp_status_on_fraud_filtering_cc_prefix_failure is set to 1 (True). This must be a valid master plan instance status code. Master plan instance status codes can be found in the API documentation.
change_mp_status_on_fraud_filtering_cc_number_failure This is a flag that indicates that the master plan instance status should be changed if the CC Number Fraud Filtering check as part of the Direct Post process failed. Set it to 0 (False) if changing master plan instance status is not desired.
mp_status_on_fraud_filtering_cc_number_failure This should only be set if change_mp_status_on_fraud_filtering_cc_number_failure is set to 1 (True). This must be a valid master plan instance status code. Master plan instance status codes can be found in the API documentation.
change_mp_status_on_fraud_filtering_cc_issuing_country_failure This is a flag that indicates that the master plan instance status should be changed if the CC Issuing Country Fraud Filtering check as part of the Direct Post process failed. Set it to 0 (False) if changing master plan instance status is not desired.
mp_status_on_fraud_filtering_cc_issuing_country_failure This should only be set if change_mp_status_on_fraud_filtering_cc_issuing_country_failure is set to 1 (True). This must be a valid master plan instance status code. Master plan instance status codes can be found in the API documentation.
change_mp_status_on_fraud_filtering_cc_issuing_country_suspect This is a flag that indicates that the master plan instance status should be changed if the CC Issuing Country Fraud Filtering check as part of the Direct Post process returned a "suspect" value. Set it to 0 (False) if changing master plan instance status is not desired.
mp_status_on_fraud_filtering_cc_issuing_country_suspect This should only be set if change_mp_status_on_fraud_filtering_cc_issuing_country_suspect is set to 1 (True). This must be a valid master plan instance status code. Master plan instance status codes can be found in the API documentation.
fraud_scoring_enabled This is a feature that some payment processors provide that will return a fraud score. Aria must be certified with that specific payment processor and you must have it properly configured within the payment processor's portal and in Aria's UI configuration - payments section. If False(0) is set, all other fraud_scoring_xxx features are ignored. If -1 (Use Collection Group/Payment Gateway Setting) is set, the CG/PG level configured value (Use Payment Gateway Setting or Enabled or Disabled) will be used.
change_status_on_fraud_scoring_failure This parameter will change the status on the Master Plan Instance(s) to status_on_fraud_scoring_failure if set to 1 (True) and the fraud_scoring_enabled parameter is set to 1 (True). If -1 (Use Collection Group/Payment Gateway Setting) is set, the CG/PG level configured value (True or False) will be used.
status_on_fraud_scoring_failure This should only be set if change_status_on_fraud_scoring_failure is set to 1 (True). This must be a valid Master Plan Instance status code. Master Plan Instance status codes can be found in the API documentation.
change_status_on_fraud_scoring_review This is a flag that indicates that the master plan instance status should be changed if a fraud scoring enabled was performed and "review" was returned as part of the fraud score result. Set it to 1 (True) if changing the master plan instance status is desired. The allowed values are 1 (True), 0 (False) and -1 (Use Collection Group/Payment Gateway Setting). If -1 (Use Collection Group/Payment Gateway Setting) is set, the CG/PG level configured value (True or False) will be used.
status_on_fraud_scoring_review This should only be set if change_status_on_fraud_scoring_review is set to 1 (True). This must be a valid Aria master plan instance status code. Aria master plan instance status codes can be found in the API documentation.
fraud_scoring_threshold This is a feature that some payment processors provide that will return a fraud score as a numeric value. Aria must be certified with that particular payment processor and you must have it properly configured within the payment processor's portal and in Aria's UI configuration - payments section. If the payment processor returns non-numeric fraud score responses, Aria will ignore this threshold. As of now it is not supported for Vantiv processor.
recurring_processing_model_ind long 1 No

Defines a recurring payment type for Credit Card and Tokenized Credit Cards. A null value will default to 0 - Cardholder-Initiated Transaction - Credentials on File.

Allowed values:

Value Description
0 Cardholder-Initiated Transaction - Credentials on File: a credit card transaction initiated by the cardholder for a new order or a plan upgrade that uses a credit card that is currently stored in Aria.
1 Cardholder-Initiated Transaction: a credit card transaction initiated by the cardholder for a new account or creating an order that uses an alternate credit card that is not currently stored in Aria.
2 Merchant-Initiated Transaction - Standing Instruction - Recurring: a credit card transaction initiated by Aria's clients for a recurring charge that uses a credit card that is currently stored in Aria.
3 Merchant-Initiated Transaction - Unscheduled Credentials on File: a credit card transaction initiated by Aria's clients for a non-recurring charge (one-time order or plan upgrade) that uses a credit card that is currently stored in Aria.
proc_field_override array   No

The processor-specific fields passed as an array of proc_field_name/proc_field_value key-value pairs. The allowable fields and values for the key-value pairs are highlighted in blue below.

See allowable proc_field_names

bank_name string 100 No

Bank name for the account payment method

bank_city string 100 No

Bank city for the account payment method

bank_acct_holder_type string 32 No

This field denotes the bank account holder type. The value can be either individual or company.

Allowed values:

Value Description
individual  
company  
mandate_signature_date string   No

The date, in yyyy-mm-dd format, on which the mandate was signed.

payment_method_verification_code string 1000 No

The code provided by the account validator.

emandate_signature string 1000 No

This is the electronic signature returned after successfully completing an e-mandate request through an e-Mandate service.

order_line_items.order_line_qualifiers fields

Name Type Length Required Description
order_line_qualifier_name string 100 No

Name of the field you want to associate with order line item

order_line_qualifier_value string 100 No

Corresponding value of the field you want to associate with order line item

order_line_items fields

Name Type Length Required Description
client_sku string   No  
units double 12 No

The number of units indicated for this SKU on the line item.

amount double 12 No

The amount for this line item.

unit_discount_amount double 12 No

Note: This field is deprecated. Aria no longer supports unit_discount_amount.

line_comments string   No

Any client-defined comments, from a CSR or automated system, for this particular line item. Note: The field size limit is less than 3000 characters or 4000 bytes.

item_svc_location_no long 22 No

The Aria-assigned unique identifier for the origin location for the item (NSO) being purchased. Depending on taxation configuration, this address may be used for tax calculations. If both svc_location_no and client_svc_location_id are provided, svc_location_no will take precedence.

client_item_svc_location_id string 100 No

The client-defined unique identifier for the origin location for the item (NSO) being purchased. Depending on taxation configuration, this address may be used for tax calculations. If both svc_location_no and client_svc_location_id are provided, svc_location_no will take precedence.

item_dest_contact_no long 22 No

The Aria-assigned unique identifier for the destination contact for the item (NSO) being purchased. Depending on taxation configuration, this address may be used for tax calculations. If both item_dest_contact_idx and item_dest_contact_no are provided, item_dest_contact_no will take precedence.

item_dest_contact_idx long 32 No

For non-persistent referencing of a destination contact in the contacts array within the API request. Depending on taxation configuration, the address associated with this destination contact may be used for tax calculations.

nso_rate_schedule_no long   No

Aria-assigned unique identifier for the rate schedule.

Alternative field: client_nso_rate_schedule_id

client_nso_rate_schedule_id string   No

Client-defined unique identifier for the rate schedule.

Alternative field: nso_rate_schedule_no

client_order_line_id string 100 No

Client-defined unique identifier for order line item.

order_line_qualifiers object   No

Array of additional values you can associate with each order line item

See fields below

assign_installment_term string 1 No

Allowed values:

Value Description
Y Yes
N No
installment_term_no long 100 No

Installment no on product catalog. If null, then it selects installment default.

Alternative field: client_installment_term_id

client_installment_term_id string 100 No

Specifies client installment id. If null, then it selects the installment default.

Alternative field: installment_term_no

independent_installment_date string 100 No

Defines the start date of independent installment, needs to be the same or greater than the current date. If passed, the associated "days_to_start" and "lump_sum_days" value will be ignored.

installment_amount double   No

Specifies the individual installment amount, inclusive of tax. For example, if a purchase is taxed at 15%, a $20 installment amount will be split into $17.39 (charge) and $2.61 (tax). The total tax-inclusive purchase amount will be divided by this amount to calculate the length of installment. Note: If this field is provided, the installment_term_length field will be ignored.

aligned_installment string 1 No

Specifies installment type for the account, whether installment should be aligned with master plan instance or independent. Allowable values are: Yes (Y) - Aligned with existing master plan instance OR No (N) - Independent, its own installment schedule and due dates.

Allowed values:

Value Description
Y Yes (Aligned)
N No (Independent)
installment_term_type string 1 No

Specifies the installment term type for the assigned installment, applicable only for independent. Allowable values are: M (Months), W (Weeks), D (Days).

Allowed values:

Value Description
M Months
W Weeks
D Days
~ Null
installment_term_length long   No

Specifies the installment term length for the assigned installment. For installment_type = 2, the input will be used jointly with the interval type. For installment_type = 1, this will be the number of statements that the installment amount will be part of.

installment_interval long   No

Specifies the installment interval for the assigned installment, applicable only for independent installment. It works jointly with terms type. If defined, must be less than terms length.

days_until_due long   No

Specifies the number of days until due for the independent installment. Applicable only when installment_type = 2 or installment term defined on product catalog is aligned_installment =N. Determines how many days after customer is notified on the installment that it's due. If 5 is passed, then 5 days after customers are notified, the installment will be due.

installment_lump_sum_type string 1 No

Specifies the installment lump sum type for the assigned installment. Allowable values are: P - for proportionately split charge/tax; T - for purchase tax only.

Allowed values:

Value Description
P Proportionately split charge/tax
T Purchase tax only
~ Null
installment_lump_sum_amount double   No

Specifies the lump sum amount, mandatory when lump sump type is proportionately split (lump_sum_type = P).

installment_aligned_lump_sum long   No

Applicable only for aligned installment. Determines when to notify customers of the lump sum. Allowable values are: 0 - Aligned with when an invoice is created; 1 - Aligned with the 1st installment

installment_lump_sum_days long   No

Specifies the lump sum days. Applicable only for independent installment (update_installment_type = 2 or installment term defined on product catalog is aligned_installment = N). Determines how many days after a purchase or invoice date that a lump sum is charged and be notified to customers.

installment_lump_sum_days_until_due long   No

Specifies the lump sum days until due, applicable for both types of installment. Determines how many days after customers are notified that a lump sum is due.

last_installment_amount_threshold long   No

Specifies the percentage used to calculate the allowable additional amount for the last installment's threshold. For example: If the installment amount is $50 and the remainder is $80, with 0%, the remainder is split into $50 and $30 (last installment). With 90%, the allowable additional amount is $45, making the last installment threshold $95. In this case, the last installment amount will be $80. If set to NULL, it defaults to 0%. Valid values are 0 to 99.

contacts fields

Name Type Length Required Description
contact_idx long 32 No

A caller-defined numeric value is required if you wish to add a new contact as an account contact, billing contact, statement contact, or destination contact. This value can then be used to reference this new contact within the context of this API request (and is not stored in Aria).

first_name string 32 No

The first name of the contact.

middle_initial string 2 No

The middle initial of the contact.

last_name string 32 No

The last name of the contact.

company_name string 100 No

The company name of the contact.

address1 string 100 No

The first address line of the contact.

address2 string 100 No

The second address line of the contact.

address3 string 100 No

The third address line of the contact.

city string 32 No

The city of the contact.

locality string 32 No

Use this field instead of the state_prov field to designate the state, province or other local designation as appropriate for addresses in all countries other than the United States, Australia, and Canada. This field is ignored for all United States, Australia and Canada addresses.

state_prov string 10 No

The state or province of the contact. Note that only the official postal-service codes for states, provinces, and territories in the United States, Australia and Canada are supported. Use the other_locality field for states, provinces, or territories in other countries.

country string 2 No

The country of the contact. Provide the ISO-compliant 2-character country code abbreviation in uppercase.

postal_cd string 14 No

The postal/zip code of the contact.

phone string 25 No

The phone number of the contact.

phone_ext string 10 No

The phone number extension of the contact.

cell_phone string 20 No

The cell phone number of the contact.

work_phone string 25 No

The work phone number of the contact.

work_phone_ext string 10 No

The work phone number extension of the contact.

fax string 25 No

The fax number of the contact.

email string 320 No

The email address of the contact.

birthdate string 10 No

Birthdate of the contact in yyyy-mm-dd format.

fraud_control_fields fields

Name Type Length Required Description
fraud_control_field_name string 100 No

List of Fraud Control field names.

fraud_control_field_value string 100 No

List of Fraud Control field values.

proc_field_override fields

proc_field_name proc_field_value
transaction_type

Defines a transaction type for Credit Cards and Tokenized Credit Cards. If a value is not entered, it will default to your client configuration settings. Please note that the values differ per processor. For a list of transaction types, please read our documentation.

Allowed values:

proc_field_value Description
-1 Use client configuration settings for "Send Transaction Type as Recurring for Initial Request Where Possible" or "Send Transaction Type as Recurring for Subsequent Request" as applicable.
1 (Chase) Single Transaction mail/telephone order (MOTO) - Designates a transaction where the accountholder is not present at a merchant location and consummates the sale via the phone or through the mail. The transaction is not for recurring services or product and does not include sales that are processed via an installment plan.
2 (Chase) Recurring Transaction - Designates a transaction that represents an arrangement between an accountholder and the merchant where transactions are going to occur on a periodic basis.
3 (Chase) Installment Transaction - Designates a group of transactions that originated from a single purchase where the merchant agrees to bill the accountholder in installments.
4 (Chase) Deferred Transaction - Designates a transaction that represents an order with a delayed payment for a specified amount of time.
5 (Chase) Secure Electronic Commerce Transaction - Designates a transaction consummated via the Internet at a 3-D Secure capable merchant and the accountholder is fully authenticated. (e.g. 3-D Secure includes Verified by Visa, Mastercard Identity Check, American Express SafeKey and Discover ProtectBuy).
6 (Chase) Non-Authenticated Electronic Commerce Transaction - Designates a transaction consummated via the Internet at a 3-D Secure capable merchant that attempted to authenticate the accountholder using 3-D Secure (e.g. 3-D Secure includes Verified by Visa and Mastercard Identity Check). Verified by Visa, Mastercard Identity Check, American Express SafeKey and Discover ProtectBuy transactions in the event of: * A non-participating Issue * A non-participating accountholder of a participating Issuer * A participating Issuer, but the authentication server is not available
7 (Chase) Channel Encrypted Transaction - Designates a transaction between an accountholder and a merchant consummated via the Internet where the transaction includes the use of transaction encryption such as SSL, but authentication was not performed. The accountholder payment data was protected with a form of Internet security, such as SSL, but authentication was not performed. For Discover, indicates an e-commerce Card Transaction with data protection but not using ProtectBuy for Cardholder authentication.
8 (Chase) Non-Secure Electronic Commerce Transaction - Designates a transaction between an accountholder and a merchant consummated via the Internet where: * The transaction does not include the use of any transaction encryption such as SSL * Authentication is not performed * An accountholder certificate is not managed.
I (Chase) IVR Transaction (PINless Debit only) - Designates a transaction where the accountholder consummates the sale via an interactive voice response (IVR) system.
R (Chase) Retail Transaction - Designates a transaction where the accountholder was present at a merchant location.
telephone (Vantiv) The transaction is for a single telephone order.
mailorder (Vantiv) The transaction is for a single mail order transaction.
client_3ds_nonce The 3ds enriched nonce used for the card authorization.
payer_auth_reference_id Reference id for 3ds transaction session.
payer_auth_transaction_mode

The transaction mode identifies the channel from which the transactions are originated of Cybersource 3ds 2.0.

Allowed values:

proc_field_value Description
M MOTO
R Retail
S eCommerce
P Mobile Device
T Tablet
payer_auth_transaction_id Authentication Transaction id for 3ds authorization.
end_user_browser_accept_header Browser Accept Header that was used for placing an online order. Some examples might include 'text/html,application/xhtml+xml,application/xml ;q=0.9,*/*;q=0.8'.
end_user_browser_agent Browser that was used for placing an online order. Some examples might include "Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0".
end_user_browser_color_depth Browser color depth in bits per pixel. This should be obtained by using the browser's screen.colorDepth property. Accepted values: 1, 4, 8, 15, 16, 24, 32 or 48 bit color depth.
end_user_browser_java_enabled_ind Boolean value indicating if the shopper's browser is able to execute Java.
end_user_browser_language Browser supported language(as defined in IETF BCP 47). This should be obtained by using the browser's navigator.language property.
end_user_browser_screen_height Browser total height that was used for placing an online order.
end_user_browser_screen_width Browser total width that was used for placing an online order.
end_user_browser_timezone_offset_mins Time difference between UTC time and the shopper's browser local time, in minutes.
pa_3ds_completion_ind In Adyen, for 3DS v2.0 transaction, if the response of DDC is received within 10sec set this to 'Y', else set this to 'N'.
pa_3ds_trans_status In Adyen, for 3DS v2.0 transaction, if the response of Challenge Shopper is NOT received within 10mins set this to 'U', else set the value from Challenge shopper response.
pa_3ds_termination_url Termination url for 3DS transaction.
pa_machine_id HTTP cookie to be used in the HTTP header for Worldpay 3DS transaction.
sca_exemption_type Defines a exemption type indicator for 3D secure transactions. Depending upon the exemption reason, it can bypass Strong Customer Authentication. If a value is not entered, it will default to your client configuration settings. Please note that the values differ per processor. For a list of exemption types, please read our documentation. (values: -1 - Use client configuration settings for determining the exemption type. 0 - Transaction will be performed with no exemption. 1 - (Chase) Transaction will be performed with low value exemption.)
mandate_collection_method

Use this field to specify how the customer will authorize the mandate for direct debit collection. It is required for ACH, SEPA, and BACS. If the the mandate is collected online, the customer IP address and useragent must be collected and passed in the collection API. If offline, you must collect and maintain the authorization in your records. This is applicable for Stripe Payment Processor.

Allowed values:

proc_field_value Description
0 Offline - Default
1 Online
end_user_ip_address IP address that was used for placing an online order.
end_user_browser_agent Browser that was used for placing an online order. Some examples might include "Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0".
bank_acct_holder_type

The type of entity that holds the account. This is applicable for Stripe Payment Processor.

Allowed values:

proc_field_value Description
I This bank account belongs to an individual
C This bank account belongs to a company
kount_session_id kount_session_id is a unique identifier generated by Kount, a fraud prevention and risk management platform for Evertec.

Outputs

Name Type Length Required Description
order_no long 22 No

The unique identifier for an order in the context of an client_no and account_no.

transaction_id long   No

Note: This field is deprecated. Aria no longer supports transaction_id.

invoicing_error_code long   No

Note: This field is deprecated. Aria no longer supports invoicing_error_code.

invoicing_error_msg string   No

The text message associated with 'invoicing_error_code'

statement_error_cd long   No

Error code produced when statement generation has failed.

statement_error_msg string   No

The text message associated with 'statement_error_code'

proc_cvv_response string   No

The processor return code from CVV validation.

proc_avs_response string   No

Processor return code from address validation

proc_cavv_response string   No

The processors return code for security validation.

proc_status_code string   No

The processor status code

proc_status_text string   No

The processors status description

proc_payment_id string   No

The processor payment ID

proc_auth_code string   No

Authorization code provided by the issuing bank

proc_merch_comments string   No

Additional information passed to payment processor

proc_initial_auth_txn_id string 100 No

Transaction ID from payment processor. If received as part of an auth request, it must be retained for future settlement and match the value from the auth response. It should also be used for future recurring transaction auths/settlement.

invoice_no long   No

The Aria-assigned unique identifier of a given invoice.

error_code long   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

Description of any error that occurred. "OK" if there was no error.

total_charges_before_tax double   No

Total charges on this invoice before taxes are applied

total_tax_charges double   No

Total amount of taxes charged

total_charges_after_tax double   No

Subtotal combining the total pre-tax charges and the total taxes charged

total_credit double   No

Sum of all the credits on the invoice

cart_invoice_line_items object   No

All of the items on this order. If do_write was FALSE, these are the line items which would be on the eventual invoice

See fields below

tax_details object   No

Array of Tax details for this invoice.

See fields below

third_party_errors object   No

Errors from third-party systems like taxation engines are returned here. Aria-generated error codes are returned in the error_code and error_msg fields at the root level of the API return.

See fields below

proc_fraud_filtering_info object   No

Fraud Filtering Response returned from Payment processor.

See fields below

invoicing_error_code_2 long   No

The error code generated by Aria when Aria attempted to generate a invoice

threshold_billing_errors object   No

Errors that occurred while performing Threshold Billing and related calculations

See fields below

collection_error_code long   No

If a collection is attempted, returns the error code associated with the collection.

collection_error_msg string   No

The error message associated with collection_error_code.

proc_payment_response_field_list object   No

Payment response fields returned by the processor for further actions if any.

See fields below

collection_payment_method_no long   No

The payment method sequence no for the payment attempted during collection.

installment_schedule_info object   No

Installment schedule info array.

See fields below

cart_invoice_line_items fields

Name Type Length Required Description
line_no long   No

Sequential line item

service_no long   No

Service number shown on the invoice

service_name string   No

Service name shown on the invoice

service_is_tax_ind long   No

Whether or not this line item represents a tax charge

line_units double   No

Number of units of the service this line item represents

rate_per_unit double   No

Charge per unit

line_amount double   No

Subtotal for this particular line

description string   No

Long description of this line

date_range_start string   No

(Deprecated) The starting date range for this line item

date_range_end string   No

(Deprecated) The ending date range for this line item

usage_type_no long   No

If this line represents a usage-based charge, the client-defined usage type number this line represents

plan_no long 22 No

The unique plan ID associated with this line

plan_name string   No

The name of the plan associated with this line

client_service_id string 100 No

The client-defined Service ID shown in the invoice.

usage_type_cd string 100 No

An array containing usage_type_cd(s) to denote which usage type(s) to record.

client_plan_id string 100 No

Client-defined Plan ID associated with this invoice.

ref_charge_line_no long   No

The reference charge line number to indicate the item to which the discount applies.

po_num string 100 No

Purchase order number assigned to the account or plan instance.

bill_from_address_no long   No

Address sent as the bill-from address to the tax engine for tax calculations. Depending on the taxation configuration, this parameter may return the Aria-assigned unique identifier of the service location for the invoice line item. Note that service locations can be associated with a service for a given plan instance on an account, with an item (NSO) purchased as part of a one-time order, or with a service as defined in the product catalog.

ship_from_address_no long   No

Address sent as the ship-from address to the tax engine for tax calculations. Depending on the taxation configuration, this parameter may return the Aria-assigned unique identifier of the service location for the invoice line item. Note that service locations can be associated with a service for a given plan instance on an account, with an item (NSO) purchased as part of a one-time order, or with a service as defined in the product catalog.

bill_to_address_no long   No

Address sent as the bill-to address to the tax engine for tax calculations. This parameter will return the Aria-assigned unique identifier of the contact on the account used as the bill-to address for the invoice line item.

ship_to_address_no long   No

Address sent as the ship-to address to the tax engine for tax calculations. This parameter will return the Aria-assigned unique identifier of the contact on the account used as the ship-to address for the invoice line item.

nso_rate_schedule_no long   No

Note: This field is deprecated. Aria no longer supports nso_rate_schedule_no.

client_nso_rate_schedule_id string   No

Note: This field is deprecated. Aria no longer supports client_nso_rate_schedule_id.

rate_seq_no long   No

Tier number of this rate schedule.

rate_schedule_no long   No

Aria-assigned unique identifier for the rate schedule used to price this NSO/Surcharge.

client_rate_schedule_id string   No

Client-defined unique identifier for the rate schedule used to price this NSO.

line_type long   No

Specifies the type of charge or credit associated with this line item.

Allowed values:

Value Description
1 Recurring charge
2 Tax charge
3 Service credit
4 Coupon Credit
5 Activation Charge
6 Usage Charge
7 Recurring Arrears Charge
8 Order Charge
9 Surcharge
custom_rate_ind long   No

Identifies whether this is a custom rate. A value of 1 indicates that it is a custom rate (i.e., the item unit price is overridden at the time of order creation). A value of 0 indicates that it is a standard rate.

installment_term_no long   No

Aria assigned installment term no

installment_no long   No

Aria assigned installment schedule no

tax_details fields

Name Type Length Required Description
tax_detail_line long   No

Line number associated with each tax detail record.

seq_num long   No

The tax line on the invoice which includes the tax amount associated with this tax_detail_line.

taxed_seq_num long   No

The invoice line item for which the tax for this tax_detail_line was calculated.

debit double   No

Amount of tax applied for the given tax type.

tax_authority_level long   No

Tax jurisdiction code: 0 = Federal, 1 = State / Province.

tax_rate double   No

Rate at which tax is calculated for the tax type used by the tax engine.

orig_was_tax_inclusive long   No

Indicates whether or not the invoice line amount was tax inclusive.

tax_srv_tax_type_id string   No

Identifier of the tax type returned by the tax engine.

tax_srv_tax_type_desc string   No

Description of the tax type returned by the tax engine.

tax_srv_cat_text string   No

Category of the tax type returned by the tax engine

tax_srv_juris_nm string   No

Jurisdiction name returned by the tax engine

tax_srv_tax_sum_text string   No

Invoice summary text returned by the tax engine.

unrounded_tax_amt double   No

The amount multiplied by tax rate before rounding precision. Also referred to as raw tax amount. *Note: Aria internal tax rounding method set to invoice.

carryover_from_prev_amt double   No

The amount that is a carryover from previous unrounded tax amt. It is remainder and value can be positive or negative based on the previous remainder. *Note: Aria internal tax rounding method set to invoice.

before_round_adjusted_tax_amt double   No

The amount adjusted Tax before rounding precision. i.e. Sum of unrounded_tax_amt, and carryover_from_prev_amt. *Note: Aria internal tax rounding method set to invoice.

carryover_from_current_amt double   No

The amount that is a carryover from current unrounded tax amt. It is remainder and value can be positive or negative based on the previous remainder. *Note: Aria internal tax rounding method set to invoice.

tax_nominal_rate double   No

Nominal Rate returned by the tax engine.

third_party_errors fields

Name Type Length Required Description
error_class string   No  
error_code string   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

Description of any error that occurred. "OK" if there was no error.

proc_fraud_filtering_info fields

Name Type Length Required Description
proc_fraud_country_status string 100 No

Fraud country status provided by the Payment processor.

proc_fraud_country_code string   No

Fraud country code provided by the Payment processor.

threshold_billing_errors fields

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

Description of any error that occurred. "OK" if there was no error.

proc_payment_response_field_list fields

Name Type Length Required Description
proc_payment_response_field_name string 100 No

Field name of various response returned by the processor, example: micro_deposit_verify_url.

Allowed values:

Value Description
micro_deposit_verify_url The URL returned by the processor to share with the customer to validate their bank information and perform the micro deposits.
proc_payment_response_field_value string 4000 No

Field value for the corresponding payment response field, example: Actual URL to be used for the micro deposit verification.

installment_schedule_info fields

Name Type Length Required Description
installment_no long   No

Aria assigned installment schedule no.

seq_no long   No

Aria assigned seq schedule no.

notify_date string   No

Dates when customer will be notified of an installment.

due_date string   No

Due dates of when individual installment is due.

due_amount double   No

Amount due of each individual installment.

TOP
  • Was this article helpful?