Skip to main content

Publish a payment terminal configuration to the Handpoint Gateway

POST 

/partner/partner/:partnerId/publish/:terminalType/:serialnumber

Using data from your partner profile as well as the acquirer and merchant profile, this endpoint will push the automatically generated terminal configuration to the Handpoint Gateway. For the terminal to properly start up and initialise, it is required for the terminal configuration to be published to the Handpoint Gateway. For example, this endpoint needs to be called after assigning a terminal to a merchant.

Request

Path Parameters

    partnerId PartnerIDrequired

    Possible values: non-empty and <= 50 characters

    ID of the partner who owns the terminal.

    terminalType TerminalTyperequired

    Possible values: [MPED400, MPED800, HILITE, HIPLUS, HIPRO, HIFIVE, BP50PLUS, PAXA920, PAXA80, PAXA77, PAXA50, PAX30, PAXA35, PAXA60, PAXA910, PAXA920PRO, PAXA930, PAXARIES6, PAXARIES8, PAXE500, PAXE700, PAXE800, PAXA800, PAXIM30, TELPOTPS900, TELPOTPS988, TELPOTPS989, TELPOTPS328, TELPOTPS300, TELPOTPS, VT]

    Type of terminal to be published.

    serialnumber SerialNumberrequired

    Possible values: <= 20 characters

    Serial number of the terminal to be assigned.

Responses

OK

Loading...