cURL
curl --request POST \ --url https://api.platnova.com/v1/payments/verify \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "ref": "UTR_7HeRoy4CRl6hcOOqAzwAeo0WLLMMbt" } '
{ "status": true, "data": { "id": "<string>", "ref": "<string>", "currency": "<string>", "amount": 123, "fee": 123, "type": "<string>", "status": "<string>", "entry": "<string>", "message": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "error": [ "<unknown>" ], "message": "<string>" }
Check the status and details of a payment by its reference.
API key for authentication.
Transaction/payment reference to verify
Payment details retrieved successfully
Show child attributes