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) | Type | Description |
---|---|---|
transactionID* | integer($int32) | Transaction ID to be verified |
Response
{
"errorCode": "0000",
"errorMessage": "SUCCESS",
"transferAmount": "0.01"
}
Field (* required field) | Type | Description |
---|---|---|
errorCode* | string | Error Code |
errorMessage* | string | Error Message |
transferAmount* | string | This field contains the Transfer Amount corresponding to the transaction ID |
Updated over 1 year ago