3.5.0
Added
Instant payment
Mangopay has introduced few months ago the instant payment mode. It allows payouts (transfer from wallet to user bank account) to be processed within 25 seconds, rather than the 48 hours for a standard payout.
We have added a new feature in the PHP SDK. You can now verify the mode applied to an instant payment.
$payOutGet = $this->_api->PayOuts->GetBankwire($payOut->Id);
// where $payOut->Id is the id of an existing payout
Please note that this feature must be authorized and activated by MANGOPAY. More information here.
Accepted PRs
- Improved documentation around ubo declaration reason
- ResponseError object improvement