---
title: "Validates a payment method after 3D Secure authentication"
method: POST
path: "/v1/stripe/payment-methods/validate"
tags: ["Payment"]
---

# Validates a payment method after 3D Secure authentication

`POST /v1/stripe/payment-methods/validate`

Completes the validation process for a payment method that required 3D Secure authentication. This endpoint should be called after the user completes the 3D Secure challenge.

## Request body

- object
  - `data` object, required
    - `paymentMethodId` string, required
    - `paymentIntentId` string, required

## Response `200`

Payment method validated successfully

- object
  - `success` boolean, required

## Changes

- **2026-06-19** `a9b22943fe9c` — 1 info
  - endpoint added
- **2026-06-17** `b1975c50c4ba` — 1 breaking
  - api path removed without deprecation
- **2026-05-07** `967c41f60844` — 1 info
  - api operation id `validatePaymentMethod` removed and replaced with ``

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/stripe/payment-methods/validate/post.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
