Set Idle Message on Device
attention
This API is available for Finix Core customers only. If you have additional questions, contact Support.
curl https://finix.sandbox-payments-api.com/devices/DVf2H8sh4LZZC52GTUrwCPPf \
-H "Content-Type: application/vnd.json+api" \
-u USjHFGYvecE4LBitYG8KDE2g:b698f403-d9b7-4157-82d8-162cea8c8cc3 \
-X PUT \
-d '
{
"idle_message": "Michaels Juice Shop",
"action": "CREATE_IDLE_MESSAGE"
}'
HTTP Request
PUT https://finix.sandbox-payments-api.com/devices/:DEVICE_ID
URL Parameters
Field | Type | Description |
---|---|---|
:DEVICE_ID | string, required | ID of Device |
Request Arguments
Field | Type | Description |
---|---|---|
idle_message |
string, required | ID of Device |
action |
string, required | The action parameter must include CREATE_IDLE_MESSAGE to create an idle message |
{
"id" : "DVf2H8sh4LZZC52GTUrwCPPf",
"merchant" : "MUu56ZGx3Xb6U9gAqKfgNisd",
"name" : "Finix Tripos #1",
"model" : "MX915",
"description" : "Mike Jones",
"serial_number" : "262-410-025",
"idle_message" : "Michaels Juice Shop",
"enabled" : true,
"tags" : { },
"created_at" : "2019-03-01T02:27:20.366",
"updated_at" : "2019-03-11T23:19:44.399",
"configuration_details" : {
"allow_debit" : true,
"check_for_duplicate_transactions" : true,
"prompt_amount_confirmation" : true,
"prompt_manual_entry" : false,
"prompt_signature" : "NEVER",
"signature_threshold_amount" : 0
},
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/devices/DVf2H8sh4LZZC52GTUrwCPPf"
},
"merchant" : {
"href" : "https://finix.sandbox-payments-api.com/merchants/MUu56ZGx3Xb6U9gAqKfgNisd"
},
"transfers" : {
"href" : "https://finix.sandbox-payments-api.com/transfers"
},
"authorizations" : {
"href" : "https://finix.sandbox-payments-api.com/authorizations"
}
}
}