Skip to main content

Callback

This is the callback / result body sent back by Remitcore Money Transfer to your specified Result URL in the transaction request.

Request Response

Sample Response
{
"responseCode": "000",
"responseMessage": "<result description>",
"results": [
{
"status": "2",
"statusMessage": "SUCCESS",
"transId": "FITA9TFA2TWERS",
"originatorTransId": "<transaction_reference>"
}
]
}

Response Parameters Description

KeyValue FormatReturnedDescription
responseCodestringYES000 : successful request.
999 : Request failed, refer to responseMessage for more info.
responseMessagestringYESA description of the request response.
statusstringYES2 : successful request.
3 : Request failed.
statusMessagestringYESAn description of the request status.
transIdstringYESUnique Reference recorded by Remitcore Money Transfer.
originatorTransIdstringYESPartner Transaction Reference.