Brite enables additional functionality to withdrawals and when the money actually arrives to the bank account, ‘Time 2 money’. When merchants create withdrawals it’s possible to see when funds will arrive in the user’s bank account. This information can be fetched in one of two places.
1. Transaction creation response
If the merchant is auto approving withdrawals, then you can see the eta in the create_withdrawal response. The following field is added to the response, ‘eta’:
● ETA = Estimated Datetime
If a transaction needs manual approval the eta field will be empty.
2. Transaction approval response
If a withdrawal needs manual approval the eta will be empty in the creation response. Merchant will instead get the eta in the withdrawal approval response.