Tags:
- Phase›Realized
Custom Gateway API Endpoint
Paths
/v1/paymentInitiation/adhoc/multipleTransfers/confirmation/async
Execute Multiple Transfers Confirmation for Adhoc Payees
This API is a confirmation API of multiple transfer for Adhoc Payees
The most recent Authorization token. This will have the format Bearer + {space} + {accessToken}. Example: Bearer KGNsaWVudF9pZDpjbGllbnRfc2VjcmV0KQ==.
128 bit random UUID generated uniquely for every request.
Content-Type that are acceptable for the response.
Client ID generated during application registration.
application/json
This field is used to capture device,browser and network information. Refer the developer portal for more information.These are the fields which will be passed as part of the header devicePrint,deviceTokenCookie,userIpAddress,userAgent,hardwareId,simId,deviceModel,deviceName,deviceOsName,deviceOsVersion,multitaskingSupportFlag,languageSupport,wifiMacAddress,cellTowerId,locationAreaCode,rsaApplicationKey,wapClientId,mobileCarrierCode,mobileCountryCode,osId,geoLongitude,geoLatitude,geoHorizontalAccuracy,geoAltitude,geoAltitudeAccuracy,geoSpeed,geoTimestamp,geoStatus,basicServiceSetId,signalStrength,wifiChannel,serviceSetId
This is control flow ID
Successful operation.
Type | Code | Details |
Created | Created | Created |
error | InvalidRequest | Missing or invalid Parameters |
error | InvalidRequest | Invalid source account |
error | InvalidRequest | Invalid payee id |
error | unAuthorized | Authorization credentials are missing or invalid |
error | accessNotConfigured | The request operation is not configured to access this resource |
Type | Code | Details |
error | resourceNotFound | Empty resource/resource not found |
Type | Code | Details |
error | businessValidationsFailed | Business validations failed |
fatal | serverUnavailable | The request failed due to an internal error |
Definitions
{
"properties": {
"transactionStatus": {
"description": "This is transaction status",
"type": "string"
},
"bundleId": {
"description": "This is bundle/ bulk id of the transactions from TPP",
"type": "string"
},
"citiBundleId": {
"description": "This is bundle/ bulk id of the transactions from CITI",
"type": "string"
},
"totalTransactionCount": {
"description": "This is total number of transactions",
"type": "string"
}
}
}
{
"properties": {
"type": {
"description": "Invalid - Request did not confirm to the specification and was unprocessed and rejected. Please fix the value and try again",
"enum": [
"error",
"warn",
"invalid",
"fatal"
],
"type": "string"
},
"code": {
"description": "Error code which qualifies the error",
"type": "string"
},
"details": {
"description": "Human readable explanation specific to the occurrence of the problem",
"type": "string"
},
"location": {
"description": "The name of the field that resulted in the error",
"type": "string"
},
"moreInfo": {
"description": "URI to human readable documentation of the error",
"type": "object"
}
},
"required": [
"type",
"code"
]
}