- Previous: 3DS OTP
- Up: Webhook Services
- Next: Error Codes
Status Change
This webhook will be used to notify the FI that block code change was done either for account or card, or both.
Request Parameters:
Field Name | Type | Description | Max | Remarks | |||||
id | String | Unique Id for each Request | 36 | Mandatory | |||||
type | String | Static: StatusChange | 15 | Mandatory | |||||
timestamp | String | Eg: 2022-11-09T11:00:03Z | 30 | Mandatory | |||||
details | status | account | id | value | String | AccountNumber | 64 | Conditional. Either account or card number will be sent. |
|
type | String | Static: accountNumber | 20 | ||||||
card | id | value | String | EXID value: 99984200171137900000 | 32 | Conditional. Either account or card number will be sent. | |||
type | String | 20 | |||||||
Static: externalCardId | |||||||||
type | String | BCC-ACC1-% | 30 | Optional. Will be available in case CMS is Way4. | |||||
BCC-ACC2-% | |||||||||
BCC-CARD-% | |||||||||
oldValue | String | Previous Block Code | 40 | Optional. Will be available in case CMS is Way4. | |||||
newValue | String | New Block Code | 40 | Mandatory |
Sample Account Block
{
"id": "b876d568-8411-4638-bdef-a1a188a4773b ",
"type": "StatusChange",
"timestamp": "2022-11-09T11:00:03Z",
"details": {
"status": {
"account": {
"id": {
"value": "123456789",
"type": "accountNumber"
}
},
"type": "BCC-ACC2-982",
"oldValue": "",
"newValue": "TEMPORARY_BLOCK_SERVICE"
}
}
}
Sample Card Block
{
"id": "b876d568-8411-4638-bdef-a1a188a4773b",
"type": "StatusChange",
"timestamp": "2022-11-09T11:00:03Z",
"details": {
"status": {
"card": {
"id": {
"value": "99984200171137900000",
"type": "externalCardId"
}
},
"type": "BCC-CARD-982",
"oldValue": "",
"newValue": "TEMPORARY_BLOCK_SERVICE"
}
}
}
Response Parameters:
Filed Name | Type | Max | Remarks | ||
id | String | 36 | Mandatory | ||
type | String | 15 | Mandatory | ||
timestamp | String | 30 | Mandatory | ||
response | status | code | String | 5 | Mandatory |
description | String | 30 | Mandatory |
Response Json
{
"id": "b876d568-8411-4638-bdef-a1a188a4773b ",
"type": "StatusChange",
"timestamp": "2022-11-09T11:00:03Z",
"response": {
"status": {
"code": "00",
"description": "successful"
}
}
}
- Previous: 3DS OTP
- Up: Webhook Services
- Next: Error Codes
Docs Navigation
- API Security
- Falcon Services
- Card Services
- BETA
- Version 1.0
- Card Balance Enquiry
- Card Activation
- Card Set Pin
- Card Change PIN
- Card PIN Verification
- Card Status Update
- Card Limit Update
- Card Details
- Customer Details
- List Of Cards
- Customer Demographic Update
- Card Used Limits
- Card Statement Summary
- Card Transaction
- Utility Payments
- Account Create
- Account Update
- Account Closure
- Card Create
- Card Update
- Card Replacement
- Client Create
- Client Update
- Transaction Details
- PIN Retries Counter Reset
- Digital Status Chnage
- Get CVV2 Service
- Card Link Delink
- Card Insurance Products
- Card Change Insurance Product Status
- Card Direct Debit
- Update Card Direct Debit
- Card Balance Conversion Enquiry
- Card Balance Conversion
- Card Transaction Eligibility
- Card Transaction EPP Conversion
- Card Replacement Embossing
- Card NMON Transactions
- Retail Banking Transactions
- Appendix 1
- Appendix 2
- Appendix 3
- Appendix 4
- HTTP Codes
- Error Codes
- Version 2.0
- Lookup Card Identifier
- List Of Cards
- Card Activation
- Card Set PIN
- Card Change PIN
- Card Status Update
- Client Create
- Account Create
- Card Create
- Customer Demographic Update
- Account Update
- Card Update
- Card Replacement
- Customer Details
- Card Details
- Client Update
- Card Balance Enquiry
- Card Transaction
- Card Limit Update
- Card PIN Verification
- PIN Retried Counter Reset
- Get CVV2 Service
- Card Verification
- Card Transaction Details
- Get Encryption Certificate
- Get Dictionaries MCC
- Get Account Balance
- Card Insurance Product
- Card Insurance Product Update
- Card Direct Debit Update
- Card Direct Debit
- P2P Transfer
- Account Transaction
- Account Status Change
- Card Statement Summary
- Account Transaction Details
- Card Contact Details
- List of Accounts
- Account Hierarchy
- Notification Service
- Appendix 1
- Appendix 2
- Appendix 3
- Appendix 4
- HTTP Codes
- Error Codes
- Buy Now Pay Later
- Card Limits
- Insurance Services
- Webhook Services
- Switch Services
- Card Control Services
- Merchant Digital Onboarding
- Notification Service
- SMS Security Services
- Terms and Condition
0 Comments
Please sign in to post a comment.