Create outbound Direct DebitAsk AIpost http://localhost:8080/v1/direct-debitsBody ParamsamountnumberrequiredValue of the Direct Debit transfer, to 2 decimal placesdescriptionstringrequiredlength between 1 and 18Description on Direct Debit transfer, maximum 18 characters in lengthidempotencyKeyuuidrequiredUnique value (UUID) used to identify this request and used to recognise any subsequent retriesrecipientAccountNumberstringrequiredAccount Number of Account receiving Direct Debit instruction (account to be debited), 5-9 digits in lengthrecipientBsbstringrequiredBSB (Bank State Branch) of Account receiving Direct Debit instruction (account to be debited), 6 digits in lengthrecipientNamestringrequiredlength between 1 and 32Name on the Account receiving Direct Debit instruction (account to be debited)senderAccountNumberstringrequiredAccount Number of Account sending Direct Debit instruction (account to be credited), 5-9 digits in lengthsenderBsbstringrequiredBSB (Bank State Branch) of Account sending Direct Debit instruction (account to be credited), 6 digits in lengthsenderNamestringrequiredlength between 1 and 16Name on the Account sending Direct Debit instruction (account to be credited)transactionIduuidrequiredUnique identifier (UUID) of the TransactionResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 10 months ago