---
title: "Retry Payment Check"
method: POST
path: "/v1/integrations/whatsapp/profile/{profile_id}/retry-payment-check"
tags: ["Integrations", "WhatsApp"]
---

# Retry Payment Check

`POST /v1/integrations/whatsapp/profile/{profile_id}/retry-payment-check`

Retry sending a test message to verify that a payment failure has been resolved.
If the test message is accepted by Meta, the payment failure flag is cleared
and all phones are re-activated.

## Path parameters

- `profile_id` string, uuid, required

## Response `200`

Successful Response

- RetryPaymentCheckResponse
  - `Success` boolean, required
  - `Message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
