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