https://mobe.cash/transfer_confirmation?back_to=
Parameters | Description |
---|---|
EndPoint | https://cashske.com/api/transactions/verify-payment |
Method | PATCH |
Body |
{
"senderNumber" : "Set Your Number",
}
"amount" : "Value" |
Headers |
{
"x-api-key" : "Key",
}
"Content-Type" : "application/json", "Accept" : "application/json" |
Response | Value |
---|---|
Success |
{
"success" : true,
}
"message" : "Transaction verified successfully.", "transactionId" : "value" |
Error |
{
"error" : "Transaction not found or already processed.",
}
|