Feature #13188
Pay card web services
| Status: | Closed | Start date: | 25 February 2022 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 25 February 2022 | |
| Assignee: | Hoo Dextor | % Done: | 100% | |
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Phase: | R1 | Branch Code: | showroom-proj-base-i5 | 
Description
Please share the card payment web service endpoint URL and also a sample card payment request/response data.
History
#1 Updated by santhosh Krishna over 3 years ago
- Status changed from New to In Progress
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" 
    }
  }
}
#2 Updated by santhosh Krishna over 3 years ago
- Status changed from In Progress to Resolved
- Assignee changed from santhosh Krishna to David Wong
#3 Updated by David Wong over 3 years ago
- Status changed from Resolved to Assigned
- Assignee changed from David Wong to chok yee fan
#4 Updated by chok yee fan over 3 years ago
- Assignee changed from chok yee fan to Wee Meng Soh
have develop new screen for it, similar to lost credit card screens.
#5 Updated by Wee Meng Soh over 3 years ago
- File Screenshot 2022-03-07 at 10.28.31 AM.png added
- Status changed from Assigned to Resolved
- Assignee changed from Wee Meng Soh to Hoo Dextor
- % Done changed from 0 to 100
weemeng.soh: Feature #13188 Pay card web services.
#6 Updated by Wee Meng Soh over 3 years ago
- Status changed from Resolved to Pending SIT
Released Showroom MY SIT 1.0.0.5 in MY
#7 Updated by chok yee fan over 3 years ago
- Status changed from Pending SIT to Closed