Skip to main content
GET
/
api
/
paylinks
/
{code}
/
status
Check pay link payment status
curl --request GET \
  --url https://mag3nt.com/api/paylinks/{code}/status
{
  "status": "<string>",
  "confirmed_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

code
string
required

Response

200 - application/json

Status

status
string
confirmed_at
string<date-time> | null