...
Field | Type | Description |
---|---|---|
amount | number (0.01 - 9999999999) | Amount of the payment. |
currency | text, ISO alpha-3 currency code | Currency of the payment. |
recipientIban | text, valid iban (max 50 chars) | IBAN account number where the money were sent to. |
recipientName | text (max 140 chars) | Name of the payment recipient. This name will appear in your bank transaction as recipient of the money. |
recipientBankBic | text, valid BIC | BIC of the recipient bank |
variableSymbol | numeric text (max 10 chars) | Symbol for SK/CZ market. Cannot be combined with reference. |
constantSymbol | numeric text (max 10 4 chars) | Symbol for SK/CZ market. Cannot be combined with reference. |
specificSymbol | numeric text (max 4 10 chars) | Symbol for SK/CZ market. Cannot be combined with reference. |
reference | text (max 35 chars) | Payment reference. Cannot be combined with symbols. |
paymentMessage | text (max 140 chars) | Message to recipient. This message will be visible in bank transaction as description of the transfer. |
externalId | Free text, maximum 255 characters | Value provided at the time of payment initiation. Can be used to match the payment with data in your systems. |
recipientAddress | Object | Object holding information about recipient address. Fields:
|
recipientBankAddress | Object | Object holding information about recipient bank address. Fields:
|
priority | Enum | possible values:
|
...
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).
...