Initiate Cash TransferCopy Pagepost http://localhost:8080/v1/accounts/{accountId}/transferPath ParamsaccountIduuidrequiredUnique identifier (UUID) of the AccountBody ParamsaccountTransferobjectDetails of a transfer to Account using bank account detailsaccountTransfer objectamountnumberrequiredThe amount to be transferredcategorystringUsed to assign a category of the transferdescriptionstringrequiredlength between 1 and 255Transfer description, will be seen by both sender and recipientidempotencyKeyuuidUnique value (UUID) used to identify this request and used to recognise any subsequent retriesinternalTransferobjectDetails of a transfer to Account using AccountIDinternalTransfer objectpayIdTransferobjectDetails of a transfer to Account using PayIDpayIdTransfer objectreferencestringlength between 0 and 35Reference to be included with the transfersenderCustomerHayIduuidrequiredUnique identifier (UUID) of the Customer (initiator of the transfer)transferTypestringenumrequiredTransfer type. Possible values: ACCOUNT: Transfer to Account using bank account details (requires accountTransfer object to be provided) INTERNAL: Transfer to Account using AccountID, where recipient also Client's Customer with Shaype (requires internalTransfer object to be provided) PAY_ID: Transfer to Account using PayID (requires payIdTransfer object to be provided) ACCOUNTINTERNALPAY_IDAllowed:ACCOUNTINTERNALPAY_IDResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 6 days ago