Skip to main content
GET
/
v1
/
pay
/
link
/
:id
cURL
curl --request GET \
  --url https://api.fiber.so/v1/pay/link/:id
{
  "id": "ad1db6ed-32ea-4054-ba0b-7df45665bc9c",
  "address": "0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97",
  "link": "https://pay.fiber.so/ad1db6ed-32ea-4054-ba0b-7df45665bc9c",
  "status": "pending",
  "acceptedTokens": [
    {
      "chainId": 1,
      "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
      "symbol": "USDC",
      "name": "USD Coin"
    }
  ]
}

Path Parameters

id
string
required

The ID of the payment link to get

Response

Payment link found

id
string

The ID of the payment link

Example:

"ad1db6ed-32ea-4054-ba0b-7df45665bc9c"

address
string

The address to send the payment to

Example:

"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"

The link to the payment page

Example:

"https://pay.fiber.so/ad1db6ed-32ea-4054-ba0b-7df45665bc9c"

status
enum<string>

The status of the payment link

Available options:
completed,
pending
Example:

"pending"

acceptedTokens
object[]

The assets that are accepted for the payment link