v1
latestOpenAPI 3.1.02026-07-26290133.2 KBCreate Payout
Create a new payout to an external account. A Beneficiary will need to be created before a payout can be made using this endpoint.
post/transactions/bank-payouts
Headers
idempotency-keystring
Optional header for retrying requests without accidentally creating the same transaction twice.
Request body
Response
200
Example response
{
"id": "Qm5TOTRxcmhxK2pnZHpzeDZPZHBRZz09",
"shortId": "20200803-8EFH4W",
"accountId": "Um5PN21FczNuMWxCZWlocHE2dXU1Zz09",
"createdDate": "2020-08-03T13:16:22.700Z",
"updatedDate": "2020-08-03T13:16:22.700Z",
"paymentDate": "2020-08-13T12:19:32.600Z",
"transactionId": "4b5ea64c-cf39-403a-a887-303b66794a92",
"transactionCategory": "OTHER",
"type": "PAYOUT",
"paymentType": "FASTER_PAYMENTS",
"sourceInfo": {
"type": "ACCOUNT",
"identifier": "OHlRaEVFMWRrNHdseDRCNUorOHFRdz09",
"internalAccountId": "EUR08561376339076"
},
"destinationInfo": {
"type": "BANK",
"identifier": "dceeb3a5-5b82-4803-87b8-9d6144a98b01"
},
"destination": "dceeb3a5-5b82-4803-87b8-9d6144a98b01",
"totalAmount": {
"value": 10,
"currency": "GBP"
},
"amount": {
"value": 10,
"currency": "GBP"
},
"fee": {
"currency": "GBP"
},
"runningBalance": {
"value": 9929,
"currency": "GBP"
},
"status": "INITIATED",
"comment": "Salary Payment",
"accountHolderId": "b70af316-92d4-4621-b395-ea933cd4ac9d"
}