Create Subscription Amount
POST {{sandboxAPI}}/subscription/subscription_schedules/{{scheduleId}}/subscription_amounts
Next, we will create the amount for the subscription.
Request Body
{"amount_type"=>"FEE", "fee_amount_data"=>{"currency"=>"USD", "amount"=>25, "label"=>"POS_INSTALLMENT_FEE"}, "nickname"=>"POS Rental Fee Subscription Amount", "tags"=>{"description"=>"Set the scubscription amount to $25"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |