Parameter | Required | Type | Description |
---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | TransactAPI Developer Key |
tradeId | yes | integer | Trade ID generated by the API |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getPaymentInfo
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d tradeId=685427152
Parameter | Type | Description |
---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
tradeFinancialDetails | string | Returns the trade details as an array |
{
"statusCode": "101",
"statusDesc": "Ok",
"TradeFinancialDetails": {
"id": "956947",
"developerAPIKey": "bycBeJ3v88HgltlaaxfSeJ6518vbgBL3tAT",
"offeringId": "25205",
"accountId": "A49501",
"partyId": "P28759",
"party_type": "IndivACParty",
"escrowId": null,
"orderId": "114431043",
"transactionType": "CreditCard",
"totalAmount": "1959.600000",
"totalShares": "800.000000",
"orderStatus": "CREATED",
"createdDate": "2021-01-06 06:58:38",
"createdIpAddress": "103.114.208.58",
"errors": "",
"documentKey": "",
"esignStatus": "NOTSIGNED",
"users": "",
"field1": "",
"field2": "",
"field3": "",
"RRApprovalStatus": "Pending",
"RRName": "",
"RRApprovalDate": "",
"PrincipalApprovalStatus": "Pending",
"PrincipalName": "",
"PrincipalDate": "",
"archived_status": "0",
"closeId": "",
"ccDetails": {
"accountId": "A49501",
"tradeId": "114431043",
"offeringId": "25205",
"totalAmount": "1959.600000",
"vantivTransactionId": "83985531626818743",
"vantivTransactionMessage": "Approved",
"vantivTokenMessage": "Account number was previously registered",
"RefNum": "491823605",
"errors": "",
"transactionstatus": "Approved",
"fundStatus": "Submitted",
"createdDate": "2021-01-06 06:58:59",
"updatedDate": "2021-01-07 05:57:00"
}
}
}