Retrieve payment link
Use this method to retrieve information about a payment link.
To retrieve a payment link, you need its paymentLinkId. Our gateway returned the paymentLinkId in the response of the [Create Payment Link](https://docs.payroc.com/api/schema/payments/payment-links/create) method.
**Note:** If you don't have the paymentLinkId, use our [List Payment Links](https://docs.payroc.com/api/schema/payments/payment-links/list) method to search for the payment link.
Our gateway returns the following information about the payment link:
- **type** - Indicates whether the link can be used only once or if it can be used multiple times.
- **authType** - Indicates whether the transaction is a sale or a pre-authorization.
- **paymentMethods** - Indicates the payment method that the merchant accepts.
- **charge** - Indicates whether the merchant or the customer enters the amount for the transaction.
- **status** - Indicates if the payment link is active.
Path parameters
paymentLinkId
Unique identifier that we assigned to the payment link.
Headers
Authorization
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
Response
Successful request. Returns the payment link.
Multi-use link
OR
Single-use link