A Configurations object represents how features should be configured for terminal readers.
Attributes
- idstring
Unique identifier for the object.
- bbpos_
wisepos_ enullable object An object containing device type specific settings for BBPOS WisePOS E
- is_
account_ defaultnullable boolean Whether this Configuration is the default for your account
- stripe_
s700nullable object An object containing device type specific settings for Stripe S700
- tippingnullable object
On-reader tipping settings
- verifone_
p400nullable object An object containing device type specific settings for Verifone P400
More attributes
- objectstring
- livemodeboolean
- namenullable string
- offlinenullable object
- reboot_
windownullable objectPreview feature
{ "id": "tmc_FQqbaQCiy0m1xc", "object": "terminal.configuration", "is_account_default": false, "livemode": false}
Creates a new Configuration
object.
Parameters
- bbpos_
wisepos_ eobject An object containing device type specific settings for BBPOS WisePOS E readers
- stripe_
s700object An object containing device type specific settings for Stripe S700 readers
- tippingobject
Tipping configurations for readers supporting on-reader tips
- verifone_
p400object An object containing device type specific settings for Verifone P400 readers
More parameters
- namestring
- offlineobject
- reboot_
windowobjectPreview feature
Returns
Returns a Configuration
object if creation succeeds.
{ "id": "tmc_FQqbaQCiy0m1xc", "object": "terminal.configuration", "is_account_default": false, "livemode": false}
Updates a new Configuration
object.
Parameters
- bbpos_
wisepos_ eobject An object containing device type specific settings for BBPOS WisePOS E readers
- stripe_
s700object An object containing device type specific settings for Stripe S700 readers
- tippingobject
Tipping configurations for readers supporting on-reader tips
- verifone_
p400object An object containing device type specific settings for Verifone P400 readers
More parameters
- namestring
- offlineobject
- reboot_
windowobjectPreview feature
Returns
Returns a Configuration
object if the update succeeds.
{ "id": "tmc_FQqbaQCiy0m1xc", "object": "terminal.configuration", "bbpos_wisepos_e": { "splashscreen": "file_1NtDiPBHO5VeT9SUvD7GHCi0" }, "is_account_default": false, "livemode": false}
Retrieves a Configuration
object.
Parameters
No parameters.
Returns
Returns a Configuration
object if a valid identifier was provided.
{ "id": "tmc_FQqbaQCiy0m1xc", "object": "terminal.configuration", "is_account_default": false, "livemode": false}