The Internal Transfer API allows you to transfer funds between two Synctera accounts, in real-time.
is_p2p_enabled
set to true
.type
and a subtype
which are used to categorize transactions.
The Internal Transfers API always create a transaction with type internal_transfer
, but allows you to specify the subtype of the transaction via the Internal Transfer type
field in the request payload.
The full set of supported internal transfer types are documented in the Internal Transfer API Reference.
For more details about transaction types, and transactions in general, see the Transaction Guide.
is_system_acc
attribute on resource.
When this field is true
, it means that any internal transfers to or from these internal accounts will be declined.
See the Internal Transfers API for more details.
c8ddc14b-33be-447a-820d-3fe59ad49028
.
It’s also worth highlighting that the amount
in this example in cents, not dollars. The Synctera payment APIs always use the smallest denomination for the given currency.
The response on an successful internal transfer will include the same information in the request payload, with the addition of an id
field that represents the unique transaction id created to represent the transfer:
id
with the GET Posted Transaction API API to retrieve additional details about the transaction.
0b4e28a7-65fd-4ae0-bbb8-d744ded639a5
), crediting our PnL internal account (a5c2604b-7758-4732-b264-b0ea0a1403d1
):
FEE
) in order to more easily distinguish it from other transactions against the account.originating_account_id
now represents an internal account (fetched from the /v0/internal_accounts
API)0b4e28a7-65fd-4ae0-bbb8-d744ded639a5
), to a Money in and out internal account (3dff4ee6-057a-4b29-bedc-f8de8b838780
):