1. Payout Object
New Fields
A new optionallocal object is added to the payout object.
| Field | Sub-field | Type | Mandatory | Description |
|---|---|---|---|---|
| local | json | N | Fields specific to local payouts | |
| fund_transfer_system | enum | N | Fund transfer network used for the payout. |
- Represents the actual network used to deliver funds
- Certain corridors allow Tazapay users to specify the network, for others it is auto populated
- Returned in all payout API responses and payout webhooks
2. Payout Bank Metadata API
New Fields
The payout bank metadata response now includesfund_transfer_networks.
fund_transfer_networks (array)
Each object contains:
| Field | Type | Description |
|---|---|---|
| remitter_preference_support | boolean | Indicates if the network can be specified in the payout request |
| name | string | Name of the fund transfer network |
| transfer_limit | object | Transfer limits specific to the network |
- Limits may vary by network
- Effective payout method limits are derived as:
- Min limit: max of all network minimums
- Max limit: min of all network maximums
Backward Compatibility
- All fields are optional
- No breaking changes to existing integrations
