Check payment status
Get payment status on your widget
Create request via widget ID
GET
https://api.ozurapay.com/payment/$_id
Use the widget ID found in the URL or the response from POST request when you created the widget URL.
Request Body
None
{
"_id": "65bfb527b07c8d56d18e8fe9",
"merchantId": "65bf64848a620918e01d5938",
"productName": "Ozura Fest",
"quantity": 1,
"amountInUSD": 2021800,
"expiration": "2024-02-04T16:12:47.351Z",
"amountInETH": 878409495755237.2,
"status": "PENDING",
"completedAt": null,
"transactionHash": null,
"vaultId": "36",
"depositAddress": "0x830CAEBcab3f45879d0909283ADe11a6b868B041",
"name": "Test",
"email": "[email protected]",
"widgetId": "65bfb48f68315980381c128d",
"merchantProcessingFees": 1,
"ozuraProcessingFees": 0.09,
"__v": 0
}
Check your balance
Last updated
Was this helpful?