Skip to content

Transfer Reversals, Secure Events

Compare
Choose a tag to compare
@jaymedavis jaymedavis released this 02 May 02:26
· 2587 commits to master since this release
  • Added the Transfer Reversals service
  • Added secure events - see the readme
  • Added the transfer group to StripeTransferCreateOptions
  • Added ExpandSource to the StripeBalanceService

SMALL BREAKING CHANGE

  • StripeBalanceTransaction Source was previously a string with the source id. It is now a StripeSource (expandable type). To upgrade your existing code, just change Source to SourceId.