v1
latestOpenAPI 3.1.02026-07-2414085.2 KBCreate a payment plan
post/payment_plans
Request body
Response
200
Example response
{
"successful": true,
"response": {
"id": "071-PP-8389G3DA",
"customer": "071-C-JE34F66V",
"amount": 100,
"frequency": "Weekly",
"anniversary": 5,
"start_date": "2025-07-16",
"total_count": 2,
"payment_method": "Credit Card",
"reference": "071-PP-8389G3DA",
"status": "Active",
"status_reason": "None",
"created_at": "2018-07-11T16:23:39+10:00",
"retry_interval": 3,
"card_token": "ABC12345",
"payments": [
{
"id": "071-PT-WQ8LIHI4",
"payment_plan": "071-PP-8389G3DA",
"reference": "071-PP-8389G3DA-0001",
"amount": 100,
"scheduled_date": "2025-07-18",
"payment_method": "Credit Card",
"status": "Scheduled"
}
]
},
"test": true
}