v1

latestOpenAPI 3.0.02026-07-2422987517.5 KB
Payable

Verify a company for payment

Looks up a company by id and returns its public identity plus whether it requires a refund document. Used by the (unauthenticated) refund/payment flow to confirm the counterpart company before continuing.

This endpoint skips user authentication and identifies the company via the company_id field in the request, not the company-id header.

post/v1/erp/payouts/payables/verify_company

Request body

company_idstring uuid required

The id of the company to verify.

Response

Company identity and refund-document requirement.

idstring uuid
namestring
requires_refund_documentboolean