Cek Harga

GET https://api.ilenpay.co.id/v1/info/harga

Query Parameters

Name
Type
Description

operator*

String

(telkomsel, xl, tri, smartfren)

nominal*

Int

Headers

Name
Type
Description

Authorization*

Api Key

{
    "data": {
        "respon": "sukses",
        "operator": "smartfren",
        "rate": "0.77",
        "nominal": "20000",
        "total_tf": "Rp26,000",
        "total_tf_int": "26000"
    }
}

Contoh Untuk PHP

Last updated