MarketplaceMerchantResponse: {
    code: string;
    id: string;
    message: string;
    status: string;
}

Add / Enroll a MarketPlace Merchant response

Type declaration

  • code: string

    The payment gateway response code. See Payment Response Codes for code descriptions.

  • id: string

    The ID of the newly boarded merchant

  • message: string

    Message associated with the response code.

  • status: string

    The status of the transaction. Possible response values are 'ok' and 'error'

Generated using TypeDoc