These docs are for v2.0. Click to read the latest docs for v2.1.

Add Adyen payment details

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.

Body example

{
  "paymentMethodId": 123456789,
  "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!