Payment Callback Notification
Lekirpay server will post a notification request to merchant's callback URL, upon a successful transaction or fail. Merchant does need to test this endpoint as this is an endpoint that will triggered from Lekirpay to merchant server upon successful or fail transaction.
Request
Redirect URL | Method |
---|---|
{MerchantCallBackURL} | POST |
Parameter | Value |
---|---|
payment_id | Assigned payment id, extracted from Lekirpay |
reference_no | Reference unique number assigned by merchant |
trx_no | Assigned transaction number, extracted from Lekirpay |
merchant_name | Name merchant registered with Lekirpay |
amount | Payment amount |
name | Customer name |
Customer email |
|
phone | Customer phone number |
item | Purchases item details |
timestamp | Purchases time |
payment_method | Selected Payment method when paying |
status | Transaction status |
type | return callback | redirect |