Transfer
Internal Transfer
Initiates a transfer between legal entities within Pave Bank.
Example Internal Transfer
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionalamountRequiredstringThe amount of money. Our API expect amount values to be in minor units - the smallest unit of a currency depending on the number of decimals. For example, USD has two decimals. So $10 is represented by 1000. JPY has no decimals, so ¥10 is 10.
descriptionRequiredstringdestination_ibanRequiredstringsource_ibanRequiredstringResponse Body
Success response
transaction_idRequiredstringExternal Transfer POST
Create an external transfer. The transfer_external_type must be specified (e.g., DOMESTIC_USD, SWIFT) and the respective transfer type's payload be filled out in the request body. For example, if transfer_external_type is SWIFT, the swift parameters must be completed.
RTGS Transfer POST
Initiates a bank-to-bank transfer via the Georgian RTGS system.