Request Sandbox KeysSee a Demo
  • Overview
    • Quickstart
    • Payments and Disbursements
    • Errors
    • Webhooks
  • Guides
    • Compliance
    • Starter Mode
    • KYC
    • Line of Credit program
    • Buy Now Pay Later program
  • API Reference
LogoLogo
Request Sandbox KeysSee a Demo
API ReferenceFacilities

PATCH
/facilities/:facility_id/disbursements/:disbursement_id/test/failed
PATCH
/api/facilities/:facility_id/disbursements/:disbursement_id/test/failed
1curl -X PATCH https://production.pier-finance.com/api/facilities/fac_18e5a3726b3943cda2635f40e1041ba4/disbursements/dsb_18e5a3726b3943cda2635f40e1041ba4/test/failed \
2 -H "Authorization: Bearer <token>"
Try it
200Updated
1"Ok."
Was this page helpful?
Previous

Create a limit reduction notice

Next
Built with

Move disbursement to failed state (sandbox only)

Move disbursement to failed state

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

facility_idstringRequired
disbursement_idstringRequired

Response

This endpoint returns a string.

Errors