POST
/
api
/
v1
/
merchants
/
payout
/
fetch

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
payoutId
string
required

ID of the payout to fetch

Response

200 - application/json
address
string
amount
number
createdAt
string
id
string

Unique identifier of the payout

network
object
status
enum<string>
Available options:
PROCESSING,
CONFIRMING,
COMPLETED,
REJECTED
txHash
string | null
wallet
object