Skip to content

1.18.0

Compare
Choose a tag to compare
@fredericdelordm fredericdelordm released this 27 May 18:48
· 5 commits to release since this release

Added

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 NodeJS SDK. You can now verify the mode applied to an instant payment.

let payoutData = 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.