SubscriptionPayment
Create a manual subscription payment
Creates a manual payment for a subscription. Used when automatic scheduling is not enabled.
post/v1/subscription-payments
Request body
Example request
{
"subscriptionId": "660e8400-e29b-41d4-a716-446655440001",
"payDate": "2025-02-15",
"amount": 10000
}Response
Payment created successfully
Example response
{
"status": "PENDING"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.