Initiate Transfer Between Financial Accounts

The POST /api/fundsMovement/v2/initiateTransferBetweenFinancialAccounts method facilitates the initiation of a secure transfer between two financial accounts. This endpoint is essential for moving funds efficiently within a banking application, ensuring that transactions are executed correctly and securely.

Purpose:

This API is designed to enable the transfer of funds between two financial accounts within a banking system. The user provides the necessary details, such as source and destination accounts, transfer amount, and optional metadata, to complete the transaction.

Response:

Upon successful initiation, the API will return details of the transfer request, including the transaction reference ID and status, allowing the user to track and confirm the transfer.

Key Features:

  • Secure Funds Transfer: Facilitates the transfer of funds between two financial accounts, ensuring secure transactions with proper validation of accounts and amounts.
  • Currency Support: Offers the flexibility to specify a currency code, supporting transfers in multiple currencies if needed.
  • Efficient Transfers: Enables seamless and efficient movement of funds, suitable for both personal and business accounts.
📘

Summary:

The POST /api/fundsMovement/v2/initiateTransferBetweenFinancialAccounts API provides a secure and efficient way to transfer funds between financial accounts. By allowing users to specify source and destination accounts, amounts, and additional metadata, this endpoint ensures that transfers are processed with transparency and proper validation. The API’s support for tracking, custom descriptions, and currency options makes it versatile for a range of financial transactions, whether personal or business-related.

Body Params

Base class for all funds transfer (movement) request.

string | null
[\w. ]+
string
required
length ≥ 1
string
required
length ≥ 1
int32
1 to 4294967295
int32
enum
Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json