v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Subscriptions

Create Subscription

Creates a Subscription charge for a User's Linked Bank Account.

This API is now deprecated as the Subscriptions product is no longer supported.

post/subscriptions

Request body

accountIDstring required

The user's unique account identifier.

bankAccountIDstring required

The unique DriveWealth identifier that identifies each linked bank account.

planIDstring required

The unique identifier that identifies the plan schedule.

Example request

{
  "accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
  "bankAccountID": "bank_a4656e60-321e-425b-aa0d-a2e75c38885f",
  "planID": "plan_1d3e1630-9107-47c2-a9c4-6cca93821cb7"
}

Response

Creating a Subscription for a User's Linked Bank Account was successful.

subscriptionIDstring

The unique identifier that identifies the user's subscription.

Example response

{
  "subscriptionID": "subscription_4451b62e-0e88-46ce-9eab-f0a54ccdc599"
}