API ReferenceFinancing
Create a presigned financing-document upload
Authorization
Cowdi_Sales_KYC_financingBearerAuth AuthorizationBearer <token>
User JWT for the invoice-financing surface, verified against a configured trusted issuer. Organization-scoped permissions come from the token; merchant-scoped permissions are checked with the resource-access provider selected from that verified issuer.
In: header
Path Parameters
merchantId*string
Backend merchant id.
Length
1 <= length <= 255Request Body
application/json
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/financing/merchants/string/uploads/presign" \ -H "Content-Type: application/json" \ -d '{ "document_type": "INVOICE", "content_type": "image/jpeg", "size_bytes": 1 }'{ "upload_ref": "string", "url": "http://example.com", "expires_at": "2019-08-24T14:15:22Z"}{ "code": "INVALID_PARAMS", "description": "user_id must be a UUID", "identifier": "string", "invalid_params": [ { "path": "user_id", "reason": "must be a UUID", "sub_code": "string" } ]}{ "code": "INVALID_PARAMS", "description": "user_id must be a UUID", "identifier": "string", "invalid_params": [ { "path": "user_id", "reason": "must be a UUID", "sub_code": "string" } ]}{ "code": "INVALID_PARAMS", "description": "user_id must be a UUID", "identifier": "string", "invalid_params": [ { "path": "user_id", "reason": "must be a UUID", "sub_code": "string" } ]}{ "code": "INVALID_PARAMS", "description": "user_id must be a UUID", "identifier": "string", "invalid_params": [ { "path": "user_id", "reason": "must be a UUID", "sub_code": "string" } ]}{ "code": "INVALID_PARAMS", "description": "user_id must be a UUID", "identifier": "string", "invalid_params": [ { "path": "user_id", "reason": "must be a UUID", "sub_code": "string" } ]}{ "code": "INVALID_PARAMS", "description": "user_id must be a UUID", "identifier": "string", "invalid_params": [ { "path": "user_id", "reason": "must be a UUID", "sub_code": "string" } ]}