Create Subscription Amount
POST {{sandboxAPI}}/subscription/subscription_schedules/{{scheduleId}}/subscription_amounts
Request Body
{"amount_type"=>"FEE", "fee_amount_data"=>{"currency"=>"USD", "amount"=>10, "label"=>"POS_INSTALLMENT_FEE"}, "nickname"=>"A Periodic-monthly data reporting fee of $10 ", "tags"=>{"description"=>"A Periodic-monthly data reporting fee of $10 "}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |