Create Transaction

This API is used to pass a transaction entry into a ledger account.

🙌

Important Note

Please use only Staging Credentials on each API Reference page to test the APIs directly from our Documentation.

API Endpoints

Path Params
string
required

Journal URN under which transaction will be created

Body Params
string
required

Your unique API reference id

string
required

Purpose of the transaction

boolean
required
string

Payer ledger account URN passed at the time of ledger account creation. Required if transaction is happening across accounts or is a Debit

string

Payee ledger account URN passed at the time of ledger account creation. Required if transaction is happening across accounts or is a Credit

double
required
Defaults to 100

Transaction amount

string
required

Transaction status as desired. Acceptable value - SUCCESS, PENDING, FAILURE

date

Expiry date of the transaction if the transaction type is credit.

date-time
required

Timestamp of the intended transaction

additional_parameters
object

Any custom parameters as required

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json