id 609Authorization: Bearer ********************curl --location --request GET '/api/boarding-application/609/ach' \
--header 'Authorization: Bearer <token>'{
"bank": {
"accountNumber": null,
"routingNumber": null
},
"volumes": {
"monthlyTransactions": null,
"monthlyTransactionAmount": null,
"avgTransactionAmount": null,
"maxTransactionAmount": null,
"monthlyReturn": null
},
"alreadyProcessing": {
"isProcessing": "No",
"processor": null
},
"terminated": {
"isTerminated": "No",
"description": null
},
"customers": {
"type": {
"individual": null,
"business": null,
"government": null
},
"location": {
"local": null,
"national": null,
"international": null
}
},
"fulfillmentPolicy": {
"delivery": null,
"deliveryOther": null
},
"recurringPayments": {
"hasRecurring": "No",
"description": null
},
"issueCredits": {
"hasIssueCredits": null,
"description": null
},
"secCodes": {
"ccd": null,
"ppd": null,
"tel": null,
"web": null
},
"customerCharged": null,
"refundPolicy": null,
"feeSchedule": {
"fees": [
{
"id": 19417,
"type": {
"id": 25
},
"value": "0.00000"
},
{
"id": 19418,
"type": {
"id": 26
},
"value": "0.00000"
},
{
"id": 19419,
"type": {
"id": 27
},
"value": "0.00000"
},
{
"id": 19420,
"type": {
"id": 28
},
"value": "0.00000"
},
{
"id": 19421,
"type": {
"id": 29
},
"value": "0.00000"
},
{
"id": 19422,
"type": {
"id": 30
},
"value": "0.00000"
},
{
"id": 19423,
"type": {
"id": 31
},
"value": "0.00000"
},
{
"id": 19424,
"type": {
"id": 32
},
"value": "0.00000"
},
{
"id": 19425,
"type": {
"id": 33
},
"value": "0.00000"
},
{
"id": 19426,
"type": {
"id": 35
},
"value": "0.00000"
},
{
"id": 19427,
"type": {
"id": 35
},
"value": "0.00000"
},
{
"id": 19428,
"type": {
"id": 35
},
"value": "0.00000"
}
],
"note": null
}
}