Adyen - Cards

This page presents all information related to the Adyen connection using Cards as payment. Use the following buttons to navigate to the desired section.

Connecting with Yuno

Mandatory fields when integrating via Yuno:

No mandatory fields are required. However, the provider may request additional fields according to the merchant or to improve the approval rate.

General information

Countries:

Australia-flag
Australia
Austria-flag
Austria
Belgium-flag
Belgium
brazil-flag
Brazil
Bulgaria-flag
Bulgaria
Cyprus-flag
Cyprus
Czechia-flag
Czechia
Denmark-flag
Denmark
Estonia-flag
Estonia
finland-flag
Finland
France-flag
France
Germany-flag
Germany
Gibraltar-flag
Gibraltar
Greece-flag
Greece
Hong Kong-flag
Hong Kong
Hungary-flag
Hungary
Iceland-flag
Iceland
Ireland-flag
Ireland
Italy-flag
Italy
Latvia-flag
Latvia
Liechtenstein-flag
Liechtenstein
Lithuania-flag
Lithuania
Luxembourg-flag
Luxembourg
Malta-flag
Malta
Mexico-flag
Mexico
Monaco-flag
Monaco
Netherlands-flag
Netherlands
Denmark-flag
Denmark
Norway-flag
Norway
Poland-flag
Poland
Portugal-flag
Portugal
Romania-flag
Romania
Singapore-flag
Singapore
Slovakia-flag
Slovakia
Slovenia-flag
Slovenia
Spain-flag
Spain
Sweden-flag
Sweden
Switzerland-flag
Switzerland
United Kingdom-flag
United Kingdom
United States-flag
United States

Currencies:

EUR, AUD, BGN, BRL, CHF, CZK, DKK, GBP, GIP, HKD, HUF, ISK, CHF, MXN, NOK, PLN, RON, SEK, SGD, USD

Payment methods:

credit_card
Credit card
credit_card
Debit card
Apple Pay
Apple Pay
Google Pay
Google Pay

Minimum amount:

No limit.

Maximum amount:

No limit.

TRX limit:

No limit.

Support of international BIN:

Yes

Activation of functionality:

Must be configured merchant-account level.

TRX without CVV:

Yes

Purchase TRX in 1-Step:

Yes

Purchase TRX in 2-Step:

By default, all card payments are captured immediately after authorisation. Alternatively, you can set up a capture delay, or use manual capture.

Support for recurrency:

Yes

Particularities:

Tokenization.

Webhooks:

Yes

Captures

Partial capture:

Yes, not supported in CARNET card in MX.

Multiple captures:

Yes, not supported in CARNET card in MX, Elo card in BR and Hipercard BR.

Maximum time to capture an authorization:

Set by merchant, the issuer decides if the auth will still be available.

Captures over the amount of authorization:

No

Refunds

Refund support:

Yes, not supported in CARNET card in MX.

Partial refunds:

Yes, not supported in CARNET card in MX.

Multiple refunds:

Yes

Time to request refund:

30 days.

Time to process refund:

Standard is 2 days, depends on issuer connection.

Voids

Void support:

Supported when Delayed capture or Manual capture is set up.

Void to authorization:

Yes

Void to refund:

No

Installments

Capability to define the installments when creating the payment:

Yes

GET endpoint available for retrieving the permitted BIN for the installments:

No

Possibility to choose who will be responsible for financing the installments:

No

Conditions or restrictions:

  • The number of installments you can offer to the shopper are any on Brazil and 3, 6, 9, 12 or 18 monthly installments in Mexico.
  • For installment purchases made in Mexico or Turkey, you will receive the funds in full when the first installment is settled. You will be charged an additional fee by card schemes for installment purchases.
  • In Brazil, you receive funds for each installment as it is settled. There is a settlement delay of 30 days.We also offer advancements if you need funds sooner. There is an additional fee for this service.

Deferral date availability:

Yes

Grace period:

No

Minimum number of Installments (#months):

Mexico: 3
Brazil: Any

Maximum number of Installments (#months):

Mexico: 18
Brazil: Any

Chargebacks

Notifications of chargebacks:

Yes

Defined period to make a chargeback:

Usually have up to 120 days after purchase to dispute a charge, though some card schemes allow up to 365 days.

Endpoint for disputes:

Yes

Maximum time to dispute a chargeback (provide evidence):

Visa: 18 days.
Mastercard: 40 days.
American Express: 14 days.
Diners: 25 days.

Security

Address verification service:

Yes. AVS is supported for card payments with Visa, Mastercard, Discover or American Express ( using AVS is not mandatory for you as a merchant).

Support for 0Auth:

Yes

E3DS v2:

Yes. Not supported in CARNET card in MX, Elo card in BR, Hipercard in BR.

Testing guidelines for sandbox environment

Necessary fields for testing:

Account Code, API key.

Test cards:

Brazil:
Card Card Number Issuing Country Expiry date CVE/CVV2/CVC3
Elo 5066991111111118 BR 03/2023 737
Hipercard 6062828888666688 BR 03/2023 737
Visa Electron 4001020000000009 BR 03/2023 737

Mexico:
Card Card Number Issuing Country Expiry date CVE/CVV2/CVC3
Visa (Fleet Debit) 4607000000000009 MX 03/2023 737

Limitations/Specifications for testing:

When you make a test payment with these card details you'll receive a resultCode of Authorised.

To test how your integration responds to other payment scenarios, such as refused or invalid payments, see Result code testing.

Integration configuration

Credentials and steps to obtain them:

Generate an API key
To generate an API key, you must have one of the following user roles: Merchant admin role, Manage API credentials.
  1. Log in to your Customer Area.
  2. Go to Developers > API credentials, and select the API credential username for your integration, for example ws@Company.[YourCompanyAccount].
  3. Under Server settings > Authentication select the API key tab.
  4. Select Generate API key.
  5. Select the copy icon and store your API key securely in your system.
  6. Select Save changes.
When you switch to your live environment, you must generate a new API key in your live Customer Area.

Dashboard configuration:

  1. Log in to dashboard.y.uno.
  2. Click Connections and then select Adyen.
  3. Click Connect.
  4. Introduce Name, Account Code and API Key.
  5. Click Connect

Configuration of webhooks in partner:

  1. Log in to Adyen dashboard.
  2. Select the merchant account you want to enable notifications.
  3. Navigate to Developers and then Webhooks.
  4. Navigate to Recommended webhooks and Standard notification.
  5. Select Add and enable the notification.
  6. Select Edit and type the following values for each field:
    1. URL for test mode: https://sandbox.y.uno/adyen-webhook/v1/confirmations
    2. URL for live mode: https://prod.y.uno/adyen-webhook/v1/confirmations
    3. Method: JSON
    4. Encryption Protocol: TLSv1.2
  7. Select Apply and Save changes.

Production environment

Specific procedure for a merchant to go live:

The setup from your test Customer Area is not copied over to your live Customer Area, so you need to configure live settings for:
  • Account
  • Finance
  • Risk and compliance
  • API communication
  • Notification webhooks
After you have configured your live Customer Area, test your integration by making real payments.