Retrieve a Payment Link
Retrieve a payment link and its current state by Meridian id.
Authorizations
Meridian HMAC header authentication.
Required headers:
- X-Meridian-Api-Key
- X-Meridian-Timestamp
- X-Meridian-Signature
X-Meridian-Signature is the HMAC SHA-256 signature of the canonical request string, computed per request as HMAC-SHA256(apiKey + timestamp + method + request URI including any query string + body). See Authentication for how to construct it.
Headers
API key issued by Meridian during provisioning.
Current time in milliseconds since the Unix epoch. Must be within 10 seconds of the request.
Path Parameters
Meridian id of the payment link.
Response
Retrieved data
A payment link and its current state.
Unique id of the payment link.
ISO-8601 timestamp (UTC) when the payment link was created.
ISO-8601 timestamp (UTC) when the payment link was last updated.
Non-guessable, URL-safe token that uniquely identifies the payment link and is exposed in payment URLs.
Current status of the payment link.
ACTIVE, PROCESSING, FAILED, INACTIVE, EXPIRED, LOCKED, ARCHIVED, COMPLETED ISO-8601 timestamp (UTC) by which the payment link must first be accessed. If it is not accessed by this time it expires and becomes invalid. The expiry window is set in the merchant configuration.
Unique identifier of the merchant that owns the payment link.
How the payment link handles recurrence.
SINGLE, RECURRING, VARIABLE Human-readable label for the payment link.
ISO-4217 currency code the merchant is paid out in.
EUR, USD, GBP, PHP, MXN, ZAR, USDC_ETH, USDC_SOL, USDT_ETH, USDT_SOL ISO-4217 currency code debited from the payer.
EUR, USD, GBP, PHP, MXN, ZAR, USDC_ETH, USDC_SOL, USDT_ETH, USDT_SOL Number of payment attempts initiated for the payment link.
Meridian user id of the payer who attempted payment on this link, when one has.
Optional detail about the current status of the payment link.
Unique reference defined by the merchant to identify the payment link. Not shown to customers on single payment links.
Optional human-readable description for the payment link.
Amount collected per charge, returned as a decimal string such as "100.50". Null for VARIABLE links whose amount has not been set yet.
Pre-calculated date of the next scheduled payment.
Date the most recent payment attempt was initiated for the payment link.
Start date from which the payment link can be paid. Payments are not allowed before this date.
End date after which the payment link can no longer be paid.
Number of installments the payer will be charged.
Key-value map of custom fields defined by the merchant.
Auto pays set up by the payer to automatically collect payments on recurring links. Empty when none are configured.