Skip to main content
GET
/
api
/
v1
/
payments
Get Payment Instructions
curl --request GET \
  --url https://api.plais-sandbox.finventi.com/api/v1/payments
{
  "repository": {}
}

Query Parameters

date_from
string<date-time>
date_to
string<date-time>
status
enum<string>
Available options:
UNPROCESSED,
CONFIRMED,
REJECTED
pageable
string
required

Paging options. e.g. /api/v1/payments?page=0&size=25&sort=createdAt,DESC

Response

Returned payment instructions list

repository
object