v1
latestOpenAPI 3.0.02026-07-24126202516.7 KBPayIDs
Update PayID Status
Update the status of the PayID.
patch/pay_ids/{id}/status
Path parameters
idstring uuid required
Id of the PayID resource.
Request body
Example request
{
"status": "deregistered"
}Response
Accepted
Example response
{
"id": "46deb476-c1a6-41eb-8eb7-26a695bbe5bc",
"message": "PayID deregistration has been accepted for processing",
"links": {
"self": "/pay_ids/46deb476-c1a6-41eb-8eb7-26a695bbe5bc"
}
}