FOMO API (v20250702)
  1. Beneficiary Creation
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
        • Retrieve a beneficiary account
      • List beneficiaries
      • Retrieve a beneficiary
    • 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
          POST
        • Get a beneficiary creation intent
          GET
        • Confirm a beneficiary creation intent
          PATCH
      • Beneficiary Account Creation
        • Create a beneficiary account creation intent
        • Get a beneficiary account creation intent
        • Confirm a beneficiary account creation intent
  1. Beneficiary Creation

Get a beneficiary creation intent

UAT Env
https://uat.fomoapis.com/v1
UAT Env
https://uat.fomoapis.com/v1
GET
https://uat.fomoapis.com/v1
/intents/beneficiary-creation/{beneficiary_creation_intent_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/intents/beneficiary-creation/' \
--header 'x-fomo-api-version;'
Response Response Example
{
    "id": "01985ac2-2531-7b10-b3a9-007073d29b0f",
    "create_time": "2025-07-30T09:55:29.775165+00:00",
    "update_time": "2025-07-30T10:06:39.460278+00:00",
    "token": "AZhawiUxexCzqQBwc9KbDw==",
    "etag": "AZhawiUxexCzqQBwc9KbDwAAAAAAAAAJ",
    "life_cycle": "completed",
    "result": "successful",
    "fail_reason": null,
    "customer_id": "725040eb-ed2c-4926-967c-39c8769eb622",
    "country_code": "HK",
    "name": "Andy Lim",
    "address": "Victoria Hong Kong",
    "type": "individual",
    "requirements": [],
    "submitted_requirements": [],
    "confirm_time": "2025-07-30T10:06:38.918+00:00",
    "approve_time": "2025-07-30T10:06:39.041+00:00",
    "complete_time": "2025-07-30T10:06:39.424+00:00",
    "beneficiary_id": "297d982c-daff-4534-a727-827b92cc8b6f"
}
Previous
Create a beneficiary creation intent
Next
Confirm a beneficiary creation intent
Built with