- Inputs passed to this API call will override any fraud options that you specified in your payment gateway, collection group, or Direct Post settings, unless stated otherwise below.
- This API call does not support $0 authorizations. If you require $0 authorizations, you should use validate_payment_information_m.
authorize_electronic_payment_m Guide
Authorizes a credit card for a specified amount. Please note: This API call does not collect a payment.
API Specification: |
|
Required Fields: |
|
Error Codes: |
authorize_elecronic_payment_m Error Messages |
Additional Guidance
Input Fields
Field Name | Notes |
---|---|
<amount> |
To authorize a tokenized credit card:
You can use the <recurring_processing_model_ind> field only for payment methods for which your payment gateway supports Cardholder Initiated Transaction?s (CIT) and Merchant Initiated Transactions (MIT). Please contact your payment gateway representative for more information. |
<fraud_filter> |
To use fraud filtering, you must have it enabled and configured in your payment gateway. Contact your payment gateway representative for setup information and additional documentation.
|
<transaction_type> |
This field applies to credit cards and tokenized credit cards. If you don't pass a value into this field, it will default to -1 (use client configuration settings). The value that you pass into this field will override the Recurring Options that you set in the Aria application under:
Currently, only Chase Paymentech and Vantiv support this field. Other payment gateways might not honor all of the allowable values for this field. You will need to check your payment gateway documentation for confirmation. Aria will use this order of precedence to determine the transaction type:
|
Output Fields
Field Name | Notes |
---|---|
<proc_3dsecure_data> |
Not all values for this field apply to all payment gateways. In addition, not all payment gateways support 3DS. The payment gateways documentation identifies payment gateways that support 3DS. Please contact your payment gateway representative for more information about which version of 3DS is supported and other details. |
Allowable Values
Input Fields
Field Name | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<bank_acct_type> |
The type of bank account being used. Allowable values:
|
||||||||||||||||||||||||||||
<record_cc_on_auth_failure> |
If passed, and 'false', and the authorization fails, the card is added to the account with disabled_ind to 1 to indicate the card is disabled. Allowable values:
|
||||||||||||||||||||||||||||
<cc_id> |
A numeric code indicating the type of card. Allowable values:
|
||||||||||||||||||||||||||||
<fraud_filter> |
Allowable values:
|
||||||||||||||||||||||||||||
<fraud_filtering_enabled> |
Indicates whether to send a request to the processor for fraud filtering information. If you set it to 0 (disable), then Aria will ignore all other fraud filtering fields. Allowable values:
|
||||||||||||||||||||||||||||
<change_status_on_fraud_filtering_failure> |
Indicates whether to change the status of the account or master plan instance(s) if:
Set it to 1 (true) if you want to change the status. Set it to 0 (false) if you do not want to change the status. Allowable values:
|
||||||||||||||||||||||||||||
<change_status_on_fraud_filtering_review> |
Indicates whether to change the status of the account or master plan instance(s) if fraud_filtering_enabled is set to 1 (enable). Set it to 1 (true) if you want to change the status. Set it to 0 (false) if you do not want to change the status. Allowable values:
|
||||||||||||||||||||||||||||
<change_mp_status_on_fraud_filtering_cc_prefix_failure> |
Indicates whether to change the status of the master plan instance(s) if the purchase transaction failed the fraud filtering check for the credit card prefix. Set it to 1 (true) if you want to change the status. Set it to 0 (false) if you do not want to change the status. (applies to Direct Post) Allowable values:
|
||||||||||||||||||||||||||||
<change_mp_status_on_fraud_filtering_cc_number_failure> |
Indicates whether to change the status of the master plan instance(s) if the purchase transaction failed the the fraud filtering check for the credit card number. Set it to 1 (true) if you want to change the status. Set it to 0 (false) if you do not want to change the status. (applies to Direct Post). Allowable values:
|
||||||||||||||||||||||||||||
<change_mp_status_on_fraud_filtering_cc_issuing_country_failure> |
Indicates whether to change the status of the master plan instance(s) if the purchase transaction failed the fraud filtering check for the credit card issuing country. Set it to 1 (true) if you want to change the status. Set it to 0 (false) if you do not want to change the status. (applies to Direct Post) Allowable values:
|
||||||||||||||||||||||||||||
<change_mp_status_on_fraud_filtering_cc_issuing_country_suspect> |
Indicates whether to change the status of the master plan instance(s) if the fraud filtering check for the credit card issuing country returned a "suspect" value. Set it to 1 (true) if you want to change the status. Set it to 0 (false) if you do not want to change the status. (applies to Direct Post) Allowable values:
|
||||||||||||||||||||||||||||
<perform_marketing_insights_inquiry> |
Returns marketing information if your payment processor support is and is configured in Aria. Allowable values:
|
||||||||||||||||||||||||||||
<perform_balance_inquiry> |
When supported, this will provide a balance inquiry that reflects the current balance for prepaid cards and gift cards. Allowable values:
|
||||||||||||||||||||||||||||
<perform_card_type_detail_inquiry> |
This feature will return marketing information if your payment processor supports it and configured in Aria. Allowable values:
|
||||||||||||||||||||||||||||
<recurring_process_model_ind> |
Defines a recurring payment type for Credit Card and Tokenized Credit Cards. Allowable values:
|
||||||||||||||||||||||||||||
<attempt_3d_secure> |
This will manually trigger a 3DSecure check if the payment gateway/processor supports this feature (must be set to True for Worldline/Ingenico). To perform 3DS authentication, follow the instructions provided in the authorize_3dsecure_m API documentation.. Allowable values:
|
||||||||||||||||||||||||||||
transaction_type |
Allowable values:
|
||||||||||||||||||||||||||||
<payer_auth_transaction_mode> |
The transaction mode identifies the channel from which the 3DS transactions are originated. Allowable values:
|