createTransaction
Creating a new transaction
Create a new transaction
POST
https://pay.imal.dev/api/createTransaction
Creates a new transaction.
Request Body
Name | Type | Description |
---|---|---|
key* | string | Your merchant API key. |
description* | string | Description of the transaction (eg. Invoice #63729) |
tokenid* | string | tti_ of the vite token used for the transaction |
amount* | String | RAW Amount of the token used for the transaction |
memoprefix | String | Prefix for the memo used in the transaction (eg. "gifts" would result in something like "gifts823729") |
destination* | String | Address the funds should be sent to. |
redirecturl* | String | "Back to merchant" URL |
Last updated