Create a fee profile
POST {{sandboxAPI}}/fee_profiles
The Application Fee profile is inherited by default to any Merchant that does not have a unique Fee Profile configured.
The first step is to create a Fee profile with the desired fee configuration in the payload. This can include card and ach basis points and fixed fees.
Store the Fee Profile ID for associating to a merchant or Application and Set: Finix API Environment Variable to the desired feeProfileId
.
Request Body
{"tags"=>{"app pricing"=>"sample"}, "basis_points"=>291, "application"=>"{{applicationId}}", "charge_interchange"=>false, "fixed_fee"=>300, "ach_basis_points"=>100}