Methods
Alternate Payment Methods
Notes:
|
Cards
|
Methods
Alternate Payment Methods
Notes:
|
Cards
|
The Adyen Account Updater has been enhanced to support both credit card (pay method = 1) and tokenized credit card (pay method = 13) transactions.
This includes the following status enhancements:
Record Status | Pay Method = 1 | Pay Method = 13 |
CardExpiryChanged | To update new expiration month and year | To update new expiration month and year |
PANChanged (Primary Account Number) |
No change – Customer needs to provide the new card info in Aria |
|
A new Email template class has been introduced (message class C3) called "Credit Card Update Required." This notifies the account holder that their account number has changed and no longer matches the credit card on file.
For more information on Email template classes, please click here.
Two events have been added in support of the Adyen Account Updater (under the Account Notifications class). They are:
Event Name | Description |
Account Message Type “Credit Card Update Required” Requires Sending | System determination that account message type “Credit Card Update Required” requires sending. |
Message Type “Credit Card Update Required” Sent to Account Holder | Account message type “Credit Card Update Required” was sent to account holder. |
To view events in the Account Notifications class, please click here.
Adyen now supports Apple payment methods for recurring payments, including the ApplePay payment method (38) and the new Tokenized ApplePay payment method (47). When an ApplePay indirect payment takes place outside of Aria, the payment is recorded using the record_alternative_payment API. Once the external payment is recorded, Aria performs a capture request and receives the respective notification (a more detailed process flow appears below).
You must enter the following input values using the record_alternative_payment API to enable this feature:
Input | Description |
<acct_no> | The Aria account number. |
<reference_code> (proc_payment_id) | Adyen's pspReference of the external ApplePay authorization response. |
<payment_amount> | The amount authorized in the ApplePay authorization. |
<processor_id> | 34 (Adyen processor ID). |
<pay_method> |
|
<statement_no> | The Aria account statement number. |
<payment_auth_received> | 1 (indicates that the ApplePay payment is authorized). |
<proc_payment_method_id> | The shopperReference input used in the ApplePay authorization created outside of Aria (it is recommended that you use the Aria account number in the shopperReferece to Adyen). |
To utilize the ApplePay and Tokenized ApplePay payment methods within your Aria integration, you must follow these steps:
Note: You must configure Webhook notification in your Adyen payment portal for Aria to receive Adyen’s asynchronous notification, update the proper/final status capture request, and create an Aria payment transaction.