Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 765 Bytes

RecipientAccounts.md

File metadata and controls

30 lines (22 loc) · 765 Bytes

PayoutMethods

About

The PaymentRails_RecipientAccounts class contains static utily methods for interfacing with the payout methods API. For more information see the API documentation

Methods


get

Utility method to make GET requests to the payout method API

Parameters Return Type
(recipientId, recipientAccountId, callback) callback

post

Utility method to make POST requests to the payout method API

Parameters Return Type
(recipientId, body, callback) callback

patch

Utility method to make PATCH requests to the payout method API

Parameters Return Type
(recipientId, recipientAccountId, body, callback) callback