v1
latestOpenAPI 3.1.02026-07-241210356.3 KBRecurring Payments
Delete Recurring
This endpoint allows you to delete a recurring payment.
post/RecurringPayments/DeleteRecurring/{uid}
Path parameters
uidstring required
Recurring Payment unique identifier
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Response
200
Example response
{
"result": {
"status": "success",
"description": "operation has been success"
},
"data": {
"recurring_payment_uid": "7088b78a-ea4c-42a8-964a-0a7e42d433c8"
}
}