Skip to main content
GET
Show payment link

Response

Payment link details

id
string
required
Example:

"lnk_abc123"

status
enum<string>
required
Available options:
draft,
open,
paid,
expired
Example:

"open"

active
boolean
required
Example:

true

type
enum<string>
required
Available options:
payment,
approval,
basic-subscription,
advanced-subscription,
order,
mandate,
debit
Example:

"payment"

description
string
required
Example:

"Monthly subscription - Pro plan"

currency
enum<string>
required
Available options:
EUR
Example:

"EUR"

created_at
string
required
Example:

"2025-01-15 10:30:00"

url
string
required
Example:

"https://rcur.nl/pay/lnk_abc123"

amount
string
Example:

"29.95"

first_amount
string | null
Example:

"14.95"

interval
enum<string> | null
Available options:
week,
month,
quarter,
year
Example:

"month"

times
integer | null
Example:

12

trial_interval
string | null
Example:

"14 days"

reminder_at
string | null
Example:

"2025-02-01 09:00:00"

redirect_url_paid
string | null
Example:

"https://example.com/thank-you"

redirect_url_failed
string | null
Example:

"https://example.com/failed"

expires_at
string | null
Example:

"2025-06-01"

customer
object
subscription
object