Features
Refunds
Tokenization
Recurring Payments
GET/v1/links/{link_id}

link_id

string
required

Identificador de link de pago. Los identificadores comienzan con el prefijo `pl-`

example

Responses

200

200

{
  "id": "example_string",
  "url": "example_string",
  "status": "example_string",
  "type": "example_string",
  "amount": {
    "value": 123,
    "currency": "example_string"
  },
  "merchant_id": "example_string",
  "merchant_name": "example_string",
  "currency": "example_string",
  "description": "example_string",
  "expires_at": "example_string",
  "metadata": {
    "customer_id": "example_string",
    "order_id": "example_string"
  },
  "created_at": "example_string"
}
Log in to use your API keys with Try It!
REQUEST
123