Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "meta": {
        "status": "SUCCESS"
    },
    "data": {
        "id": 5,
        "senderIban": "SK7002000000004565867451",
        "status": "FINISHED",
        "name": "bulk-payment",
        "dueDate": "2023-12-07T12:22:30.659Z",
        "payerName": "John Doe",
        "allPaymentsCount": 2,
        "authorizationPaymentsCount": 2,
        "authorizedPaymentsCount": 2,
        "totalAmount": 2.87,
        "currency": "EUR",
        "createdAt": "2023-12-07T12:22:30.748+00:00",
        "updatedAt": "2023-12-07T12:23:42.113+00:00",
        "payments": [
            {
                "id": "13",
                "amount": 1.44,
                "currency": "EUR",
                "reference": null,
                "variableSymbol": "111",
                "specificSymbol": "111",
                "constantSymbol": "111",
                "recipientIban": "SK5409000000005037706253",
                "recipientName": "Test counterparty",
                "status": "FINISHED",
                "recipientAddress": null,
                "recipientBankAddress": null
            },
            {
                "id": "14",
                "amount": 1.43,
                "currency": "EUR",
                "reference": null,
                "variableSymbol": "222",
                "specificSymbol": "222",
                "constantSymbol": "222",
                "recipientIban": "SK2575000000004030141240",
                "recipientName": "Test counterparty 2",
                "status": "FINISHED",
                "recipientAddress": null,
                "recipientBankAddress": null
            }
        ]
    }
}

List of Bulk Payments

This endpoint returns details (status and other data) of specific bulk payment.

Postman documentation: List of Bulk Payments

Request

GET {{everifin_api_url}}/v1/payments/bulk

HTTP headers

Initiation of a order must contain following headers.

Header

Type

Description

Authorization

Bearer token

Authorization token to access API.

Filter Parameters

The list of possible filter query parameters can be found in postman documentation (link above).

Response

Response contains paged list of bulk payment objects. The bulk payment object structure is described above in section Bulk Payment Detail.