amount, currency, destinationIban, transferTitle.receiverType, names, or company name. These are automatically handled by the system.receiverType and the corresponding details (receiverFirstName/receiverLastName OR companyName).transferId returned by this call.curl --location --request POST 'https://partner-api-stage.p100.io/v1/partner/sepa-transfer' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "EUR",
"amount": 1500.00,
"destinationIban": "PL10105000997603123456789123",
"transferTitle": "Liquidity withdrawal"
}'{
"transferId": "9b635d3d-a49c-4094-9088-7364c0c8809d"
}