FOMO API (v20250702)
  1. Beneficiary Acocunt
FOMO API (v20250702)
  • Authorization
  • Webhook
  • API
    • Account
      • Retrieve an account
      • List accounts
    • Balance
      • Retrieve a balance
      • List balances
    • Transaction
      • Retrieve a transaction
      • List transactions
    • Virtual Account
      • Retrieve a virtual account
      • List virtual accounts
    • Beneficiary
      • Beneficiary Acocunt
        • List beneficiary accounts
          GET
        • Retrieve a beneficiary account
          GET
      • List beneficiaries
        GET
      • Retrieve a beneficiary
        GET
    • Account Holder
      • Retrieve an account holder
      • List account holders
    • Outgoing Transfer
      • List outgoing transfers
      • Retrieve an outgoing transfer
    • Webhook
      • Retrieve a webhook
      • List webhooks
    • Intent
      • Account Holder Creation
        • Create an account holder creation intent
        • Get an account holder creation intent
        • Confirm an account holder creation intent
      • Outgoing Transfer Creation
        • Create an outgoing transfer creation intent
        • Get an outgoing transfer creation intent
        • Confirm an outgoing transfer creation intent
      • Virtual Account Creation
        • Create a virtual account creation intent
        • Set account holder for virtual account creation intent
        • Get a virtual account creation intent
        • Confirm a virtual account creation intent
      • Virtual Account Update
        • Create a virtual account update intent
        • Set account holder for virtual account update intent
        • Get a virtual account update intent
        • Confirm a virtual account update intent
      • Beneficiary Creation
        • Create a beneficiary creation intent
        • Get a beneficiary creation intent
        • Confirm a beneficiary creation intent
      • Beneficiary Account Creation
        • Create a beneficiary account creation intent
        • Get a beneficiary account creation intent
        • Confirm a beneficiary account creation intent
  1. Beneficiary Acocunt

Retrieve a beneficiary account

UAT Env
https://uat.fomoapis.com/v1
UAT Env
https://uat.fomoapis.com/v1
GET
https://uat.fomoapis.com/v1
/beneficiaries/{beneficiary_id}/accounts/{beneficiary_account_id}

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://uat.fomoapis.com/v1/beneficiaries//accounts/' \
--header 'x-fomo-api-version;'
Response Response Example
{
    "id": "5bdbc6f2-a0ed-4626-889a-2a210b1a6196",
    "create_time": "2025-07-30T10:30:59.205391+00:00",
    "update_time": "2025-07-30T10:30:59.205391+00:00",
    "token": "W9vG8qDtRiaImiohCxphlg==",
    "etag": "W9vG8qDtRiaImiohCxphlgAAAAAAAAAA",
    "customer_id": "725040eb-ed2c-4926-967c-39c8769eb622",
    "beneficiary_id": "a150735f-5b46-4a4d-af91-ab412aae1873",
    "external_account": {
        "type": "bank-account",
        "detail": {
            "bank_identifier_code": "OCBCSGSGXXX",
            "bank_account_number": "99992222"
        }
    }
}
Previous
List beneficiary accounts
Next
List beneficiaries
Built with