cURL
curl --request POST \ --url https://undrctrl.id/api/v2/ \ --header 'Content-Type: application/json' \ --data '{ "key": "apiKey", "action": "status", "order": "123456789" }'
{ "charge": "770", "start_count": "3572", "status": "Partial", "remains": "157", "currency": "IDR" }
Retrieve the status and related details of an order for the authenticated user.
The API key to fetch the order status
API key
"apiKey"
Action to be performed, set to status
status
"status"
Order ID to retrieve its status
Order ID
"123456789"
OK
"770"
"3572"
"Partial"
"157"
"IDR"
Was this page helpful?