POST
/
transaction
/
requery
Requery Payout Transaction
curl --request POST \
  --url https://nini.monieswitch.com/transaction/requery \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data null
{
  "status": false,
  "message": "Transaction has already been completed."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · object

Response

400 - application/json

Requery Transaction - Already completed transaction

The response is of type object.