Sandbox: Complete a disbursement
Simulates successful disbursement completion for testing purposes.
The disbursement must have a status of `submitted`.
After calling this endpoint, the disbursement status will be updated to `completed`.
<Note title="Sandbox Only" icon="fa-light fa-atom-simple">
This API is only available in the sandbox environment.
</Note>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
The unique identifier for the disbursement
Response
The disbursement completion request was accepted
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

