Skip to main content
POST
Preview a bulk beneficiary import

Authorizations

DPoP
string
header
required

Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.

Headers

Idempotency-Key
string
required

Unique key identifying this operation. Sending the same key twice returns the original response instead of creating a duplicate. Keys are retained for 24 hours.

Maximum string length: 255

Body

multipart/form-data
file
file
required

CSV file matching the individual or business template.

Response

Preview generated with per-row validation results.

data
object

Result of POST /v1/beneficiaries/import. Carries the persisted import_id (which confirm references), top-line counts, and the full per-row validation outcome so the merchant portal can render inline per-cell errors.