Create a fee profile
POST {{sandboxAPI}}/fee_profiles
The Merchant Fee profile can be configured by first creating a Fee profile with the desired fee configuration in the payload. This can include card and ach basis points and fixed fees.
Request Body
{"tags"=>{"app pricing"=>"sample"}, "basis_points"=>291, "application"=>"{{applicationId}}", "charge_interchange"=>false, "fixed_fee"=>300, "ach_basis_points"=>100}