links
object that contains links to any referenced refunds or reversals that are related to the payment.
The following example response contains links to two refunds related to the payment.
"links": [{"rel": "refund","method": "get","href": "https://api.payroc.com/v1/refunds/CD3HN88U9F"},{"rel": "refund","method": "get","href": "https://api.payroc.com/v1/refunds/FPU8P48WN8"}]
links
object with HATEOAS links to the next page and previous page of a paginated list of payments.
{"links": [{"rel": "next","method": "get","href": "<https://api.payroc.com/v1/payments?processingTerminalId=1001&limit=2&after=CW4BA4MUH0>"},{"rel": "previous","method": "get","href": "<https://api.payroc.com/v1/payments?processingTerminalId=1001&limit=2&before=IFA1T74OBS>"}]}