The PaymentRails_RecipientAccounts class contains static utily methods for interfacing with the payout methods API. For more information see the API documentation
Utility method to make GET requests to the payout method API
Parameters | Return Type |
---|---|
(recipientId, recipientAccountId, callback) | callback |
Utility method to make POST requests to the payout method API
Parameters | Return Type |
---|---|
(recipientId, body, callback) | callback |
Utility method to make PATCH requests to the payout method API
Parameters | Return Type |
---|---|
(recipientId, recipientAccountId, body, callback) | callback |