Create Subscription Enrollment
POST {{sandboxAPI}}/subscription/subscription_schedules/{{scheduleId}}/subscription_enrollments
Finally, you will enroll the Merchant for the subscription.
Request Body
{"merchant"=>"{{merchantId}}", "started_at"=>"{{startedAt}}", "nickname"=>"POS Rental Fee", "tags"=>{"description"=>"POS Rental Fee Enrollment"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |