Skip to main content
GET
/
v2
/
payment
Display list of payments
curl --request GET \
  --url https://api.sandbox.finsei.com/v2/payment \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": [
    {
      "status": "<string>",
      "data": {
        "paymentId": "<string>",
        "status": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

expand
enum<string>[]
Available options:
wallet,
beneficiary
type
enum<string>
Available options:
debit,
credit
counterpartyName
string
counterpartyIban
string
walletId
integer
status[]
enum<string>[]
Available options:
new,
process,
completed,
rejected,
canceled,
draft,
compliance
createdFrom
integer

Response

List of payments

status
string
data
object[]