IP Get Transaction Response¶
Transaction Success¶
Here is the format of response you will receive if transaction is SUCCESSFULLY processed by the system:
Format¶
R=[CLIENT_ID] Code=[BUYER_PRODUCT_CODE].[MSISDN] Price=RM [PRICE] SUCCESS. SN: [SERIAL_NUMBER]. Balance=RM [BUYER_BALANCE].Tele:@[SELLER_TEELGRAM] Wa:[SELLER_WHATSAPP].
Example¶
R=ref123456 Code=maxis10.01700000 Price=RM 10.12 SUCCESS. SN:1234567890. Balance=RM 4,989.88.Tele:@telegram Wa:01700000.
Failed Transaction¶
Here is the format of response you will receive if transaction is FAILED processed by the system:
Format¶
R=[CLIENT_ID] Code=[BUYER_PRODUCT_CODE].[MSISDN] Price=RM [PRICE] Balance=RM [BUYER_BALANCE]. Reason=[FAILED_DESCRIPTION].Tele:@[SELLER_TEELGRAM] Wa:[SELLER_WHATSAPP].
Example¶
R=ref123456 Code=maxis10.01700002 Price=RM 10.12 FAILED. Balance=RM 5,000.00. Reason=Wrong Number.Tele:@telegram Wa:01700000.
Transaction in Process¶
Here is the format of response you will receive if transaction is PROCESSING by the system and waiting for seller to respond:
Format¶
R=[CLIENT_ID] Code=[BUYER_PRODUCT_CODE].[MSISDN] PROCESSING. Balance=RM [BUYER_BALANCE].Tele:@[SELLER_TEELGRAM] Wa:[SELLER_WHATSAPP].
Example¶
R=ref123456 Code=maxis10.01700003 PROCESSING. Balance=RM 4,989.88.Tele:@telegram Wa:01700000.