Jump to content

masson

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by masson

  1. Hi,

     

    I'm looking for a professional Blesta Developer to create a plugin between our eCommerce system and Blesta.

    In basics we need the following functions between our system and Blesta.

     

    1) New Store 

    2) Plan Changed 
    3) Account cancelled.

     

    1) New Store: 

    The following information is required:

    $postData = [ 
        'name' => 'Michael Jackson', 
        'email' => 'michael@jackson.com', 
        'password' => 'lemonface', 
        'shop_name' => 'Testing Shop', 
        'hostname' => 'testing-shop1', 
        'plan_name' => 'brons' 
    ];
    

    The web service will return a JSON string with the store id or validation errors.

     

    2) Plan Changed 

    $postData = [ 
        'store_id' => '12312' 
        'plan_name' => 'brons' 
    ];
    

    3) Account Cancelled:

    $postData = [ 
        'store_id' => 123123, 
        'plan_name' => 'brons' 
    ];
    

    We will need to secure it, so it us up to the Blesta developer to identify a way to secure transmission. Possibly by the use of an API key or Token.

    Please contact me in PM or at masson@cartico.com for further details and estimate costs.

    Regards,
    Masson

×
×
  • Create New...