Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Update current user's payout profile

PATCH/v1/referral/payout-profile
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Request body
requiredapplication/json
account_namestring
account_numberstring
bank_namestring
ewallet_idstring
ewallet_providerstring
updated_atstring
Responses
200OK
account_namestring
account_numberstring
bank_namestring
ewallet_idstring
ewallet_providerstring
updated_atstring
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
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
422Unprocessable Entity
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 PATCH "/v1/referral/payout-profile" \
  -H "Content-Type: application/json" \
  -d '{
  "account_name": "string",
  "account_number": "string",
  "bank_name": "string",
  "ewallet_id": "string",
  "ewallet_provider": "string",
  "updated_at": "string"
}'
Response
{
  "account_name": "string",
  "account_number": "string",
  "bank_name": "string",
  "ewallet_id": "string",
  "ewallet_provider": "string",
  "updated_at": "string"
}