Create Plan
POST {{BASE_URL_BILLING}}/plan
Request Body
{"name"=>"{{user}}", "is_custom"=>false, "is_default"=>true, "pricing"=>{"platform_fee"=>0, "ach_standard"=>{"min"=>20, "max"=>70, "percentage"=>20}, "ach_sameday"=>{"min"=>30, "max"=>100, "percentage"=>20}, "rtp"=>{"min"=>40, "max"=>150, "percentage"=>30}, "floatme"=>{"min"=>40, "percentage"=>45}, "unsuccessful_payment_charges"=>{"returns"=>20, "unauthorized_returns"=>20, "stop_payment"=>50, "reversal"=>350, "recall"=>240, "trace_request"=>500, "notification_of_change"=>0}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |