Skip to main content
PATCH
https://checkout-staging.embedly.ng
/
api
/
v1
/
split-beneficiaries
/
{beneficiaryId}
/
deactivate
Deactivate a Split Beneficiary
curl --request PATCH \
  --url https://checkout-staging.embedly.ng/api/v1/split-beneficiaries/{beneficiaryId}/deactivate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "beneficiaryId": "<string>",
  "organizationId": "<string>"
}
'
{
  "statusCode": 200,
  "message": "Beneficiary deactivated successfully",
  "data": null
}
beneficiaryId
string
required
Example: 02600494-1a3c-11f0-a818-6045bd97b81d
organizationId
string
required
Example: 02600494-1a3c-11f0-a818-6045bd97b81d
{
  "statusCode": 200,
  "message": "Beneficiary deactivated successfully",
  "data": null
}