The amount to top up the prepaid card.
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"}
Optional unique reference. Used as idempotency key.
Example: "73a46685-8ac6-4fff-9d36-55288523d879"
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/transactions/intra_emoney_payin
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "amount": { "value": 1000, "currency": "EUR" }, "recipient_iban": "DE32110101001000000029", "reference": "73a46685-8ac6-4fff-9d36-55288523d879", "description": "TopUp of employee account" }
Response
application/json
{ "id": "528ebf2616c54c25b706a425c05ad70f", "reference": "73a46685-8ac6-4fff-9d36-55288523d879", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "recipient_iban": "DE87110101001000057123", "description": "string", "created_at": "2021-01-01T00:00:00Z" }
Bodyapplication/json
The amount to pay out.
Example: {"value":1000,"currency":"EUR"}
Optional unique reference. Used as idempotency key.
Example: "73a46685-8ac6-4fff-9d36-55288523d879"
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/transactions/intra_emoney_payout
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "amount": { "value": 1000, "currency": "EUR" }, "recipient_iban": "DE32110101001000000029", "reference": "73a46685-8ac6-4fff-9d36-55288523d879", "description": "Removing money from employee account" }
Response
application/json
{ "id": "528ebf2616c54c25b706a425c05ad70f", "reference": "73a46685-8ac6-4fff-9d36-55288523d879", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "recipient_iban": "DE87110101001000057123", "description": "string", "created_at": "2021-01-01T00:00:00Z" }
Bodyapplication/json
The amount to transfer.
Example: {"value":1000,"currency":"EUR"}
Optional unique reference. Used as idempotency key.
Example: "73a46685-8ac6-4fff-9d36-55288523d879"
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/transactions/intra_emoney_transfer
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "amount": { "value": 1000, "currency": "EUR" }, "recipient_iban": "DE32110101001000000029", "reference": "73a46685-8ac6-4fff-9d36-55288523d879", "description": "TopUp of Employee account" }
Response
application/json
{ "id": "528ebf2616c54c25b706a425c05ad70f", "reference": "73a46685-8ac6-4fff-9d36-55288523d879", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "recipient_iban": "DE87110101001000057123", "description": "string", "created_at": "2021-01-01T00:00:00Z" }