Skip to content

2.20.0

Compare
Choose a tag to compare
@fredericdelordm fredericdelordm released this 17 Nov 11:52
· 178 commits to master since this release

Added

Instant payouts hooks

We are now providing new hooks for our new feature Instant payouts :

  • INSTANT_PAYOUT_SUCCEEDED
  • INSTANT_PAYOUT_FALLBACKED

It will allow you to trigger an action depends on the Instant Payout treatment.

GET a RecurringPayIn ID

You can now request the RecurringPayIn ID to check if the status is valid using
this.api.getPayInApi().get(createdCit.getId())