v1
latestOpenAPI 3.1.02026-07-263436159.3 KBSubscriptionPayment
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"
}