Example Request
curl --request POST \ --url https://sekalipay.com/api/v1/order/sandbox \ --header 'X-APIKEY: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "ref_id": "TEST-001", "item_id": 123, "quantity": 1 }'
Response Sample
200 OK
{
"message": "OK",
"data": {
"id": 99999,
"ref_id": "TEST-001",
"status": "sandbox"
}
}