Skip to main content

CreatePayoutAccountDto

agentIdstringrequired
accountTypestringrequired

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]

accountNumberstringrequired

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

bankCodestring
branchCodestring
accountHolderstringrequired

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
CreatePayoutAccountDto
{
"agentId": "string",
"accountType": "bank",
"holderRelationship": "self",
"accountNumber": "string",
"bankCode": "string",
"branchCode": "string",
"accountHolder": "string",
"currency": "UGX",
"isPrimary": true
}