Payouts
Fetch Payout
Retrieves details of an existing payout
POST
/
api
/
v1
/
merchants
/
payout
/
fetch
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
payoutId
string
requiredID of the payout to fetch
Response
200 - application/json
wallet
object
network
object
status
enum<string>
Available options:
PROCESSING
, CONFIRMING
, COMPLETED
, REJECTED
address
string
txHash
string
amount
number
createdAt
string