merchant.id and dba.idAuthorization: Bearer ********************curl --location --request GET '/api/terminals' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 1,
"name": "ACME Corporation",
"principals": [
{
"id": 12,
"name": {
"first": "Elmer",
"last": "Fudd"
},
"isSigner": "Yes",
"isPersonalGuarantee": "Yes",
"ownershipPercentage": 100
}
],
"dbas": [
{
"id": 14,
"name": "ACME",
"address": {
"street": null,
"city": null,
"zip": null,
"state": [
null
],
"country": [
199
]
},
"customerServiceContact": {
"phone": "+1 818-707-1234",
"email": "email@email.com"
},
"processing": {
"id": 4,
"mid": 1231231231231312,
"bank": {
"name": "Axiom Bank",
"accountNumber": "8888"
},
"mcc": "5899",
"riskLevel": "Low",
"status": "Live",
"boardedOn": "2020-11-27 11:59:26",
"volumes": {
"monthlyTransactionAmount": 1000,
"avgTransactionAmount": 10,
"maxTransactionAmount": 100
},
"sales": {
"swiped": 70,
"mail": 30,
"internet": 0
},
"feeSchedule": {
"fees": [
{
"id": 49,
"type": {
"id": 1
},
"value": "0.00000"
},
{
"id": 50,
"type": {
"id": 2
},
"value": "0.00000"
},
{
"id": 51,
"type": {
"id": 3
},
"value": "0.00000"
},
{
"id": 52,
"type": {
"id": 4
},
"value": "0.00000"
},
{
"id": 53,
"type": {
"id": 5
},
"value": "0.00000"
},
{
"id": 54,
"type": {
"id": 6
},
"value": "0.00000"
},
{
"id": 55,
"type": {
"id": 7
},
"value": "0.75000"
},
{
"id": 56,
"type": {
"id": 8
},
"value": "0.00000"
},
{
"id": 57,
"type": {
"id": 9
},
"value": "0.00000"
},
{
"id": 58,
"type": {
"id": 10
},
"value": "0.00000"
},
{
"id": 59,
"type": {
"id": 11
},
"value": "5.00000"
},
{
"id": 60,
"type": {
"id": 12
},
"value": "25.00000"
},
{
"id": 61,
"type": {
"id": 13
},
"value": "0.00000"
},
{
"id": 62,
"type": {
"id": 14
},
"value": "0.00000"
},
{
"id": 63,
"type": {
"id": 15
},
"value": "0.05000"
},
{
"id": 64,
"type": {
"id": 16
},
"value": "35.00000"
},
{
"id": 65,
"type": {
"id": 17
},
"value": "5.00000"
},
{
"id": 66,
"type": {
"id": 18
},
"value": "0.00000"
},
{
"id": 67,
"type": {
"id": 18
},
"value": "0.00000"
},
{
"id": 68,
"type": {
"id": 18
},
"value": "0.00000"
},
{
"id": 69,
"type": {
"id": 19
},
"value": "0.00000"
},
{
"id": 70,
"type": {
"id": 20
},
"value": "0.00000"
},
{
"id": 71,
"type": {
"id": 21
},
"value": "0.00000"
},
{
"id": 72,
"type": {
"id": 22
},
"value": "0.00000"
}
],
"note": null
}
},
"ach": {
"id": 13,
"bank": {
"name": "Mufg Union Bank, NA",
"accountNumber": "123456"
},
"riskLevel": "Low",
"status": "Inactive",
"boardedOn": "2020-11-27 11:59:26",
"volumes": {
"monthlyTransactions": 100,
"avgMonthlyTransactionAmount": 10,
"avgTransactionAmount": 100,
"maxTransactionAmount": 1000
},
"feeSchedule": {
"fees": [
{
"id": 145,
"type": {
"id": 25
},
"value": "0.00000"
},
{
"id": 146,
"type": {
"id": 26
},
"value": "0.00000"
},
{
"id": 147,
"type": {
"id": 27
},
"value": "0.00000"
},
{
"id": 148,
"type": {
"id": 28
},
"value": "0.00000"
},
{
"id": 149,
"type": {
"id": 29
},
"value": "0.00000"
},
{
"id": 150,
"type": {
"id": 30
},
"value": "0.00000"
},
{
"id": 151,
"type": {
"id": 31
},
"value": "0.00000"
},
{
"id": 152,
"type": {
"id": 32
},
"value": "0.00000"
},
{
"id": 153,
"type": {
"id": 33
},
"value": "0.00000"
},
{
"id": 154,
"type": {
"id": 35
},
"value": "0.00000"
},
{
"id": 155,
"type": {
"id": 35
},
"value": "0.00000"
},
{
"id": 156,
"type": {
"id": 35
},
"value": "0.00000"
}
],
"note": null
}
}
}
]
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/api/merchant?page=1"
},
"first": {
"href": "https://zendashboard.com/api/merchant?page=1"
},
"last": {
"href": "https://zendashboard.com/api/merchant?page=1"
}
},
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}