For the complete documentation index, see llms.txt. This page is also available as Markdown.

Konfirmasi

Api direct konfirmasi pembayaran

Jika respon sukses maka kami akan mengirimkan notifikasi melalui url webhook yang telah anda setting.

POST https://api.ilenpay.co.id/v1/konfirmasi/pembayaran

Headers

Name
Type
Description

Authorization*

String

Api Key

Request Body

Name
Type
Description

reff_id*

String

sender

Int

Nomer pengirim pulsa

{
  "data": {
    "respon": "sukses",
    "hash": "0cac895dc4aec69e48c4e3d2e0b400c2cd2d868c",
    "reff_id": "trx68164teewfske2",
    "payment": "telkomsel",
    "rate": "0.82",
    "nominal": "10000",
    "total_tf": "13000",
    "return_url": "https://domainkamu/redirect",
    "sender": "6281238846015",
    "status": "PAID",
    "saldo_ahir": 20000
  }
}
{
  "data": {
    "respon": "sukses",
    "pesan": "Pembayaran sudah di selesaikan reff trx8833",
    "return_url": "https://domain.com/riwayat/8833"
  }
}

Contoh Untuk PHP

Last updated