> ## Documentation Index
> Fetch the complete documentation index at: https://docs.creptapay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Payment by Reference

Retrieve payment status and details using a transaction reference. This is a public endpoint that does not require an API key.

## Request authentication

This endpoint requires a **Public Key** (`pk_...`) passed in either the `x-api-key` header or as a Bearer token in the `Authorization` header.

## Path parameters

<ResponseField name="reference" type="string" required>
  The unique transaction reference of the payment.
</ResponseField>
