Retrieve a pay link
GET/api/v1/stores/:storeId/payment-requests/:id
Returns the details of a single pay link by its id.
Use this to check the current status (Pending, Settled, Expired, Archived)
or to display the pay link details in your own UI.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully retrieved the pay link
Bad request. Invalid input.
Unauthorized.
Payment request doesn't exist.
Unexpected error.