Confirm a Beneficiary Import
Materializes beneficiaries for every row that passed preview validation.
Invalid rows from the preview phase are skipped. Rows that pass preview
but fail at create time (duplicate identity, vault failure, etc.) are
reported in errors[].
The import row is marked confirmed once this call completes — even
on partial failure. To re-run a subset, edit the source CSV and upload
a fresh import.
Requires an Idempotency-Key header.
Authorizations
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
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.
255Path Parameters
^imp_[a-zA-Z0-9]+$Response
Confirm completed.
Result of POST /v1/beneficiaries/import/{import_id}/confirm.