Retrieve payment instructions
GET/v1/payment_instructions/:MsgId/status
Retrieves the payment instructions for the given MsgId.
Request
Path Parameters
Responses
- 200
- 400
- 401
- 404
- 500
- 503
Your request has been successfully processed
- application/json
- Schema
- Example (from schema)
Schema
GrpHdr
GrpHdr
required
12345678901234562024-07-04T12:34:561SttlmInf
SttlmInf
CLRGInstgAgt
InstgAgt
FinInstnId
FinInstnId
INSTBICXXXXInstdAgt
InstdAgt
BranchIdentification
BranchIdentification
FinInstnId
FinInstnId
required
INSDBICXXXXpaymentProviderInfo
object
required
Latest payment status change.
Possible values: [pending, accepted, rejected]
pending{
"GrpHdr": {
"MsgId": "1234567890123456",
"CreDtTm": "2024-07-04T12:34:56",
"NbOfTxs": "1",
"SttlmInf": {
"SttlmMtd": "CLRG"
},
"InstgAgt": {
"FinInstnId": {
"BICFI": "INSTBICXXXX"
}
},
"InstdAgt": {
"Nm": "string",
"BranchIdentification": {
"Id": "string"
},
"FinInstnId": {
"BICFI": "INSDBICXXXX"
}
}
},
"paymentProviderInfo": {
"providerName": "string",
"providerTransactionId": "string",
"providerTransactionStatus": "string",
"providerTransactionStatusCode": "string"
},
"status": "pending",
"errCode": "string"
}
One or more parameter values are invalid. Please check and retry.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}
Authentication token is required for this action that was not provided, expired or invalid.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}
The requested endpoint or entity does not exist.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}
Internal server error.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}
The server is currently unavailable due to non-working hours. Please try again later.
- application/json
- Schema
- Example (from schema)
Schema
Links error message to a specific event in the system.
The code for the error that has occurred.
The text for the error that has occurred.
An optional parameter name related to the error. Usually present for input validation errors.
An optional parameter value related to the error. Set to input value of named parameter.
{
"errorId": "string",
"code": "string",
"text": "string",
"parameter_name": "string",
"parameter_value": {}
}