v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBSubscriptions
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
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.
Example response
{
"subscriptionID": "subscription_4451b62e-0e88-46ce-9eab-f0a54ccdc599"
}