Category links

API Links

GetTransactionAuthorizationStatus

Action: POST

Endpoint: /api/CoreCredit/MerchantManagement/GetTransactionAuthorizationStatus

This API is used to fetch the updated status of Outstanding Transaction Authorization and is only Applicable when MTA is enabled on Product and Merchant.

Request fields details
Fields Description

Source

string

Mandatory

Source of API Consumer For external system expected sources will be WEB.

Allowable Values:

50

IPAddress

string

Optional

IP Address of Client / Application Hosting Server Example: 10.206.0.204

Allowable Values:

15

DateFormat

string

Optional

Place Holder for Future Use. Values are: 1 : MM/dd/yyyy HH:MM:SS (Default) 2 : MM/dd/yy HH:MM:SS 3 : dd/MM/yyyy HH:MM:SS

Allowable Values:

25

CurrencyCode

string

Optional

Currency Code Place Holder for Future Use. Valid Values: Refer Appendix Section - Currency Code Example:840 = US Dollar Condition:If no value is passed, default value = 840

Allowable Values:

10

CurrencySymbolType

string

Optional

Place Holder for Future Use. CurrencySymbolType: 1: Currency Sign like $ 2: 3 ALPHA Currency Code like USD

Allowable Values:

10

Language

string

Optional

Place Holder for Future Use. Language: en: means use English Default: en - English

Allowable Values:

10

ExternalIP

string

Mandatory

IP Address of end user of API

Allowable Values:

50

SessionID

string

Optional

Session identifier of the API Example: 000028;026;1349906692

Allowable Values:

100

APIVersion

string

Mandatory

Version of the API to be invoked. Example: 2.0 API Version Current Version 2.0

Allowable Values:

10

CallerID

string

Optional

Caller ID of source from where API is initiated it is End User Caller ID Example: 7204454214 (phone number applicable in Case of IVR)

Allowable Values:

20

CalledID

string

Optional

Called ID of destination for which API is initiated It is Destination Called ID Example: 7314145404 (phone number applicable in Case of IVR)

Allowable Values:

20

RequestTime

datetime

Optional

Request Date Time of API Format: MM/dd/yyyy HH:mm:ss Example:01/15/2020 10:05:23

MerchantNumber

string

Conditional

Merchant Number which is assigned to a Merchant. Valid Values:0-9 Format: XXXXXXXXXX Example: 205136549 Condition: At least one of MerchantNumber/MerchantID is required.

Allowable Values:

19

MerchantID

integer

Conditional

Specific ID Assigned to a Merchant. Valid Values: 0-9 Format: XXXXXX Example: 562489 Condition: At least one of MerchantNumber/MerchantID is required.

AccountNumber

string

Conditional

Account number of cardholders. Valid Values: 0-9 Format:XXXXXXXXXX Example: 7314145404 Condition: At least one of AccountNumber/ApplicationNumber is required.

Allowable Values:

19

ApplicationNumber

string

Conditional

Unique Number generated for the Account creation Application. Valid Values: 0-9 Format:XXXXXXXXXX Example: 8002201421 Condition::At least one of AccountNumber/ApplicationNumber is required.

Allowable Values:

19

AuthTranID

string

Mandatory

Transaction Number received from Post Single Transaction API. Valid Values: 0-9 Format:XXXXXXXXXXXXXXXX Example: 23654789

Allowable Values:

19

Sample request body
{
  "Source": "Web",
  "IPAddress": "10.120.0.0",
  "DateFormat": null,
  "CurrencyCode": null,
  "CurrencySymbolType": null,
  "Language": null,
  "ExternalIP": "10.120.0.0",
  "SessionID": null,
  "APIVersion": "2.0",
  "CallerID": null,
  "CalledID": null,
  "RequestTime": null,
  "MerchantNumber": "99999999",
  "MerchantID": 11697,
  "AccountNumber": "8000000000000342",
  "ApplicationNumber": "",
  "AuthTranID": "123372036855075197"
}
Response fields details
Fields Description

Sample response body

{
  "Message": "Success",
  "Status": true,
  "ErrorCode": "Err00017",
  "ResponseData": {
    "MerchantNumber": "",
    "MerchantName": "",
    "ApplicationNumber": "",
    "TransactionID": "",
    "AuthTranID": "",
    "AuthorizedSource": "",
    "AuthorizationStatus": "",
    "TransactionPostTime": "05/29/2014 00:00:00",
    "TransactionDateTime": "05/29/2014 00:00:00",
    "AuthorizationReceivedDate": "05/29/2014 00:00:00",
    "AuthAgedoffDate": "05/29/2014 00:00:00",
    "RejectReason": "",
    "DeclineReason": "",
    "AccountActivationStatus": "",
    "ActivationDate": "05/29/2014 00:00:00",
    "ActivationSource": ""
  }
}