Fetch all transactions.
OK
Bad Request
Unauthorized
Forbidden
{- "content": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "creationDate": "2019-08-24T14:15:22Z",
- "type": "INTER_LEDGER",
- "paymentType": "MONEY_TRANSFER",
- "status": "APPROVED",
- "amount": 0,
- "currency": "EUR",
- "information": {
- "originalAmount": 0,
- "originalCurrency": "string",
- "conversionRate": "string",
- "declineReason": "BENEFICIARY_ACCOUNT_CLOSED_OR_STOPPED",
- "note": "string",
- "clearingDate": "2019-08-24T14:15:22Z",
- "reference": "string"
}, - "sender": {
- "name": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7",
- "ledgerFriendlyName": "string",
- "virtualLedgerId": "9fd33797-d74c-48f1-ae37-6d778044619f",
- "virtualLedgerFriendlyName": "string"
}, - "receiver": {
- "name": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7",
- "ledgerFriendlyName": "string",
- "virtualLedgerId": "9fd33797-d74c-48f1-ae37-6d778044619f",
- "virtualLedgerFriendlyName": "string"
}
}
], - "totalElements": 1,
- "page": 0,
- "pageSize": 0
}
Create a transaction between a ledger and a beneficiary.
This operation might require SCA.
Created
Waiting SCA
Bad Request
Unauthorized
Forbidden
Conflict
{- "amount": 0,
- "beneficiaryId": "410e5c37-9603-4e5b-81b1-7cb895f362e8",
- "ledgerFromId": "b595c981-8a0f-4604-a66c-209d65193394",
- "reference": "string",
- "allowFastPayment": true,
- "allowInterLedger": true
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Create a transaction between ledgers of two of your end-users.
This operation might require SCA.
Created
Waiting SCA
Bad Request
Unauthorized
Forbidden
Conflict
{- "ledgerFromId": "b595c981-8a0f-4604-a66c-209d65193394",
- "ledgerToId": "7280fced-5334-43dd-8913-9f06bb46b488",
- "amount": 0,
- "reference": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Create a SEPA Direct Debit transaction. The ledger and the mandate must be activated.
If the mandate is not recurring, only one transaction will be allowed.
Created
Bad Request
Unauthorized
Forbidden
Conflict
{- "mandateId": "d4dbf0da-b5aa-43ae-b9db-c2aff331d3ad",
- "ledgerToId": "7280fced-5334-43dd-8913-9f06bb46b488",
- "date": "2019-08-24",
- "amount": 0,
- "reference": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Get all information about a transaction using its ID.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "INTER_LEDGER",
- "paymentType": "MONEY_TRANSFER",
- "status": "APPROVED",
- "creationDate": "2019-08-24T14:15:22Z",
- "amount": 0,
- "currency": "EUR",
- "information": {
- "originalAmount": 0,
- "originalCurrency": "string",
- "conversionRate": "string",
- "declineReason": "BENEFICIARY_ACCOUNT_CLOSED_OR_STOPPED",
- "note": "string",
- "clearingDate": "2019-08-24T14:15:22Z",
- "reference": "string"
}, - "sender": {
- "name": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7",
- "ledgerFriendlyName": "string",
- "virtualLedgerId": "9fd33797-d74c-48f1-ae37-6d778044619f",
- "virtualLedgerFriendlyName": "string"
}, - "receiver": {
- "name": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5",
- "ledgerId": "a2873d47-59a8-4daf-a325-cb2c04557dd7",
- "ledgerFriendlyName": "string",
- "virtualLedgerId": "9fd33797-d74c-48f1-ae37-6d778044619f",
- "virtualLedgerFriendlyName": "string"
}
}