Pay2New Recharge & Bill Payment API Callback Information
Pay2New will send JSON POST data to your provided callback URL with the following fields:
Name | Type | Description |
---|---|---|
event | String | The transaction type (e.g., RECHARGE_BILLPAYMENT). |
number | String | The transaction number (e.g., mobile number or bill number). |
status | String | The status of the transaction (1 for success, 2 for failure, 3 for pending). |
message | String | A message describing the transaction result (e.g., "Transaction Failed"). |
order_id | String | The API's transaction ID (unique for each transaction). |
client_request_id | String | The client’s request ID (used to track the transaction on the client side). |
operator_reference | String | The operator’s reference number for the transaction. |
amount | String | The amount of the transaction. |