FOMO API (v20250702)
  1. Outgoing Transfer 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
          POST
        • Get an outgoing transfer creation intent
          GET
        • Confirm an outgoing transfer creation intent
          PATCH
      • 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. Outgoing Transfer Creation

Get an outgoing transfer creation intent

UAT Env
https://uat.fomoapis.com/v1
UAT Env
https://uat.fomoapis.com/v1
GET
https://uat.fomoapis.com/v1
/intents/outgoing-transfer-creation/{outgoing_transfer_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/outgoing-transfer-creation/' \
--header 'x-fomo-api-version;'
Response Response Example
{
    "id": "01985a3a-e6aa-7b92-9589-af9c9d03a3f5",
    "create_time": "2025-07-30T07:27:46.427910+00:00",
    "update_time": "2025-07-30T07:28:27.310406+00:00",
    "token": "AZhaOuaqe5KVia+cnQOj9Q==",
    "etag": "AZhaOuaqe5KVia+cnQOj9QAAAAAAAAAJ",
    "life_cycle": "completed",
    "result": "successful",
    "fail_reason": null,
    "customer_id": "725040eb-ed2c-4926-967c-39c8769eb622",
    "account_id": "eaa5250c-9e51-4a6a-8eaf-e1bc36974559",
    "balance_id": null,
    "customer_currency_code": "HKD",
    "customer_amount": "0.90",
    "beneficiary_currency_code": "HKD",
    "beneficiary_amount": "0.90",
    "flexible_routing": false,
    "requirements": [],
    "submitted_requirements": [],
    "beneficiary_id": "a150735f-5b46-4a4d-af91-ab412aae1873",
    "beneficiary_account_id": "5a9ff79f-75fb-4add-a33f-54d0bc64ea68",
    "supplementary_payment_instruction": {
        "intermediary_bank_identifier_code": null,
        "charge_option": "ben"
    },
    "conversion_contract_id": null,
    "fiat_payment_rail": "telegraphic-transfer",
    "confirm_time": "2025-07-30T07:28:25.894+00:00",
    "approve_time": "2025-07-30T07:28:26.124+00:00",
    "complete_time": "2025-07-30T07:28:27.257+00:00",
    "outgoing_transfer_id": "01985a3b-820c-74ad-87de-6443e7ba9966"
}
Previous
Create an outgoing transfer creation intent
Next
Confirm an outgoing transfer creation intent
Built with