Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Get current user's payout profile

GET/v1/referral/payout-profile
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
account_namestring
account_numberstring
bank_namestring
ewallet_idstring
ewallet_providerstring
updated_atstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/referral/payout-profile"
Response
{
  "account_name": "string",
  "account_number": "string",
  "bank_name": "string",
  "ewallet_id": "string",
  "ewallet_provider": "string",
  "updated_at": "string"
}