/subscription/setupThis API allows you to create and manage automated recurring payment schedules for both card and ACH payment methods. Using this API, you can configure recurring billing frequencies such as weekly, monthly, quarterly, annually, or fully custom intervals. It also supports flexible end conditions, including subscriptions that never expire, subscriptions that stop after a specific number of payments, or subscriptions that end on a defined date. This endpoint supports- * Card and ACH recurring payments * Weekly, monthly, quarterly, annual, and custom billing schedules * Fixed payment count or end-date termination * ACH SEC code configuration * Updating existing subscriptions using `subscription_id` All requests must be authenticated using a valid token header.
Header Parameters
Body Parameters
// Awaiting response…
{
"data": {
"subscription_id": "V7XJKGG7FJ6HL9B",
"customer_id": "LMN7JCZ61GGICDW",
"recurring_frequency": "WEEKLY"
},
"message": "subscription added successfully",
"response_code": "SUCCESS",
"status_code": 200,
"request_id": "TEST-20251112011500-LQJL3G",
"timestamp": "2025-11-12T06:15:00.271Z"
}