Skip to main content
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.

Headers

Authorization
any

Body

application/json
transactionId
string
required
reference
string

Response

400 - application/json

Requery Transaction - Already completed transaction

status
boolean
message
string