PATCH
/
v1
/
request
/
{paymentReference}
/
stop-recurrence
Stop a recurring request
curl --request PATCH \
  --url https://api.request.network/v1/request/{paymentReference}/stop-recurrence \
  --header 'x-api-key: <x-api-key>'

Headers

x-api-key
string
required

API key for authentication

Path Parameters

paymentReference
string
required

The payment reference of the request

Example:

"0xb3581f0b0f74cc61"

Response

Recurrence stopped successfully