Verify Transfer

Verify Transfer service uses POST method to confirm the transfer transaction in response.

Endpoint

/MFSAfricaCardTransaction/v1/verifyTransferService

Request

{
    "transactionID": 695773066
}
Field (* required field)TypeDescription
transactionID*integer($int32)Transaction ID to be verified

Response

{
    "errorCode": "0000",
    "errorMessage": "SUCCESS",
    "transferAmount": "0.01"
}
Field (* required field)TypeDescription
errorCode*stringError Code
errorMessage*stringError Message
transferAmount*stringThis field contains the Transfer Amount corresponding to the transaction ID