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"=>250, "label"=>"POS_INSTALLMENT_FEE"}, "nickname"=>"Periodic-yearly compliance fee of $250", "tags"=>{"description"=>"Periodic-yearly compliance fee of $250"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |