Add Adyen payment details [Legacy]

Use this method to add Adyen payment details, so that new payment details can be used for recurring payments.

Example use cases: a customer updates a card or wants to switch payment method to a card. For more information, see the docs.

WARNING:
This is a legacy endpoint. For new integrations, please use /connectors/adyen/payment-details (see Adyen Payment Setup for more information). For legacy integrations, please see the migration guide.

Body example

{
  "paymentMethodId": 123456789,
  "customerIP": "111.111.11.1",
  "card": {
    "type": "scheme",
    "encryptedCardNumber": "adyenjs_0_1_25...",
    "encryptedExpiryMonth": "adyenjs_0_1_12..",
    "encryptedExpiryYear": "adyenjs_0_1_09...",
    "encryptedSecurityCode": "adyenjs_0_1_34..."
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!