post https://api.exactpaysandbox.com/accounts//merchants//terminals
Add a new terminal to an existing merchant.
Log in to see full request history
Responses
Add a new terminal to an existing merchant.
xxxxxxxxxx
47curl --request POST \
--url https://api.exactpaysandbox.com/accounts/account_id/merchants/merchant_id/terminals \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"time_zone": "ADT",
"features": {
"instant_funding": false,
"apple_pay": false,
"google_pay": false,
"click_to_pay": false,
"paypal": false,
"soft_descriptors": false,
"level2": false,
"level3": false
},
"risk_controls": {
"max_sale": {
"enabled": false
},
"min_sale": {
"enabled": false
},
"max_transaction_sum": {
"only_approved": false,
"enabled": false
},
"max_transaction_count": {
Try It!
to start a request and see the response here! Or choose an example: