Information

Pay2New Recharge & Bill Payment API Callback Information

Pay2New will send JSON POST data to your provided callback URL with the following fields:

NameTypeDescription
eventStringThe transaction type (e.g., RECHARGE_BILLPAYMENT).
numberStringThe transaction number (e.g., mobile number or bill number).
statusStringThe status of the transaction (1 for success, 2 for failure, 3 for pending).
messageStringA message describing the transaction result (e.g., "Transaction Failed").
order_idStringThe API's transaction ID (unique for each transaction).
client_request_idStringThe client’s request ID (used to track the transaction on the client side).
operator_referenceStringThe operator’s reference number for the transaction.
amountStringThe amount of the transaction.