Skip to main content

UpdatePayoutAccountDto

agentIdstring
accountTypestring

Possible values: [bank, mobile_money]

holderRelationshipstring

Declared relationship between the owning agent and the account holder. Defaults to self.

Possible values: [self, family, joint, corporate]

accountNumberstring

Possible values: >= 4 characters and <= 60 characters

bankCodestring
branchCodestring
accountHolderstring

Possible values: non-empty and <= 200 characters

currencystring

ISO 4217. Defaults to UGX (Uganda-primary platform).

Possible values: [UGX, USD, EUR, GBP, KES, TZS, RWF]

isPrimaryboolean
UpdatePayoutAccountDto
{
"agentId": "string",
"accountType": "bank",
"holderRelationship": "self",
"accountNumber": "string",
"bankCode": "string",
"branchCode": "string",
"accountHolder": "string",
"currency": "UGX",
"isPrimary": true
}