Invincible Pay
Frontend

Get payment link details

Endpoint used by our Payment Links page to fetch useful information in one request.

GET
/v1/frontend/payment-link/{payment_link_id}/expanded

Path Parameters

payment_link_id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.invinciblepay.com/v1/frontend/payment-link/string/expanded"
{
  "amount": "string",
  "currency": "CAD",
  "description": "string",
  "etransferEmail": "string",
  "expiresAt": 0,
  "receiverName": "string",
  "reference": "string",
  "status": "pending"
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}