Request
Body Params application/json
{
"orderId": "string",
"recurringId": "string",
"installmentIndex": 0,
"expiry": 0,
"amount": 0,
"lang": "string"
}
Request Code Samples
curl --location --request POST 'https://vpospayment.corpayss.net:8073/api/Recurring/UpdateRecurring' \
--header 'x_client_token: 385cd69c-d76b-4dc7-827a-5663465f01ba' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"recurringId": "string",
"installmentIndex": 0,
"expiry": 0,
"amount": 0,
"lang": "string"
}'
Modified at 2026-02-04 12:50:51