Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.3 KB

File metadata and controls

33 lines (18 loc) · 1.3 KB

MobileMoneyAddress

Properties

Name Type Description Notes
accountHolder AccountHolderDetails [default to undefined]
mobilePhoneNumber string Mobile phone number in E.164 format [default to undefined]
provider string Mobile money provider [default to undefined]
beneficiaryDocumentId string Beneficiary document identification (may be required) [optional] [default to undefined]
beneficiaryRelationship string Relationship to beneficiary for AML purposes [optional] [default to undefined]
successPaymentInstructionRedirectUrl string The URL to redirect to after the payment instruction is successful [optional] [default to undefined]
paymentRedirect PaymentRedirect [optional] [default to undefined]

Enum: MobileMoneyAddressProviderEnum

  • MPesa (value: 'm-pesa')

  • Airtel (value: 'airtel')

  • Mtn (value: 'mtn')

  • Tigo (value: 'tigo')

  • Orange (value: 'orange')

[Back to top] [Back to API list] [Back to Model list] [Back to README]