Project

General

Profile

Actions

Specification

Suggested Payment Flow

Suggested Payment Flow

Table(s) Used

  • MPAY_INTERFACE:
    create table ecos.mpay_interface(
       order_id varchar(15) not null,
       trx_type varchar(5),
       shopper_ref_no integer,
       currency varchar(3),
       charge_amt decimal(15,2),
       status varchar(5),
       bank_authcode varchar(30),
       datetime timestamp,
       error_msg varchar(155),
       is_valid varchar(5) not null with default 'N',
       external_trx_id varchar(20)
    );
    
    alter table ecos.mpay_interface add primary key(order_id);
    

Error Code Description

Refer to the following documents in the Integration Guides

Updated by chin-yeh over 12 years ago · 9 revisions