Create a Merchant Device
Create a Device under a Merchant.
Path parameters
The ID of the Merchant the Device will be created under.
Headers
Specify the API version of your request. For more details, see Versioning.
The data type being sent in the request body must be application/json.
Request body
Response
Request to create a device under a merchant.
Example response
{
"merchant": "MUxxxxxxxxxxxxxxxxxx"
}Changes
Changed in 3 of the 9 revisions of this API.1207
- ▲
the
configurationresponse's property type/format changed fromobject/to/for status201response-property-type-changed
- ●
removed the optional property
configuration/allow_debitfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/allow_standalone_authorizationsfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/allow_standalone_refundsfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/allow_standalone_salesfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/bypass_device_on_capturefrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/check_for_duplicate_transactionsfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/display_tip_on_receiptfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/idle_image_file_idfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/idle_messagefrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/prompt_amount_confirmationfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/prompt_for_signaturefrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/prompt_manual_entryfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/prompt_receipt_confirmationfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/prompt_tip_on_screenfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/signature_threshold_amountfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/surcharge_basis_pointsfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
configuration/tipping_detailsfrom the response with the201statusresponse-optional-property-removed
- ○
added the new optional request property
configuration/automatic_receipt_delivery_methodsnew-optional-request-property
- ○
added the new optional request property
configuration/available_receipt_methodsnew-optional-request-property
- ○
the request property
configuration/surcharge_basis_pointsbecame nullablerequest-property-became-nullable
- ○
added the optional property
configuration_detailsto the response with the201statusresponse-optional-property-added
- ○
added
device_configurationto theconfigurationresponse propertyallOflist for the response status201response-property-all-of-added
- ▲
- ●
added the new
IOS_TAP_TO_PAYenum value to themodelresponse property for the response status201response-property-enum-value-added
- ○
added the new optional request property
app_bundle_idnew-optional-request-property
- ○
added the new
IOS_TAP_TO_PAYenum value to the request propertymodelrequest-property-enum-value-added
- ●
- ●
added the new
PAX_A35enum value to themodelresponse property for the response status201response-property-enum-value-added
- ●
added the new
PAX_A3700enum value to themodelresponse property for the response status201response-property-enum-value-added
- ●