🚀 Card Payment is live! Learn more
cURL
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." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Requery Transaction - Already completed transaction
The response is of type object.
object