FOMO API (v20250702)
  1. Outgoing Transfer
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
        GET
      • Retrieve an outgoing transfer
        GET
    • 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. Outgoing Transfer

List outgoing transfers

UAT Env
https://uat.fomoapis.com/v1
UAT Env
https://uat.fomoapis.com/v1
GET
https://uat.fomoapis.com/v1
/outgoing-transfers

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://uat.fomoapis.com/v1/outgoing-transfers?token=AZgSQ+0RcoiBYyuiTAONcQ==&count=2' \
--header 'x-fomo-api-version;'
Response Response Example
[
    {
        "id": "01981269-478f-74af-87af-93b0e1e68d51",
        "create_time": "2025-07-16T08:46:33.928346+00:00",
        "update_time": "2025-07-16T10:19:27.675557+00:00",
        "token": "AZgSaUePdK+Hr5Ow4eaNUQ==",
        "etag": "AZgSaUePdK+Hr5Ow4eaNUQAAAAAAAAAZ",
        "customer_id": "725040eb-ed2c-4926-967c-39c8769eb622",
        "life_cycle": "completed",
        "result": "successful",
        "fail_reason": null,
        "account_id": "eaa5250c-9e51-4a6a-8eaf-e1bc36974559",
        "balance_id": null,
        "customer_currency_code": "HKD",
        "customer_amount": "3.10",
        "beneficiary_currency_code": "HKD",
        "beneficiary_amount": "3.10",
        "flexible_routing": false,
        "fiat_payment_rail": "telegraphic-transfer",
        "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,
        "selected_balance_id": "eb69daf2-b76a-4430-a8cf-2b51531ecd59",
        "selected_beneficiary_account_id": "5a9ff79f-75fb-4add-a33f-54d0bc64ea68",
        "selected_fiat_payment_rail": "telegraphic-transfer",
        "customer_fee_currency_code": "HKD",
        "customer_fee_amount": "0",
        "amount_balance_transaction_id": "0198126b-6397-716c-b561-c47345c5f871",
        "fee_balance_transaction_id": "0198126b-6397-716c-b561-c917c60381fd"
    },
    {
        "id": "0198132f-019c-761a-95c6-256e4093d707",
        "create_time": "2025-07-16T12:22:20.943132+00:00",
        "update_time": "2025-07-16T12:24:17.968374+00:00",
        "token": "AZgTLwGcdhqVxiVuQJPXBw==",
        "etag": "AZgTLwGcdhqVxiVuQJPXBwAAAAAAAAAW",
        "customer_id": "725040eb-ed2c-4926-967c-39c8769eb622",
        "life_cycle": "pending-result",
        "result": "pending",
        "fail_reason": null,
        "account_id": "eaa5250c-9e51-4a6a-8eaf-e1bc36974559",
        "balance_id": null,
        "customer_currency_code": "HKD",
        "customer_amount": "4.10",
        "beneficiary_currency_code": "HKD",
        "beneficiary_amount": "4.10",
        "flexible_routing": false,
        "fiat_payment_rail": "telegraphic-transfer",
        "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,
        "selected_balance_id": "eb69daf2-b76a-4430-a8cf-2b51531ecd59",
        "selected_beneficiary_account_id": "5a9ff79f-75fb-4add-a33f-54d0bc64ea68",
        "selected_fiat_payment_rail": "telegraphic-transfer",
        "customer_fee_currency_code": "HKD",
        "customer_fee_amount": "0",
        "amount_balance_transaction_id": "01981330-9d18-751b-b88f-4de3e818fe65",
        "fee_balance_transaction_id": "01981330-9d19-7624-ad3c-9a1713b0456d"
    }
]
Previous
List account holders
Next
Retrieve an outgoing transfer
Built with