v1
latestOpenAPI 3.0.32026-07-24190128.9 KBCreate transaction: Stock 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
Response
200
Example response
{
"success": true,
"data": {
"transactionId": "TRX_d1979aee081445faada24bf665cc9c1f",
"expireAt": "2022-09-16T15:28:09.667Z"
}
}