How To: Add Support for Venmo Payout
UI Implementation
If you are leveraging Coinflow’s bank authentication UI, once Venmo payouts are configured on your merchant account, your customers can link a Venmo account as a payout destination straight from the UI. If you are doing a merchant payout, the only thing you’ll need to do is pass the linked Venmo token into the payout endpoints. This token can be grabbed from the existing Get Withdrawer Endpoint that you use to link any bank account/card info.
If you are doing a user custodial payout through our SDKs, this is just a configuration setting on Coinflow’s end. No additional implementation is needed to support Venmo payouts. Reach out to your point of contact for integrations at Coinflow to enable this feature.
API Implementation
After following your usual KYC verification flow, follow these steps to allow linking a Venmo payout destination:
- Link Venmo Account
This allows the withdrawer to add a Venmo account associated with their phone number as a payout destination.
Request
- Call Get Withdrawer
This allows you to get the tokenized Venmo account details.
RequestResponse
- Initiate Payout
This allows the withdrawer to request a payout and receive funds directly to their Venmo account.
RequestResponse
🚧 The endpoint to initiate a payout may differ depending on your payout flow.
If you are paying out from a BYO wallet, pass the Venmo token to the do payoutendpoint. If you are paying out from a user custodial wallet, pass the Venmo token to the get transaction endpoint.

