Example Request
curl --request GET \ --url https://sekalipay.com/api/v1/trx/TRX-001 \ --header 'X-APIKEY: YOUR_API_KEY'
Auto Product Response
200 OK
{
"message": "OK",
"data": {
"id": 99899,
"ref_id": "TRX-20260210-001",
"invoice": "SPY1770673917X5",
"payment_method": "saldo",
"status": "completed",
"price": 50000,
"fees": null,
"amount": 50000,
"items": [{
"variant_id": 8,
"variant_name": "1 Tahun",
"product_name": "Spotify",
"product_license": "[email protected]|pass",
"price": 50000,
"order_process": "auto"
}]
},
"h2h_results": [],
"smm_results": []
}
H2H (Pulsa) Response
{
"data": {
"status": "completed",
"items": [{
"variant_name": "Telkomsel 10K",
"note": "08123456789",
"order_process": "h2h"
}]
},
"h2h_results": [{
"variant_id": 101,
"sn": "SN123456789",
"dispatch_status": "completed",
"log_message": "Transaksi Sukses"
}]
}
SMM Response
{
"data": {
"status": "completed",
"items": [{
"variant_name": "1K Followers",
"note": "https://instagram.com/user",
"order_process": "smm"
}]
},
"smm_results": [{
"variant_id": 201,
"order_id": "98765",
"status": "In progress",
"start_count": 5000,
"remains": 350
}]
}
Not Found Response
404 NOT FOUND
{
"message": "TRX_NOT_FOUND"
}