Create a Payout Request
Create a Payout Request that can be approved on the Dots Dashboard.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
The amount in cents to pay the user.
x > 0
Add a memo to payout request
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
The payee's phone number. user_id
or payee
is required.
The user's id. user_id
or payee
is required.
Response
The payout-request
id.
Amount in cents of the payout-request
.
Date that the payout-request
was created.
ID of the payout-request
.
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
The payout-link
that was sent when the payout-request
was approved.
Status of the payout-request
.
created
, approved
, rejected
The user
that requested the payout.