Bulk Transfers
Update Bulk Transfer
Add or modify transfers within an existing bulk transfer batch
Overview
The Update Bulk Transfer endpoint allows you to add transfers to an existing bulk transfer batch. Use this endpoint to populate your bulk transfer with individual payment instructions before execution.
Before adding transfers:
- Ensure the bulk transfer is in
created
status - Verify the batch hasn’t expired
- Check that you haven’t exceeded maximum transfer limits
Endpoint
Request Parameters
The unique identifier of the bulk transfer to update
Array of transfer items to add to the batch
Example Request
Response Format
Array of created transfer items
Validation Rules
Error Handling
Bulk transfer is not in editable state
- Status code: 400
- Must be in
created
status
Maximum number of transfers reached
- Status code: 400
- Remove existing transfers first
Invalid transfer parameters
- Status code: 422
- Check error details for specific fields
Best Practices
-
Batch Organization
- Group similar transfers together
- Use consistent currencies when possible
- Include clear references and descriptions
- Validate beneficiary details before adding
-
Error Management
- Implement proper error handling
- Validate transfers before submission
- Keep track of failed additions
- Retry failed transfers with corrected data
-
Performance
- Add transfers in reasonable batch sizes
- Monitor rate limits
- Handle timeouts appropriately
- Log all operations
Next Steps
After adding transfers:
- Review the bulk transfer
- Execute the transfers
- Monitor progress via webhooks