Feature #13186
Card Payment
Status: | Closed | Start date: | 24 February 2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | chok yee fan | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - | |||
Phase: | R1 | Branch Code: | showroom-proj-base-i5 |
Description
Backend need to prepare the web service like block credit card.
Front end need to prepare the screen like block credit card as well.
History
#1 Updated by chok yee fan almost 3 years ago
Once you completed the web service and deployed into server. Assign back to me with status feedback.
added the request param and response into this redmine or attach any link or doc refer the web service.
#2 Updated by santhosh Krishna almost 3 years ago
- Status changed from New to In Progress
#3 Updated by santhosh Krishna almost 3 years ago
- Status changed from In Progress to Feedback
- Assignee changed from santhosh Krishna to chok yee fan
WS : cardPaymentList
URL : /cc_mib_ws/api/v1/ribms/cardPaymentList
REQUEST: {
fromAccOverview":"Y",
"creditCardIndex":"ACC003"
}
RESPONSE : similar to "reportLSFList" ws
--------------------------------------------------
WS : cardPaymentAck
URL : /cc_mib_ws/api/v1/ribms/cardPaymentAck"
REQUEST: {
"ownCardIndex":"1",
"suppCardIndex":"",
"debitCardIndex":"",
"refCode":"",
"amounts": 25.90
}
RESPONSE
{
"status": {
"status_code": "0"
},
"credit_card": {
"account_id": "",
"card_id": "0",
"card_payment": {
"reference_code": "asdasdad",
"amounts": "12.99"
}
}
}
#4 Updated by chok yee fan almost 3 years ago
- Status changed from Feedback to Closed
duplicated with
http://smes.silverlakegroup.com.my:82/redmine/issues/13188