Skip next recurring Payment

Initiate a skip recurring payment request.

SecurityoAuth2
Request
path Parameters
recurrenceId
required
number

Recurrence Unique Identifier.

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Unexpected Error

503

Service unavailable

put/v1/recurrences/{recurrenceId}
Request samples
Response samples
application/json
{
  • "message": "Your request has been successfully processed.",
  • "errors": [ ]
}