Telegram—Transaction Response as Buyer¶
What is Telegram Message ID?¶
When you initiate a new transaction, our system will respond with a message including the suffix #TELEGRAM_MESSAGE_ID (e.g., #123456). Afterward, if the transaction status changes (to either failed or succeeded), our system will send you another message appended with the same telegram_message_id as the initial transaction.
Knowing that, in addition to searching Telegram chat using the value from R=[BUYER_REF_ID], you can also use the TELEGRAM_MESSAGE_ID when searching for the corresponding transaction.
Failed Transaction¶
These response formats will be sent to you when the transaction status is FAILED in our system
Format¶
R=[BUYER_REF_ID] Code=[BUYER_PRODUCT_CODE].[CUSTOMER_NUMBER]. Price=RM [SELLER_PRICE] FAILED. Balance=RM [BUYER_BALANCE]. Reason=[FAILED_REASON]. Tele:@[SELLER_TELEGRAM_USERNAME] Wa:[SELLER_WHATSAPP_NUMBER]. #[TELEGRAM_MESSAGE_ID].
Example with Easiest Format¶
R=0170000001maxis10221209 Code=maxis10.0170000001. Price=RM 10.12 FAILED. Balance=RM 74754.12. Reason=FAILED. Tele:@telegram Wa:0170000002. #1234
Example with Counter Format¶
R=2.0170000001maxis10221209 Code=maxis10.0170000001. Price=RM 10.12 FAILED. Balance=RM 74754.12. Reason=Transaction FAILED. Tele:@telegram Wa:0170000002. #1234
Example with Trxid "refid123" Format¶
R=refid123 Code=maxis10.0170000001. Price=RM 10.12 FAILED. Balance=RM 74754.12. Reason=FAILED. Tele:@telegram Wa:0170000002. #1234
Success Transaction¶
These response formats will be sent to you when the transaction status is SUCCESS in our system
Format¶
R=[BUYER_REF_ID] Code=[BUYER_PRODUCT_CODE].[CUSTOMER_NUMBER]. Price=RM [SELLER_PRICE] has SUCCEED at [SUCCEED_DATETIME]. SN: [SERIAL_NUMBER]. Balance=RM [BUYER_BALANCE]. Tele:@[SELLER_TELEGRAM_USERNAME] Wa:[SELLER_WHATSAPP_NUMBER]. #[TELEGRAM_MESSAGE_ID].
Example with Easiest Format¶
R=0170000001maxis10221209 Code=maxis10.0170000001. Price=RM 10.12 has SUCCEED at 2025-07-22 16:05:44. SN: sn1234. Balance=RM 74754.12. Tele:@telegram Wa:0170000002. #1234
Example with Counter Format¶
R=2.0170000001maxis10221209 Code=maxis10.0170000001. Price=RM 10.12 has SUCCEED at 2025-07-22 16:05:44. SN: sn1234. Balance=RM 74754.12. Tele:@telegram Wa:0170000002. #1234
Example with Trxid "refid123" Format¶
R=refid123 Code=maxis10.0170000001. Price=RM 10.12 has SUCCEED at 2025-07-22 16:05:44. SN: sn1234. Balance=RM 74754.12. Tele:@telegram Wa:0170000002. #1234
Transaction is Processing¶
These response formats will be sent to you when the transaction status is PROCESSING in our system
Format¶
R=[BUYER_REF_ID] Code=[BUYER_PRODUCT_CODE].[CUSTOMER_NUMBER]. PROCESSING. Balance=RM [BUYER_BALANCE]. Tele:@[SELLER_TELEGRAM_USERNAME] Wa:[SELLER_WHATSAPP_NUMBER]. #[TELEGRAM_MESSAGE_ID].
Example with Easiest Format¶
R=0170000005maxis10221209 Code=maxis10.0170000005. PROCESSING. Balance=RM 615.00. Tele:@telegram Wa:0170000002. #1234.
Example with Counter Format¶
R=2.0170000005maxis10221209 Code=maxis10.0170000005. PROCESSING. Balance=RM 615.00. Tele:@telegram Wa:0170000002. #1234.
Example with Trxid "refid123" Format¶
R=refid123 Code=maxis10.0170000005. PROCESSING. Balance=RM 615.00. Tele:@telegram Wa:0170000002. #1234.