v1

latestOpenAPI 3.0.32026-07-24190128.9 KB

Create transaction: MF holdings import

post/{gatewayName}/transaction

Path parameters

gatewayNamestring required

Headers

x-gateway-secretstring required

Required | apiSecret shared for authentication

x-gateway-authtokenstring required

Required | JWT signed with shared secret & payload for guest

Request body

intent'MF_HOLDINGS_IMPORT' | 'HOLDINGS_IMPORT' required

To define intent of the transaction

notesstring

Optional | upto 256 characters, returned in the holdings response

Response

200

successboolean
errorsstring[]

Example response

{
  "success": true,
  "data": {
    "transactionId": "TRX_d1979aee081445faada24bf665cc9c1f",
    "expireAt": "2022-09-16T15:28:09.667Z"
  }
}