Bharath Gowda created FINERACT-1963:
---------------------------------------
Summary: New Receipt field for account transfer transaction
Key: FINERACT-1963
URL: https://issues.apache.org/jira/browse/FINERACT-1963
Project: Apache Fineract
Issue Type: Improvement
Reporter: Bharath Gowda
*As a* user
*I want to* capture the receipt details while doing the transfer funds from the
savings account
*in order to* capture the receipt details provided by the customer
h4. *Background and details:*
A new field called "{*}receiptNumber{*}" should be part of the transfer
payload. This addition will serve as the "externalReference" for transfers made
between accounts.
*Account Transfer with noReceipt No:*
*Request URL:*
[https://corebanking-api.test.vggdev.com/fineract-provider/api/v1/accounttransfers]
*Request Method:* POST
*Request Payload:*
{
"fromAccountId": "50784",
"fromAccountType": 2,
"toOfficeId": 1,
"toClientId": 77018,
"toAccountType": 2,
"toAccountId": 188546,
"transferAmount": "50000",
"transferDate": "31 July 2023",
"transferDescription": "Test funds Transfer",
"locale": "en",
"dateFormat": "dd MMMM yyyy",
"fromClientId": 76589,
"fromOfficeId": 1
}
Need to add new parameter "receiptNumber": "382VDDksi3eekdie" to this API
*Acceptance criteria*
# As a user I should be able to capture receipt number while doing fund
transfer from savings account
--
This message was sent by Atlassian Jira
(v8.20.10#820010)