- Plaid Link—Customers link their bank account through Plaid, and the resulting token is used to process the payment. Adyen only processes Plaid-linked payments for ACH Direct Debit accounts.
- Direct bank details—You provide raw bank account details directly via the API. This flow supports ACH, SEPA, and BACS schemes. See Direct bank payments for details.
Setup
Please follow the common Adyen instructions to get set up with Adyen. Next, make sure to enable the relevant bank payment methods (ACH, SEPA, or BACS) on your configured Adyen account. The following additional settings are available.- Force direct bank details—When enabled, the system skips attempting to exchange a Plaid processor token with Adyen and instead fetches raw bank details (account number, routing number, IBAN, or sort code) from Plaid directly. This saves an API call per payment and is useful when you prefer to always process with raw bank details. This setting has no effect on transactions that already use the direct
bankpayment method.
Prerequisites
To use bank payments via Adyen, you must have:- Adyen bank payments enabled: The relevant bank payment method (ACH, SEPA, or BACS) must be enabled in your Adyen account
- Plaid configured: For Plaid-linked payments, set up Plaid in your Gr4vy dashboard to handle bank account linking
Supported countries
Adyen supports transactions from buyers in the following countries:| Country code | Country code | Country code | Country code | Country code | Country code | Country code | Country code |
|---|---|---|---|---|---|---|---|
AT | BE | BG | CY | CZ | DE | DK | EE |
ES | FI | FR | GB | GR | HR | HU | IE |
IT | LT | LU | LV | MT | NL | PL | PT |
RO | SE | SI | SK | US |
Supported currencies
Adyen supports processing payments inEUR, GBP, and USD.
Limitations
Refunds
Partial refunds are not supported for unsettled bank transactions. If you need to refund a bank transaction before it has settled, you must refund the full transaction amount. Once a transaction has settled, partial refunds become available.Payment methods
This connector supports bank accounts linked through Plaid (ACH, SEPA, and BACS) and direct bank account details submitted via the API. See Direct bank payments for the direct integration flow.Usage
You can create bank payments via Adyen using either Plaid Link or direct bank details.Option 1: Plaid Link
First, use Plaid Link to securely connect the customer’s bank account. See the Plaid integration guide for detailed instructions on implementing Plaid Link. When the customer successfully links their account, you’ll receive apublicToken and account metadata from Plaid.
Use the publicToken from Plaid to create a transaction that is processed through the Adyen bank connector.
method- Set toplaidto indicate a Plaid-linked bank accounttoken- The public token received from Plaid Linkaccount_id- Optional. The specific account ID from Plaid metadata if the customer linked multiple accountspayment_service_id- The UUID of your Adyen bank connection (found in Gr4vy dashboard)
Option 2: Direct bank details
Submit raw bank account details directly via the API. Setmethod to bank and scheme to the appropriate value (ach, sepa, or bacs).
The following example uses the ach scheme. For SEPA, replace the scheme with sepa and provide the IBAN as the account_number. For BACS, replace the scheme with bacs and provide the sort code as the routing_number.
Testing
In a test environment, you can use Plaid’s sandbox mode along with Adyen’s test environment:- Configure Plaid with sandbox credentials
- Use Plaid’s test credentials to link a test bank account
- Process test transactions through Adyen’s sandbox