Recurring Service
Cancel recurring payment
Cancels an active recurring payment and stops future billing cycles for the specified recurring ID.
post/recurring/cancel
Request body
Example request
{
"cancelReasonCode": 5,
"cancelReasonText": "Customer requested cancellation by phone."
}Response
Recurring payment cancelled successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.