Upload a document to support a client application
PUT/v1/card/clients/:id/document
multipart/form-data, one file per call. No Idempotency-Key — the application is reviewed against the document set as a whole, so re-sending a file is safe. The service stores nothing: the bytes are relayed to the programme and never written down. Acceptance shows up as a change in the client’s status, not as a per-document receipt. The issuer treats this as a document slot, so a successful relay returns 204 with no body.
Request
Responses
- 204
- 401
Document relayed to the programme. No response body.
Missing, malformed, unknown, or revoked partner API key.