Skip to main content
POST
Create Crm Transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

CRM-initiated inter-account transfer.

from_login
string
required
to_login
string
required
amount
required
Required range: 0 < x <= 10000000
note
string | null

Response

Successful Response

transfer_out_id
string
required
transfer_in_id
string
required
from_login
string
required
to_login
string
required
amount
number
required
from_currency
string
required
to_currency
string
required
converted_amount
number
required
status
string
required
source
string
required
effective_rate
number | null