Captures success response of payment
post
/service/v1/updatePaymentResponse
This service is used to capturing success response of payment.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
Application Id
-
authToken: string
Authorization Token
-
branchCode(required): string
Branch Code
-
branchDate: string(date-time)
Branch Date
-
contentType: string
Content Type
-
tenantId: string
Tenant Id
-
userId(required): string
User id for SMS
Request Body that contains data required for updateExternalSystemResponse
Root Schema : ExtSystemPaymentModelCollection
Type:
object
List of External system response Payment model
Show Source
Nested Schema : extSystemResponseModel
Type:
Show Source
array
-
Array of:
object ExtSystemResponsePaymentModel
External system pay request model
Nested Schema : ExtSystemResponsePaymentModel
Type:
object
External system pay request model
Show Source
-
accountNumber:
string
accountNumber
-
clearingRefNo:
string
clearingRefNo
-
extPaymentErrorCode:
string
extPaymentErrorCode
-
paymentRefNo:
string
paymentRefNo
-
paymentStatus:
string
paymentStatus
-
referenceNo:
string
referenceNo
-
seqNo:
string
seqNo
-
txnReferenceNo:
string
txnReferenceNo
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : ExtSystemResponseModelCollection
Type:
object
List of External system response from accounting model
Show Source
-
errorCode:
string
errorCode
-
errorDesc:
string
errorDesc
-
extSystemResponseModel:
array extSystemResponseModel
-
status:
string
status
Nested Schema : extSystemResponseModel
Type:
Show Source
array
-
Array of:
object ExtSystemResponseModel
External system accounting response model
Nested Schema : ExtSystemResponseModel
Type:
object
External system accounting response model
Show Source
-
errorCode:
string
errorCode
-
errorDesc:
string
errorDesc
-
referenceNo:
string
referenceNo
-
status:
string
status
-
txnReferenceNo:
string
txnReferenceNo
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error