Fee collection
Create a fee collection transaction
Creates a fee transaction on the account specified in the URL. Solaris will debit the amount from the customer's account and transfer the funds to a Solaris settlement account. Each month, Solaris will pay out the amounts collected from fee transactions to your partner account.
post/v1/accounts/{account_id}/transactions/fees
Path parameters
account_idstring required
Request body
Example request
{
"type": "ChargeAccountMaintenance",
"amount": {
"value": 499,
"currency": "EUR"
},
"initiator_reference": "2022_08_acc_maint",
"idempotency_key": "653e91ae-7e93-4106-a33c-00607dae851e"
}Response
The operation was successful.
Example response
{
"type": "ChargeAccountMaintenance",
"amount": {
"value": 499,
"currency": "EUR"
},
"reconciliation_id": "938cfdf93ef54bdcbd4e955584da3bf0fct",
"initiator_reference": "2022_08_acct_maint",
"original_transaction_id": "6d4659e500ef4b10aa48d6b08d0d3e7b",
"valuta_date": "2023-06-01"
}