Get Beneficiary
GET
/client-service/api/v1/beneficiaries/{beneficiaryId}
Beneficiary
Request
Path Params
beneficiaryId
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-gateway-uat.mmacs.io/platform/client-service/api/v1/beneficiaries/'
Responses
🟢200OK
application/json
Body
BeneficiaryOutput type
accountName
string
optional
accountNumber
string
optional
bankBicOrCode
string
optional
bankName
string
optional
bankAddress
string
optional
name
string
optional
addressLine1
string
optional
addressLine2
string
optional
city
string
optional
state
string
optional
country
string
optional
currencyIso3Code
string
optional
emailAddress
string
optional
phoneNumber
string
optional
clientId
string
optional
subClientId
string
optional
intermediaryBank
#/components/schemas/IntermediaryBankInputoptional
branchInformation
#/components/schemas/BranchInformationInputoptional
Example
🟠400Bad Request
🟠401Unauthorized