Other Fees in the Fee section of the Boarding Application.Authorization: Bearer ********************curl --location --request POST '/api/boarding-application/608/fee/other' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 7241201,
"type": {
"id": 18,
"name": "Other",
"type": "amount",
"period": "OneTime"
},
"value": 0,
"note": "ACQ other fee"
},
{
"id": 7240857,
"type": {
"id": 20,
"name": "Monthly Fee",
"type": "amount"
},
"value": 56
},
{
"id": 7240856,
"type": {
"id": 19,
"name": "Qualified Rate",
"type": "percent"
},
"value": 0
},
{
"id": 7240855,
"type": {
"id": 17,
"name": "Retrieval Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240854,
"type": {
"id": 16,
"name": "Chargeback Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240853,
"type": {
"id": 15,
"name": "Batch Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240852,
"type": {
"id": 14,
"name": "Annual Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240851,
"type": {
"id": 13,
"name": "Application Fee",
"type": "amount"
},
"value": 57
},
{
"id": 7240850,
"type": {
"id": 12,
"name": "Monthly Minimum Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240849,
"type": {
"id": 11,
"name": "Monthly PCI Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240848,
"type": {
"id": 10,
"name": "Monthly Dashboard Access Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240847,
"type": {
"id": 9,
"name": "EBT Authorization Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240846,
"type": {
"id": 8,
"name": "PIN Debit Authorization Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240845,
"type": {
"id": 7,
"name": "Voice Authorization",
"type": "amount"
},
"value": 0
},
{
"id": 7240844,
"type": {
"id": 6,
"name": "AVS",
"type": "amount"
},
"value": 41242
},
{
"id": 7240843,
"type": {
"id": 5,
"name": "Authorization Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240842,
"type": {
"id": 4,
"name": "Transaction Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240841,
"type": {
"id": 3,
"name": "EBT Rate",
"type": "percent"
},
"value": 0
},
{
"id": 7240840,
"type": {
"id": 2,
"name": "PIN Debit Rate",
"type": "percent"
},
"value": 0
},
{
"id": 7240839,
"type": {
"id": 1,
"name": "Pass Through Interchange Plus",
"type": "percent"
},
"value": 0
},
{
"id": 7240838,
"type": {
"id": 21,
"name": "Mid-Qual Surcharge (Qual+)",
"type": "percent"
},
"value": 0
},
{
"id": 7240837,
"type": {
"id": 22,
"name": "Non-Qual Surcharge (Qual+)",
"type": "percent"
},
"value": 0
},
{
"id": 7240836,
"type": {
"id": 485,
"name": "Other Service Provider Fees",
"type": "amount"
},
"value": 0
},
{
"id": 7240835,
"type": {
"id": 484,
"name": "Service Provider Monthly Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240834,
"type": {
"id": 483,
"name": "Setup Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240833,
"type": {
"id": 482,
"name": "Per Trans Fee",
"type": "amount"
},
"value": 0
},
{
"id": 7240832,
"type": {
"id": 481,
"name": "POS System",
"type": "amount"
},
"value": 0
},
{
"id": 7240831,
"type": {
"id": 480,
"name": "Wireless",
"type": "amount"
},
"value": 0
},
{
"id": 7240830,
"type": {
"id": 479,
"name": "Gateway",
"type": "amount"
},
"value": 0
}
],
"_meta": {
"totalCount": 35,
"pageCount": 2,
"currentPage": 1,
"perPage": 30
}
}