Deactivating a Recipient
This guide explains how to deactivate a recipients using the orda API.
Deactivating a recipients ensures that the recipient no longer receives payouts or processes transactions. This is particularly useful when a recipient is no longer active or needs to be disabled for security or operational reasons.
Authentication
To deactivate a recipient, you must authenticate your request using your project’s client ID and secret. Each request must include:
An
x-signatureheader that is generated using your client secret.An
x-client-idheader containing your project’s client ID.
Refer to the authentication guide for detailed instructions on generating the correct signature.
Common Issues
Missing or Invalid Signature: Ensure that every deactivation request is properly signed with an
x-signaturederived from your client secret.Incorrect Recipient Identification: Double-check that the recipient you are deactivating is the intended one to prevent accidental deactivation.
Mismatched Client ID: Verify that the
x-client-idprovided in the request corresponds to the correct project.
When to use this endpoint
Deactivating a recipient is recommended when:
An entity (such as a vendor or partner) no longer requires settlement services.
Security or compliance reasons necessitate revoking a recipient’s ability to process payouts.
You need to manage recipients’ activity through your administrative controls rather than manual intervention.
For implementation details, including the precise request format, please refer to the API reference.
Last updated