---
title: "Resend Checkout"
method: POST
path: "/checkout/resend"
tags: ["Checkout"]
---

# Resend Checkout

`POST /checkout/resend`

Resend the checkout notification to the user.

## Request body

- ResendCheckoutRequest
  - `checkout_id` string, required — The checkout_id (or token) generated from your client.

## Response `200`

HTTP 200 OK

## Other responses

- `400` — HTTP 400 Bad Request
- `401` — HTTP 401 Unauthorized
- `404` — HTTP 404 Not Found

---

[API](https://skmtc.net/affirm/apis/merchant-transaction-api.md) · [All operations](https://skmtc.net/affirm/apis/merchant-transaction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affirm/merchant-transaction-api/versions/f2f4252c946f/schema)
