...
Initiation of the bulk payment must contain following headers.
Header | Type | Description |
---|---|---|
Authorization | Bearer token | Authorization token to access API. |
Response
Response contains bulk payment object with following fields
Field | Type | Description |
---|---|---|
id | number, unique | Bulk payment ID |
senderIban | text, valid iban (max 50 chars) | IBAN of sender’s (your) bank account. |
status | enum | Status of the payment. Possible values are listed here: https://everifin.atlassian.net/wiki/spaces/EFMBAPI/pages/2677276707/Bulk+Payment+Processing#Bulk-Payment-Statuses |
name | ||
dueDate | ||
payerName | ||
allPaymentsCount | ||
authorizationPaymentsCount | ||
authorizedPaymentsCount | ||
totalAmount | ||
currency | ||
createdAt | ||
updatedAt | ||
payments | Array | Array of individual payment objects |
...