Adds a new remitter ids
post
/service/remitters
This endpoint is used to add new remittance IDs.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request Body that contains data required for creating a new remitterids
Nested Schema : RemitterIdServiceRequestDataDTO-allOf[0]
Type:
Show Source
object
-
additionalInfo(optional):
string
Additional information provided by corporate for further use
-
ibanReqd(optional):
string
Flag that indicates if IBAN is to be generated or not
-
realCustomerNo:
string
Minimum Length:
1
Maximum Length:20
Customer number for which Remitter list id is maintained -
reconInfo(optional):
string
Reference number provided by corporate for reconciliation purpose
-
remitterId:
string
Minimum Length:
1
Maximum Length:35
Pattern:^[a-zA-Z0-9]+$
Identification number of the Remitter which is the second part of the VAI account number -
validityEndDate(optional):
string
Date till which Remitter id will be active
-
validityStartDate(optional):
string
Date from which Remitter id will be active
-
virtualIdentifier:
string
Minimum Length:
1
Maximum Length:15
Virtual Identifier
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created remitterids
Nested Schema : RemitterIdServiceResponseDataDto-allOf[0]
Type:
Show Source
object
-
additionalInfo(optional):
string
Additional information provided by corporate for further use
-
authStatus(optional):
string
Authorization Status of Virtual Account
-
checkerDateStamp(optional):
string
Date and Time when some action on Virtual Account is authorized
-
checkerId(optional):
string
Checker ID of Virtual Account
-
ibanAccountNo(optional):
string
IBAN for the Identifier
-
ibanReqd(optional):
string
Flag that indicates if IBAN is to be generated or not
-
identifierAccountNo(optional):
string
Identifier Account which is VirtualIdentifier + remitterId
-
makerDateStamp(optional):
string
Date and Time when Virtual Account is created or modified or closed or reopened
-
makerId(optional):
string
Maker ID of Virtual Account
-
modNo(optional):
integer
Version number of Virtual Account
-
onceAuth(optional):
string
Flag that indicated if Virtual Account is authorized once or not
-
realCustomerNo(optional):
string
Minimum Length:
1
Maximum Length:20
Customer number for which Remitter list id is maintained -
reconInfo(optional):
string
Reference number provided by corporate for reconciliation purpose
-
recordStatus(optional):
string
Record Status of Virtual Account
-
remitterId(optional):
string
Minimum Length:
1
Maximum Length:35
Pattern:^[a-zA-Z0-9]+$
Identification number of the Remitter which is the second part of the VAI account number -
remitterListId(optional):
string
Minimum Length:
1
Maximum Length:35
Pattern:^[a-zA-Z0-9]+$
Unique identification number to identify Remitter list -
validityEndDate(optional):
string
Date till which Remitter id will be active
-
validityStartDate(optional):
string
Date from which Remitter id will be active
-
virtualIdentifier(optional):
string
Minimum Length:
1
Maximum Length:15
Virtual Identifier
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error