The Update Payment Method API allows you to change the payment method for recurring subscriptions.

👍

Changing the Payment Method with 3D Secure Authorization

To update the payment method with 3D Secure authorization, follow these steps:

  1. Call update-payment-method API with the new payment details.
  2. Store the verification_id and verification_url returned in the response.
  3. Redirect the customer to the verification_url for authentication.
  4. After verification, call update-payment-method again to confirm the change, including the stored verification_id in the payment_details object.
Language