v1
latestOpenAPI 3.1.02026-07-26290133.2 KBCreate Sweep Payout
Create a new payout from a LinkedClient account where the funds are swept from the client's Master Account before the payout is done.
post/transactions/sweepPayout
Headers
idempotency-keystring
Optional header for retrying requests without accidentally creating the same transaction twice.
Request body
Response
200
Example response
{
"transactionId": "591a8712-04f2-4518-9df3-8f81bec1819d",
"shortId": "20220922-K3QY65",
"reference": "payment to sweep",
"paymentType": "SEPA_INSTANT",
"reasonCode": "PERSONAL",
"amount": {
"value": 79,
"currency": "EUR"
},
"beneficiary": {
"customerType": "CORPORATE",
"firstName": "Sweep",
"lastName": "Test",
"companyName": "Sweep Inc.",
"beneficiaryCountry": "MT",
"beneficiaryPostalCode": "58585858",
"beneficiaryCity": "Malta",
"beneficiaryAddressLine": "BeneficiaryAddressLineOR3520",
"bankAccountCountry": "MT",
"bankName": "SWEEP BANK",
"bic": "CFTEMTM1",
"iban": "MT39CFTE28004000000000000001297",
"bankAccountHolderName": "Sweep Inc."
},
"status": "IN_PROGRESS",
"transferTransactionId": "2ef45493-6594-44ea-9170-647802427f5c",
"transferShortId": "20220922-PRZFLA",
"endToEndReference": "9fbac239-a531-4413-890d-9be41784e517"
}