Create Debit Transaction for AccountAsk AIpost http://localhost:8080/v1/transactions/debitBody ParamsaccountHayIduuidrequiredUnique identifier (UUID) of the AccountamountnumberrequiredValue of the Transaction, to 2 decimal placescategorystringCategory assigned to the TransactioncounterpartNamestringrequiredlength ≥ 1Counterpart namedescriptionstringrequiredlength ≥ 1Description on the TransactionidempotencyKeyuuidrequiredUnique value (UUID) used to identify this request and used to recognise any subsequent retriesoriginChannelstringenumOrigin source of the Transaction (only applicable if specifically used by Client). Possible values: ATM_CASH POS_DEBIT VENUE ATM_CASHPOS_DEBITVENUEAllowed:ATM_CASHPOS_DEBITVENUEoriginIduuidAdditional identifier applied to Transaction related to origin of the requestoriginTypestringenumInitiator origin of the Transaction. Possible values: CUSTOMER: Transaction initiated by a customer SCHEDULED_PAYMENT: Transaction initiated by a schedule HAAS_OPERATIONS: Transaction initiated by Client Operations team OPERATIONS: Transaction initiated by Shaype Operations team DIRECT_DEBIT: Transaction initiated by Direct Debit CUSTOMERSCHEDULED_PAYMENTHAAS_OPERATIONSOPERATIONSDIRECT_DEBITAllowed:CUSTOMERSCHEDULED_PAYMENTHAAS_OPERATIONSOPERATIONSDIRECT_DEBITreferencestringReference on the transaction (only applicable to NPP transactions), maximum 35 alphanumeric characters in lengthtransactionChannelstringenumrequiredTransaction channels available for use by Shaype Clients. Possible values: ACCOUNT_ADJUSTMENT APPLE_REWARD INTEREST_ADJUSTMENT LOAN_ADJUSTMENT LOAN_REPAYMENT MANUAL_ADJUSTMENT SERVICE_FEE LOAN_REPAYMENTMANUAL_ADJUSTMENTINTEREST_ADJUSTMENTLOAN_ADJUSTMENTACCOUNT_ADJUSTMENTSERVICE_FEEAPPLE_REWARDAllowed:LOAN_REPAYMENTMANUAL_ADJUSTMENTINTEREST_ADJUSTMENTLOAN_ADJUSTMENTACCOUNT_ADJUSTMENTSERVICE_FEEAPPLE_REWARDResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 10 months ago