The amount to transfer.
Transactions (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/
Bodyapplication/json
Example: {"value":1000,"currency":"EUR"}
The recipient account's IBAN. Note that both accounts must belong to the same person.
Example: "DE32110101001000000029"
UUID reference for the transaction. Used as an idempotency key.
Example: "73a46685-8ac6-4fff-9d36-55288523d879"
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/persons/{person_id}/accounts/{account_id}/transactions/intra_customer_transfer
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "reference": "73a46685-8ac6-4fff-9d36-55288523d879", "recipient_iban": "DE32110101001000000029", "description": "Example transaction", "amount": { "value": 1000, "currency": "EUR" } }
Response
application/json
{ "id": "68df7a63b2ad4a16907eeac2cf484275", "reference": "d91eba3a-882c-4ded-a7e7-3c1dc24eaf0f", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "description": "Description", "recipient_iban": "DE43110101005555555555", "created_at": "2022-04-22T16:02:54Z" }