ApiFinance

Send internal transfer to another user by UID

post/api/internal-transfer

Headers

Idempotency-Keystring

Request body

toUserIdstring nullable

Specify user id (optional)

toEmailstring nullable

Specify user email (optional)

toPublicIdstring nullable

Specify recipient PublicId / UID (optional)

amountnumber double

Transfer amount

currencyCodestring required

Transfer currency

authCodestring nullable

Google Authenticator code

emailAuthCodestring nullable

Code sent to email

Example request

{
  "toUserId": "fef317fd-121f-4d50-b1de-362dbe4e07de",
  "toEmail": "test@mail.com",
  "toPublicId": "123456",
  "amount": 50,
  "currencyCode": "USDT"
}

Response

Success

Changes