URL for virtual account check from external systems
post
/service/eac
This endpoint is used to validate the given list of virtual accounts.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request Body contains data that is required to create a validate list of accounts.
Nested Schema : EACRequestDetDTO
Type:
Show Source
object
-
drCrInd(required):
string
Maximum Length:
1
Pattern:[D,C]
-
txnAccount(required):
string
-
txnAccountBrn:
string
Maximum Length:
3
-
txnAmount(required):
number
-
txnCcy(required):
string
Maximum Length:
3
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of success and data containing request body or failure with messages.
Headers
-
Location: string
URL of the External Account Check
Nested Schema : EACResponseDetDTO
Type:
Show Source
object
-
accBranch:
string
Maximum Length:
3
For Virtual Account it will be Virtual Account Branch and for Virtual Identifier it will be the Identifier branch -
accCcy:
string
Maximum Length:
3
For Virtual Account it will be Virtual Account Currency and for Virtual Identifier it will be Real Account Currency -
accName:
string
Maximum Length:
105
For Virtual Account, it will be Virtual Account Name and for Virtual Identifier it will be Identifier Description -
drCrInd(required):
string
Maximum Length:
1
Pattern:[D,C]
Debit or a credit transaction -
txnAccount(required):
string
Transaction Account
-
txnAccountBrn(required):
string
Maximum Length:
3
For Virtual Account, it will be Virtual Account Branch and for Virtual Identifier, it will be Transaction branch -
txnAmount(required):
number
Transaction Amount
-
txnCcy(required):
string
Maximum Length:
3
Transaction currency
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have adequate credentials
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error