Mehticpay
GET /api/merchant/mehticpay-transfer/{wallet}
please note you have to pass the wallet id
Headers
Name
Value
Description
Accept
application/json
CLIENT
client_key
The unique identifier for the client.
SECRET
generated_secret
The expected secret generated using your client key and secret key.
Body
{
"desc":"inward",
"amount":"1000",
"beneficiary_id": 4
}Response
{
"desc": "inward| Transfer NGN 1000 to Mehticpay beneficiary ([email protected])",
"amount": "1000.00",
"type": "DEBIT",
"status": "APPROVED",
"bank_name": "Mehticpay Business",
"acc_name": "[email protected]",
"reason": "Internal Transfer",
"ref": "d5850e2f6fb514257e9c61d283fc7f35",
"created_at": "2024-10-30T07:54:15.000000Z",
"id": 26
}{
"error": "Insufficient wallet balance."
}{
"message": "The desc field is required. (and 2 more errors)",
"errors": {
"desc": [
"The desc field is required."
],
"amount": [
"The amount field is required."
],
"beneficiary_id": [
"The beneficiary id field is required."
]
}
}Last updated