Upload a batch of payment references
POST/wallet/fiat/:currency/payment/bulk-references
Provisions a unique deposit reference per sender asynchronously; poll the
returned jobId. Only one job may run per account at a time, and the batch
has a maximum size. Requires the payments.collections.create permission.
Request
Responses
- 201
- 400
- 401
- 403
- 409
Accepted for processing
Validation failed (e.g. empty batch, batch too large)
Missing/invalid JWT or entity selection (RBAC_ENTITY_SELECTION_REQUIRED)
Caller lacks the payments.collections.create permission (RBAC_PERMISSION_DENIED)
A bulk-reference job is already running for this account