Create Internal Transfer

Use this API for initiating an outgoing internal transfer between two accounts within the platform.

** Behaviour **: A successful response from this API indicates that the transfer was successfully executed.

** Flow of Funds **: Originator to Recipient only (PaymentType : CREDIT).

** Settlement Timeline **: Funds are transferred in real-time from the Originator to the Recipient account.

Note: All the payment API's have the endpoint: /payments

Body Params

Use this API for initiating an outgoing internal transfer between two accounts within the platform.

** Behaviour **: A successful response from this API indicates that the transfer was successfully executed.

** Flow of Funds **: Originator to Recipient only (PaymentType : CREDIT).

** Settlement Timeline **: Funds are transferred in real-time from the Originator to the Recipient account.

Note: All the payment API's have the endpoint: /payments

string
enum
required
Defaults to CREDIT

Specifies the type of payment. Example: CREDIT

Allowed:
string
enum
required
Defaults to INTERNAL

Indicates the payment network used. Example: INTERNAL

Allowed:
number
required
Defaults to 99.99

The payment amount. BigDecimal; integer part max 12 digits, fraction part max 24 digits.

originator
object
required

The details of the originator for internal transfer.

recipient
object
required

The details of the recipient for the internal transfer.

string

Unique identifier for tracking the transaction. Maximum length: 100 characters.

string
length ≤ 140

Optional reference or description for the transaction. Example: transferring to amy.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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