venmo / venmo-ios-sdk

Make and accept payments in your iOS app via Venmo
MIT License
178 stars 57 forks source link

Add support for multiple recipients #62

Closed bdbergeron closed 8 years ago

bdbergeron commented 9 years ago

Add the ability for developers to pass in a comma-separated list of recipients for sending/requesting payments to/from a group.

bdbergeron commented 9 years ago

This build includes updates to the test suites for Specta 0.3.1+. The ^AsyncBlock block was replaced in 0.3.1 with a different mechanism.

ayanonagon commented 8 years ago

Hi! Thank you for the PR, and sorry for the very slow response.

We really do want to add the ability to pay multiple people via the SDK, but we can’t do that officially because our API does not support it properly. The problem is that the API only accept one payment at a time, so we can’t rely on any one payment result to verify that the payment actually went through so we can tell the integrated app that if was successful or not.

However, you are more than welcome to keep your fork of the SDK and keep using that. Really appreciated that you updated the specs as well, so thank you for that. :smile: