RTGS Transfer
Admin Access RequiredInitiates a GEL bank-to-bank transfer where the destination bank is in Georgia. Routed via the National Bank of Georgia (NBG) RTGS system.
Example RTGS Transfer
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionaladditional_descriptionstringAdditional details to describe the transfer
amountRequiredstringThe 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.
descriptionRequiredstringDescription or purpose of the payment
destination_ibanRequiredstringThe IBAN of the recipient's account
destination_nameRequiredstringName of destination account
source_ibanRequiredstringThe IBAN of the sender's account
Header Parameters
Idempotency-KeyRequiredstringResponse Body
Success response
transaction_idRequiredstringExternal Transfer POST
Create an external transfer. The transfer_external_type must be specified 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.
Create Digital Asset Transfer POST
Use this API to create an outgoing Digital Asset Transfer intent. This API validates the transfer and holds it as an intent, returning a Transaction ID. No funds move until the intent is confirmed via the PUT endpoint.