v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Cards Bulk Operations

Upload CSV file with bulk card operations

Allow clients to upload csv file with create, update and change card status requests

post/bulk-cards/upload

Query parameters

validateOnlyboolean

Flag of whether to validate batch entries and not submit for processing. Default false.

keepEntriesboolean

Flag of whether to persist entries for batch request. Can only be true if validateOnly is true, default is false

overrideFileboolean

Flag of whether to replace existing file with same name. Default false.

Response

CSV file accepted and validated

bulkRequestIdstring
submissionTimestampstring date-time
status'SUBMITTED' | 'VALIDATED' | 'VALIDATED_WITH_ERRORS' | 'PROCESSING' | 'PARTIALLY_PROCESSED_WITH_ERRORS' | 'PARTIALLY_PROCESSED' | 'PROCESSED' | 'ARCHIVED' | 'DELETED'