IMPORTANT NOTE - If the createdAt
filter is not explicitly set, this API will return only payments made during the current month.
Here is an example of the createdAt
filter. createdAt[after]=2022-01-20
Payment collection
[- {
- "uuid": "string",
- "direction": "inbound",
- "status": "string",
- "system": "sepa",
- "amount": "1234.56",
- "currencyCode": "EUR",
- "description": "string",
- "endToEndId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "debtorProviderName": "string",
- "account": {
- "uuid": "string",
- "name": "string",
- "nature": "string",
- "providerName": "string"
}, - "extra": {
- "paymentAttributes": {
- "arrayCopy": null,
- "flags": 0,
- "iterator": null,
- "iteratorClass": "string"
}, - "stages": [
- {
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z"
}
]
}, - "transaction": {
- "transactionId": "string",
- "madeOn": "2019-08-24",
- "amount": "string",
- "currencyCode": "string",
- "description": "string",
- "createdAt": "2019-08-24T14:15:22Z"
}
}
]
This API starts the process for receiving a payment on a certain account through SEPA circuit.
The new Payment resource
Payment resource created
Invalid input
Unprocessable entity
{- "amount": "1234.56",
- "currencyCode": "EUR",
- "description": "Some description",
- "accountUuid": "0ef9c2ec-a65c-4311-aee8-decdbb35014b",
- "email": "someone@mail.test",
}
{- "uuid": "string",
- "connectUrl": "string"
}
This API starts the process for receiving a payment on a certain account through SEPA INSTANT circuit. The maximum amount that can be received is one hundred thousand Euro.
The new Payment resource
Payment resource created
Invalid input
Unprocessable entity
{- "amount": "1234.56",
- "currencyCode": "EUR",
- "description": "Some description",
- "accountUuid": "0ef9c2ec-a65c-4311-aee8-decdbb35014b",
- "email": "someone@mail.test",
}
{- "uuid": "string",
- "connectUrl": "string"
}
This API starts the process for sending a payment from a certain account through SEPA circuit.
The new Payment resource
Payment resource created
Invalid input
Unprocessable entity
{- "amount": "string",
- "currencyCode": "EUR",
- "description": "string",
- "accountUuid": "0ef9c2ec-a65c-4311-aee8-decdbb35014b",
- "creditorIban": "string",
- "creditorName": "string",
}
{- "uuid": "string",
- "connectUrl": "string"
}
This API starts the process for sending a payment from a certain account through SEPA INSTANT circuit.
The new Payment resource
Payment resource created
Invalid input
Unprocessable entity
{- "amount": "string",
- "currencyCode": "EUR",
- "description": "string",
- "accountUuid": "0ef9c2ec-a65c-4311-aee8-decdbb35014b",
- "creditorIban": "string",
- "creditorName": "string",
}
{- "uuid": "string",
- "connectUrl": "string"
}
Retrieves a Payment resource.
Payment resource
Resource not found
{- "uuid": "string",
- "direction": "inbound",
- "status": "string",
- "system": "sepa",
- "amount": "1234.56",
- "currencyCode": "EUR",
- "description": "string",
- "endToEndId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "debtorProviderName": "string",
- "account": {
- "uuid": "string",
- "name": "string",
- "nature": "string",
- "providerName": "string"
}, - "extra": {
- "paymentAttributes": {
- "arrayCopy": null,
- "flags": 0,
- "iterator": null,
- "iteratorClass": "string"
}, - "stages": [
- {
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z"
}
]
}, - "transaction": {
- "transactionId": "string",
- "madeOn": "2019-08-24",
- "amount": "string",
- "currencyCode": "string",
- "description": "string",
- "createdAt": "2019-08-24T14:15:22Z"
}
}