---
title: 2021: Payment request not found | API Docs
description: No payment request with that ID exists on your account.
---

No payment request with that ID exists on your account. This is an HTTP 404 error.

## Troubleshooting

- Verify the ID against `GET /v3/payment_requests` — it is the `id` from the create response, not the Stripe checkout session
- A payment request belonging to another account returns this same `404` rather than a `403`, so it never reveals whether the ID exists elsewhere

## Related

- [Sending Payment Links](/guides/payments/sending-payment-links/index.md)
- [API reference: Payment Requests](/api/resources/payment_requests/index.md)
- [Error Codes](/error/index.md)
