Enhancements and fixes to Aria functionality for this release are described below.
3/27/2017
Java 7.0
1024 x 768 or higher
This feature adds SEPA Tokenized Direct Debit as a supported payment method for the Ingenico payment gateway.
Note: The API portion of this change was implemented as part of Ingenico Payment Gateway Adds Tokenized SEPA Direct Debit as a Payment Method - API (DEV-8093).
This payment method requires that the account holder sign a mandate before it can be implemented. Payments can only be made with SEPA Tokenized Direct Debit after the mandate has been approved with the record_mandate_approval_m API. It is the client's full responsibility to ensure that the end user signs a paper mandate that verifies that this electronic mandate is valid. Neither Aria or the payment gateway can intervene if the end user disputes signing the mandate later.
The client must collect in the account's currency, which must be a currency supported by SEPA Direct Debit.
Because this payment method requires setting up the client mandate in advance, it is not available as an alternative one-time payment method when creating orders.
If the payment status for a SEPA Direct Debit payment returns as “PENDING_APPROVAL”, you must approve the payment on the Ingenico website after a mandate has been signed. You cannot approve the mandate and resubmit the payment using the Aria U Isince Ingenico does not currently provide an update capability via APIs.
When you add SEPA Direct Debit to an account as a payment method, there are additional fields you must specify.
Getting Here:
Click Accounts > Create an account > Add a plan > Payment Method
or
Click Accounts > Select an account > Plans > Select a plan > Primary Payment Method or Secondary Payment Method
When you select Tokenized Direct Debit with the account assigned to the Ingenico payment gateway, you see the following options:
This feature adds support for SEPA Direct Debit as a payment method for the Ingenico payment gateway.
A new API, record_mandate_approval_m, that supports the SEPA Direct Debit payment method that is being added to the Ingenico payment gateway with this release.
This API electronically verifies that the end user (Aria account holder) has physically signed a SEPA Direct Debit mandate. Payments can only be made with SEPA Tokenized Direct Debit after the mandate has been approved with this API. It is the client's full responsibility to ensure that the end user signs a paper mandate that verifies that this electronic mandate is valid. Neither Aria or the payment gateway can intervene if the end user disputes signing the mandate later.
The client must collect in the account's currency, which must be a currency supported by SEPA Direct Debit.
Because this payment method requires setting up the client mandate in advance, it is not available as an alternative one-time payment method when creating orders.
If the payment status for a SEPA Direct Debit payment returns as “authorized” in the output of the APIs that create or retrieve a tokenized SEPA DD payment, you must approve the payment on the Ingenico website after a mandate has been signed. You cannot approve the mandate and resubmit the payment using Aria APIs since Ingenico does not currently provide an update capability via APIs.
The following APIs have been modified to support SEPA DD.
The following fields have been added
Field Name | Field Type | Description |
---|---|---|
bill_agreement_id | String | Unique ID of the bill agreement (also referred to as a token). |
mandate_id | String | Unique ID of the mandate returned for Direct Debit and Tokenized Direct Debit payment methods. |
Stage Current
US | https://secure.current.stage.ariasystems.net/api/Advanced/wsdl/10.1/complete_m-doc_literal_wrapped.wsdl |
EUR | None |
Stage Future
Production
US | https://secure.ariasystems.net/api/Advanced/wsdl/10.1/complete_m-doc_literal_wrapped.wsdl |
EUR | https://secure.prod.cph.ariasystems.net/api/Advanced/wsdl/10.1/complete_m-doc_literal_wrapped.wsdl |
Stage Current
US | https://secure.current.stage.ariasystems.net/api/AriaQuery/wsdl/10.1/integration_services_m-doc_literal_wrapped.wsdl |
EUR | None |
Stage Future
Production