The GET /payouts/{id} call allows your platform to look up a single payout. Payouts allow your merchants to receive their funds from your platform.
SecurityappIdAuth and appTokenAuth
Request
path Parameters
id
required
string [ 1 .. 255 ] characters
ID of the payout, generated by WePay when the payout is created.
header Parameters
Content-Type
required
stringapplication/json
Example: application/json
Unique-Key
string
Responses
200
Response Schema: application/json
id
required
string
ID of the payout, generated by WePay when the payout is created.
resource
required
string
Helps organize information by identifying the resource type of the object data.
Value:
Description
payouts
path
required
string
Path of resource and resource ID.
required
object or null
Details the owner resource and owner path.
amount
integer
Amount in cents.
api_version
string
complete_time
integer or null <int64> >= 0
The time (in UNIX) the payout was completed.
create_time
integer <int64> >= 0
The time (in UNIX) when the payout was created.
currency
string
ISO 4217 currency code. Possible values include: CAD & USD. Note: as of today, currency supports a single value.
Enum:
Description
USD
United States Dollar
CAD
Canadian Dollar
… 1 more
object or null
Any custom data your platform chooses to attach to this resource. The custom data must be key-value pairs and not contain any personally identifiable information (PII) or payment card (PCI) data.
object or null
object
Payout method associated with payouts.
Array of objects or null or null
Array of objects or null
Any rbit data your platform chooses to attach to this resource. The rbit data must be key-value pairs and can be an array of rbit objects.
reference_id
string or null [ 1 .. 255 ] characters
A custom reference ID for your platform to track the object. It can be any string.
statement_descriptor
string
A free-form string that appears on the merchant's bank statement. It is tied to a single payout.
status
string
Enum:
Description
pending
WePay is currently processing this payout. See the pending_reasons structure for additional information.
completed
WePay has finished processing this payout. Note: Other bank institutions must also process payouts to bank accounts before the merchant will see the deposit in their account.
… 1 more
object or null
When a non-payment resource (i.e. recoveries or payouts) fails to process, fetch this transaction record in order to maintain accurate accounting of the merchant's balance.
object or null
When a payout has occurred, fetch this transaction record to account for the debit from the merchant.