cURL
curl --request POST \ --url https://api.chessa.ai/v1/recipients/{recipientId}/deactivate
{ "recipient": { "accountName": "John Doe", "accountNumber": "0123456789", "active": false, "bankCode": "058", "bankName": "Guaranty Trust Bank", "country": "NG", "createdAt": "2025-03-17T15:42:33.789Z", "currency": "NGN", "id": "rec_abcdef123456789", "type": "bank_account", "updatedAt": "2025-03-17T19:05:12.456Z" } }
Deactivate a recipient by ID.
""
Success Response
Show child attributes
Was this page helpful?