payoutTransaction

Create a transaction that pays an amount from the logged in merchant to the specified user.

The details of the transaction are returned upon success.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

UserId of user receiving funds.

string

bankAccountId of transacting user. Defaults to user's default bank (isSelected: 1).

string

Specific merchant location, used for multi-location merchants. Defaults to merchant's first or only location.

string
required

Transaction amount in USD rounded to 2 decimal places: XX.XX

string
required

A uuid unique to the transaction that can be provided, and referenced later. Required for X-AP-Version 2023-06-05. Must follow standard uuid guidelines (ISO/IEC 9834-8).

boolean

True if real time payment (RTP), defaults to false. Requires header X-AP-Version: 2023-06-05. Please note you must complete additional bank compliance documents to enable RTP payouts.

Headers
string
required

A merchant scoped token.

string
required

Version header. Transaction v2 requires X-AP-Version == 2023-06-05

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json