General APIs with JWT

Get Pending Payouts

Get all pending referral payouts for the authenticated user.

get/referrals/pending-payouts

Response

Successful Response

idstring uuid required
user_idstring uuid required
payout_type'REFERRAL' | 'BALANCE_WITHDRAWAL' required
payout_method'STRIPE' | 'CRYPTO' | 'BALANCE' required
amountnumber required
currencystring required
status'PENDING' | 'CONFIRMED' | 'FAILED' required
wallet_idstring uuid nullable
stripe_transfer_idstring nullable
transaction_hashstring nullable
microservice_transaction_idstring nullable
networkstring nullable
token_typestring nullable
destination_addressstring nullable
meta_dataobject nullable
error_messagestring nullable
created_atstring date-time required
updated_atstring date-time required
completed_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.