v1
latestOpenAPI 3.0.02026-07-2671142187.3 KBSubscriptions
Mark payment paid
Manually update a declined payment as approved (e.g. if payment was collected elsewhere)
patch/subscriptions/{subscriptionId}/payments/{paymentNumber}
Path parameters
subscriptionIdinteger required
The subscription id
paymentNumberinteger required
The recurring payment number quantifying when the subscription was billed. For example a subscription's third billing has payment number 3.
Headers
api-tokenstring required
Your API access token for authentication and access to the Helcim API
Request body
Example request
{
"status": "approved"
}Response
Successful payment update. The response body contains the newly approved payment and the parent subscription.