Get paylink by paylink Id

Get
/api/paylink/v1/paylinks/{paylink_id}

This endpoint gets details of a specific paylink using id.

Parameters

paylink_id (integer, required): id of the paylink.

Response Body

  • id (integer): The unique identifier of the paylink. 
  • amount (number): The amount associated with the paylink. 
  • description (string): The description or details of the paylink. 
  • status (string): The status of the paylink, such as:
    • active
    • inactive
  • expiry_date (string): The expiry date of the paylink. 
  • created_at (string): The date and time when the paylink was created. 
  • updated_at (string): The date and time when the paylink was last updated.
Security
HTTP
Type bearer
Header parameters
Authorization
string
ExampleBearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c
Path parameters
paylink_id
stringRequired
Responses
200

Successful response