Add customer fee tier

Add cusstomer fee tier for an existing customer

SecurityoAuth2
Request
path Parameters
customerUID
required
string

Customer unique identifier associated with the customer in the Finzly's CRM system

Request Body schema: application/json
required

Customer fee tier details

application
required
string

A valid application name should be present in the Finzly system and enabled for fees. e.g. Confirms, FX FrontOffice, Deposit, Teller, CRM, FX Trader, Foreign Exchange, Payment Galaxy, etc...

accountNumber
string

A valid account number should be present in the Finzly system and associated with the respective Legal Entity (LE).

feeTier
required
string

A valid feeTier should be present in the Finzly system. e.g. Gold,Silver,Platinum,BEN,SHA,ON,TELLER CONSUMER ACH,TELLER CONSUMER FEDWIRE,TELLER CONSUMER SWIFT,TELLER CORPORATE ACH,TELLER CORPORATE FEDWIRE,TELLER CORPORATE SWIFT, etc ...

Responses
200

Successfully processed request

400

bad input parameter environment

401

You are not authorized to access the resource

402

The parameters were valid but the request failed.

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

405

bad input parameter environment

409

The request conflicts with another request (perhaps due to using the same idempotent key).

429

Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.

500

Something went wrong on back end.

503

Service unavailable

default

Customer fee tier id.

post/v1/customers/{customerUID}/fees
Request samples
application/json
{
  • "application": "Payment Galaxy",
  • "accountNumber": "32265656",
  • "feeTier": "Gold"
}
Response samples
application/json
{
  • "id": 889
}