SendMessage

SendMessage

Simulate Send Interact Message to client

Request
Security:
path Parameters
version
required
string
Request Body schema: application/json
post_date
string <date-time>
settle_date
string <date-time>
txn_date
string <date-time>
channel_name
string or null
request_code
string or null
response_code
string or null
reason_code
string or null
account_type
string or null
instrument_type
string or null
card_proxy
string or null
mask_account_number
string or null
amount
number <double>
original_amount
number <double>
variance_amount
number <double>
variance_code
string or null
cashback_amount
number <double>
txn_amount
number <double>
txn_currency
string or null
account_currency
string or null
currency_conv_rate
number <double>
reference_number
string or null
mcc
string or null
acceptor_id
string or null
txn_location
string or null
txn_city
string or null
txn_country
string or null
txn_lat
number <double>
txn_lon
number <double>
txn_description
string or null
account_guid
string <uuid>
card_txn_guid
string or null <uuid>
card_settle_txn_guid
string or null <uuid>
program_guid
string <uuid>
pf_account_guid
string or null <uuid>
orig_card_auth_txn_guid
string or null <uuid>
version
string or null
Responses
201

Send Message response

400

Bad request

401

Unauthorized

500

Server Error

post/api/{version}/InteractAuth/SendMessage
Request samples
application/json
{
  • "post_date": "2019-08-24T14:15:22Z",
  • "settle_date": "2019-08-24T14:15:22Z",
  • "txn_date": "2019-08-24T14:15:22Z",
  • "channel_name": "string",
  • "request_code": "string",
  • "response_code": "string",
  • "reason_code": "string",
  • "account_type": "string",
  • "instrument_type": "string",
  • "card_proxy": "string",
  • "mask_account_number": "string",
  • "amount": 0,
  • "original_amount": 0,
  • "variance_amount": 0,
  • "variance_code": "string",
  • "cashback_amount": 0,
  • "txn_amount": 0,
  • "txn_currency": "string",
  • "account_currency": "string",
  • "currency_conv_rate": 0,
  • "reference_number": "string",
  • "mcc": "string",
  • "acceptor_id": "string",
  • "txn_location": "string",
  • "txn_city": "string",
  • "txn_country": "string",
  • "txn_lat": 0,
  • "txn_lon": 0,
  • "txn_description": "string",
  • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
  • "card_txn_guid": "ede15e23-cea1-446b-a539-eeb14a1ba828",
  • "card_settle_txn_guid": "19bbb32a-0322-4adf-863d-39df3d79c99c",
  • "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
  • "pf_account_guid": "aa111ed8-1dd0-4d35-9323-1132e77631e6",
  • "orig_card_auth_txn_guid": "85916737-8c70-4232-a470-7350e0f8ce03",
  • "version": "string"
}
Response samples
application/json
{
  • "post_date": "2019-08-24T14:15:22Z",
  • "settle_date": "2019-08-24T14:15:22Z",
  • "txn_date": "2019-08-24T14:15:22Z",
  • "channel_name": "string",
  • "request_code": "string",
  • "response_code": "string",
  • "reason_code": "string",
  • "account_type": "string",
  • "instrument_type": "string",
  • "card_proxy": "string",
  • "mask_account_number": "string",
  • "amount": 0,
  • "original_amount": 0,
  • "variance_amount": 0,
  • "variance_code": "string",
  • "cashback_amount": 0,
  • "txn_amount": 0,
  • "txn_currency": "string",
  • "account_currency": "string",
  • "currency_conv_rate": 0,
  • "reference_number": "string",
  • "mcc": "string",
  • "acceptor_id": "string",
  • "txn_location": "string",
  • "txn_city": "string",
  • "txn_country": "string",
  • "txn_lat": 0,
  • "txn_lon": 0,
  • "txn_description": "string",
  • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
  • "card_txn_guid": "ede15e23-cea1-446b-a539-eeb14a1ba828",
  • "card_settle_txn_guid": "19bbb32a-0322-4adf-863d-39df3d79c99c",
  • "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
  • "pf_account_guid": "aa111ed8-1dd0-4d35-9323-1132e77631e6",
  • "orig_card_auth_txn_guid": "85916737-8c70-4232-a470-7350e0f8ce03",
  • "version": "string"
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.