FOMO API (v20250702)
  1. Virtual Account Update
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
          POST
        • Set account holder for virtual account update intent
          PATCH
        • Get a virtual account update intent
          GET
        • Confirm a virtual account update intent
          PATCH
      • 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. Virtual Account Update

Get a virtual account update intent

UAT Env
https://uat.fomoapis.com/v1
UAT Env
https://uat.fomoapis.com/v1
GET
https://uat.fomoapis.com/v1
/intents/virtual-account-update/{virtual_account_update_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/virtual-account-update/' \
--header 'x-fomo-api-version;'
Response Response Example
{
    "id": "01999f83-c45b-7b58-bc8d-1d83099264a7",
    "create_time": "2025-07-30T10:37:44.960329+00:00",
    "update_time": "2025-07-30T10:44:24.460+00:00",
    "token": "AZha6NQnevO2JSkKhSOMoQ==",
    "etag": "AZha6NQnevO2JSkKhSOMoQAAAAAAAAAK",
    "life_cycle": "completed",
    "result": "successful",
    "fail_reason": null,
    "customer_id": "9b607213-9e86-47e0-b2a8-b89e5ff8c0e0",
    "virtual_account_id": "83a56008-5670-47f0-9bf5-d47e7601b083",
    "requirements": [
        "account-holder"
    ],
    "submitted_requirements": [
        "account-holder"
    ],
    "confirm_time": "2025-07-30T10:44:23.505+00:00",
    "approve_time": "2025-07-30T10:44:23.637+00:00",
    "complete_time": "2025-07-30T10:44:24.416+00:00"
}
Previous
Set account holder for virtual account update intent
Next
Confirm a virtual account update intent
Built with