The Update Payment Method API may be used to change payment method for recurring subscriptions

πŸ‘

When changing the payment method with 3ds authorization please follow this flow

  1. Call update-payment-method request with new payment details
  2. Store verification_id value returned together with verification_url
  3. Redirect the customer to verification_url
  4. Call update-payment-method again to confirm the change. Use stored "verification_id" in "payment_details" object
Language