3. Message specification

@Payon development group

3.1 Request card verification 3.1.1 Request message

3.1.2 Response message

3.1.3 Sample Request { "card_type": "OC", "api_channel": "6", "trt_type": "40", "term_id": "CT04000002", "tx_id": "1811202009565501", "req_date": "18112020095655", "topup_code": "01", "user_id": "6e8611af51bab4f594a7dc95e37b9dfe", "currency": "D", "tx_mac": "86ca79ff12819631" } Response { "result_code": "0000", "result_message": "Card found", "member_name": "AppDemo User 11", "card_no": "764bb9a151759f06c5d4d45ec373fd252ba7a335cd65ee3e7d63be3e5823ddf6", "currency": "D", "trt_type": "41" }

3.2 Request online top-up 3.2.1 Request message

3.2.2 Response message

3.2.3 Sample Request { "card_type":"OC", "api_channel":"6", "trt_type":"30", "term_id": "CT04000002", "tx_id": "1811202009565501", "req_date": "18112020095655", "card_no":"764bb9a151759f06c5d4d45ec373fd252ba7a335cd65ee3e7d63be3e5823 ddf6", "amount": "e1471940f75aea2c01a670228b36ecee", "currency":"D", "tx_mac":"86ca79ff12819631" } Response { "result_code": "0000", "result_message": "OK", "term_id": "CT04000002", "tx_id": "1811202009565501", "req_date": "18112020095655", "card_no": "764bb9a151759f06c5d4d45ec373fd252ba7a335cd65ee3e7d63be3e5823ddf6", "tx_mac": "50c59ddd17c3c4ae", "amount": "e1471940f75aea2c01a670228b36ecee", "approval_date": "18112020095858", "approval_no": "fe6142c8ccf2f07434bb2457c99d9165" }

Last updated