Searches for Maker-Checker requests based on the provided criteria.

Request
Security:
path Parameters
version
required
string
Request Body schema: application/json

The search request object.

request_date_from
string <date-time>

Start date for the request date range.
Start Date in the format yyyy-MM-dd HH:mm:ss, example yyyy-MM-dd 00:00:00 to fetch data from start of the day.

request_date_to
string <date-time>

End date for the request date range.
End Date in the format yyyy-MM-dd HH:mm:ss, example yyyy-MM-dd 23:59:59 to fetch data to end of the day.

source_program_guid
string or null <uuid>

GUID of the source program.

destination_program_guid
string or null <uuid>

GUID of the destination program.

object (SourceDetails)

Represents the source details for the search.

object (DestinationDetails)

Represents the destination details for the search.

txn_type
string or null

Transaction type to filter the search.

requested_by
string or null <uuid>

GUID of the user who made the request.

decided_by
string or null <uuid>

GUID of the user who made the decision.

decision_status
string or null

Status of the decision.

limit
integer <int32> [ 1 .. 1000 ]

Limit number of maker-checker response to retrieve (Will be defaulted to 10 if none specified)

start_index
integer <int32>

Index used for pagination of the result (Defaults to 1 if no value is specified).

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Server Error

post/api/{version}/makerchecker/search
Request samples
application/json
{
  • "request_date_from": "2019-08-24T14:15:22Z",
  • "request_date_to": "2019-08-24T14:15:22Z",
  • "source_program_guid": "98427da9-f0b1-4154-92f2-ed20266b0889",
  • "destination_program_guid": "fa634271-8fce-45f1-8c20-febf46d0c6a1",
  • "source": {
    • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
    • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
    • "hash_account_number": "string",
    • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd"
    },
  • "destination": {
    • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
    • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
    • "hash_account_number": "string",
    • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd"
    },
  • "txn_type": "string",
  • "requested_by": "cda0f200-65cd-4343-aedd-9c936b908826",
  • "decided_by": "4accc021-c0cc-4c2c-8a78-605a0ed6da31",
  • "decision_status": "string",
  • "limit": 1,
  • "start_index": 0
}
Response samples
application/json
{
  • "count": 0,
  • "start_index": 1,
  • "end_index": 0,
  • "has_more": true,
  • "data": [
    • {
      • "maker_checker_request": {
        • "maker_checker_request_guid": "5b4ba6ad-f9f8-4604-bc16-4d6fad04e83a",
        • "decision_status": "POSTED",
        • "request_code": "string",
        • "requested_by": "string",
        • "request_date": "2019-08-24T14:15:22Z",
        • "decision_date": "2019-08-24T14:15:22Z",
        • "expiration_date": "2019-08-24T14:15:22Z",
        • "journal_guid": "019b8be6-224f-4e54-91ec-2a471754d334",
        • "sys_utcinserted": "2019-08-24T14:15:22Z",
        • "sys_utcupdated": "2019-08-24T14:15:22Z",
        • "request_body": "string",
        • "transfer_request_details": {
          • "client_reference_id": "string",
          • "channel_type": "NotSet",
          • "transfer_type": "UNKNOWN",
          • "amount": 0,
          • "currency": "str",
          • "description": "string",
          • "source": {
            • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
            • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
            • "wallet_id": "string",
            • "card_proxy": "string",
            • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
            },
          • "destination": {
            • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
            • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
            • "wallet_id": "string",
            • "card_proxy": "string",
            • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
            },
          • "quote_reference": "string",
          • "quoteoutput": {
            • "source": {
              • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
              • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
              • "wallet_id": "string",
              • "card_proxy": "string",
              • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
              },
            • "destination": {
              • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
              • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
              • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
              • "wallet_id": "string",
              • "card_proxy": "string"
              },
            • "fees": [
              • {
                • "name": null,
                • "amount": null,
                • "currency": null
                }
              ],
            • "conversionDetails": {
              • "reference": "string",
              • "conversion_rate": 0,
              • "from_currency": "string",
              • "to_currency": "string",
              • "from_amount": 0,
              • "to_amount": 0,
              • "expiry_seconds": 0,
              • "expiry_at": "2019-08-24T14:15:22Z"
              }
            },
          • "destination_amount": 0,
          • "destination_currency": "string",
          • "memo_code": "string",
          • "verification_code": "string",
          • "eft_info": {
            • "sec_code": "WEB",
            • "identifier_number": "string",
            • "addenda": "string"
            },
          • "reason_code": "string",
          • "check_info": {
            • "template_alias": "string",
            • "payee_detail": {
              • "name": "string",
              • "address_line1": "string",
              • "address_line2": "string",
              • "city": "string",
              • "state": "string",
              • "zip": "string",
              • "country": "string"
              },
            • "ship_to_detail": {
              • "name": "string",
              • "address_line1": "string",
              • "address_line2": "string",
              • "city": "string",
              • "state": "string",
              • "zip": "string",
              • "country": "string"
              },
            • "shipping_method": "string",
            • "bulk_shipment_flag": true,
            • "return_to_detail": {
              • "name": "string",
              • "address_line1": "string",
              • "address_line2": "string",
              • "city": "string",
              • "state": "string",
              • "zip": "string",
              • "country": "string"
              },
            • "remittance_section_1": {
              • "remittance_s1_line1": "string",
              • "remittance_s1_line2": "string",
              • "remittance_s1_line3": "string",
              • "remittance_s1_line4": "string",
              • "remittance_s1_line5": "string",
              • "remittance_s1_line6": "string"
              },
            • "remittance_section_2": {
              • "remittance_s2_line1": "string",
              • "remittance_s2_line2": "string",
              • "remittance_s2_line3": "string"
              },
            • "check_stub_footer_text": "string",
            • "payer_detail": {
              • "payer_logo_file_name": "string",
              • "name": "string",
              • "address_line1": "string",
              • "address_line2": "string",
              • "city": "string",
              • "state": "string",
              • "zip": "string",
              • "country": "string"
              },
            • "check_void_after_days": 1,
            • "check_memo_line": "string",
            • "check_footer_text": "string",
            • "print_authorized_signatory1": true,
            • "print_authorized_signatory2": true,
            • "additional_detail": {
              • "check_stub_label1": "string",
              • "check_stub_label1_value": "string",
              • "check_stub_label2": "string",
              • "check_stub_label2_value": "string",
              • "check_label": "string",
              • "check_label_value": "string"
              }
            }
          },
        • "reference_number": "string",
        • "memo_code": "string",
        • "source_account_guid": "c6f39c3e-af3d-4299-82a4-200c95106e9a",
        • "source_outside_instrument_guid": "d601c075-8930-447a-a0b4-35e2e866073d",
        • "dest_account_guid": "73ee4168-cbe5-4821-a35d-35fe883a698d",
        • "dest_outside_instrument_guid": "3d0d2e77-beac-4aae-882e-aea2ce661b1f",
        • "source_person_guid": "941dcb55-875a-4a4c-8057-d7a3cce7b080",
        • "dest_person_guid": "4ed3fa36-7adb-43c7-8787-a07eff5b66ad",
        • "source_hash_account_number": "string",
        • "dest_hash_account_number": "string",
        • "source_program_guid": "98427da9-f0b1-4154-92f2-ed20266b0889",
        • "dest_program_guid": "c00a618f-67f5-4e42-9bcb-abb0bbd2b8f7",
        • "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
        • "bank_eft_guid": "b91916c2-ae47-47fc-87e2-5a0a340e4c0b",
        • "nonmon_guid": "3df16cd2-de7f-4e81-936e-7604855d1fd7",
        • "amount": 0,
        • "maker_user_guid": "6a3025a8-52c5-4993-a0d8-d2f3b450d588",
        • "checker_user_guid": "5c30ec6c-41f0-48a2-accc-77266c5e2d94",
        • "source_code": "string",
        • "source_user_name": "string",
        • "requested_by_person_name": "string",
        • "decided_by_person_name": "string",
        • "source_response_details": {
          • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
          • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
          • "hash_account_number": "string",
          • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
          • "person_details": {
            • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
            • "last_name": "string",
            • "first_name": "string",
            • "middle_name": "string",
            • "email_address": "string",
            • "mobile_number": "string",
            • "home_number": "string",
            • "office_number": "string",
            • "nationality": "str",
            • "profile_dd_mode": "string",
            • "birth_date": "2019-08-24T14:15:22Z",
            • "govt_id_type": "string",
            • "hashed_govt_id_number": "string",
            • "govt_id_number": "string",
            • "base_address_line1": "string",
            • "base_address_line2": "string",
            • "base_city": "string",
            • "base_state": "string",
            • "base_postal_code": "string",
            • "base_country": "str",
            • "billing_address_line1": "string",
            • "billing_address_line2": "string",
            • "billing_city": "string",
            • "billing_state": "string",
            • "billing_postal_code": "string",
            • "billing_country": "str",
            • "mailing_address_line1": "string",
            • "mailing_address_line2": "string",
            • "mailing_city": "string",
            • "mailing_state": "string",
            • "mailing_postal_code": "string",
            • "mailing_country": "str",
            • "person_status": "string",
            • "verfication_mode": "string",
            • "verfication_level": "string",
            • "person_forget_mode": "str",
            • "person_forget_mode_date": "2019-08-24T14:15:22Z",
            • "market_notification_optin": "str",
            • "market_notification_optin_date": "2019-08-24T14:15:22Z",
            • "address_lat": 0,
            • "address_lon": 0,
            • "contact_type": "string",
            • "private_data_key_token": "string",
            • "key_ref": "string",
            • "sys_utcinserted": "2019-08-24T14:15:22Z",
            • "sys_utcupdated": "2019-08-24T14:15:22Z",
            • "client_reference_id": "string",
            • "mask_govt_id_number": "string",
            • "title": "string",
            • "additional_data": "string",
            • "jurisdiction_country": "str",
            • "jurisdiction_state": "string",
            • "beneficial_ownership": 0
            },
          • "account_details": {
            • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
            • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
            • "account_type": "string",
            • "account_name": "string",
            • "account_currency": "str",
            • "available_balance": 0,
            • "ledger_balance": 0,
            • "suspense_balance": 0,
            • "starting_balance_date": "2019-08-24T14:15:22Z",
            • "starting_balance_amount": 0,
            • "last_credit_date": "2019-08-24T14:15:22Z",
            • "last_credit_amount": 0,
            • "first_debit_date": "2019-08-24T14:15:22Z",
            • "first_debit_amount": 0,
            • "last_debit_date": "2019-08-24T14:15:22Z",
            • "last_debit_amount": 0,
            • "account_status": "string",
            • "account_status_date": "2019-08-24T14:15:22Z",
            • "holder_account_status": "string",
            • "holder_account_status_date": "2019-08-24T14:15:22Z",
            • "sys_utcinserted": "2019-08-24T14:15:22Z",
            • "sys_utcupdated": "2019-08-24T14:15:22Z",
            • "last_txn_guid": "100ead98-12b5-4d05-9c0c-900006fc8694",
            • "interest_rate_strategy": "string"
            },
          • "outside_instrument_details": {
            • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
            • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
            • "instrument_type": "string",
            • "instrument_name": "string",
            • "instrument_number_mask": "string",
            • "instrument_settlement_currency": "str",
            • "instrument_category": "string",
            • "instrument_usage": "string",
            • "hash_account_number": "string",
            • "mask_account_number": "string",
            • "account_number": "string",
            • "outside_iin": "string",
            • "financial_inst_name": "string",
            • "external_proxy_number": "string",
            • "instrument_verification_method": "string",
            • "instrument_status": "string",
            • "holder_instrument_status": "string",
            • "key_ref": "string",
            • "sys_utcinserted": "2019-08-24T14:15:22Z",
            • "sys_utcupdated": "2019-08-24T14:15:22Z",
            • "expiration_date": "2019-08-24T14:15:22Z",
            • "financial_inst_address_line1": "string",
            • "financial_inst_address_line2": "string",
            • "financial_inst_city": "string",
            • "financial_inst_state": "string",
            • "financial_inst_postal_code": "string",
            • "financial_inst_country": "str",
            • "additional_data": "string",
            • "name_on_account": "string",
            • "account_type": "string",
            • "base_outside_instrument_guid": "d06e7842-2b65-4e80-a035-958d85404833"
            },
          • "account_instrument_details": {
            • "account_instrument_guid": "e5662964-577d-4724-b8d5-e791eee05564",
            • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
            • "instrument_type": "string",
            • "mask_account_number": "string",
            • "hash_account_number": "string",
            • "iin": "string",
            • "channel_guid": "c0747030-c3b4-49b8-999b-578cc1a8358d",
            • "account_number": "string",
            • "instrument_status": "string",
            • "share_account_access": 0,
            • "sys_utcinserted": "2019-08-24T14:15:22Z",
            • "sys_utcupdated": "2019-08-24T14:15:22Z",
            • "key_ref": "string"
            }
          },
        • "destination_response_details": {
          • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
          • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
          • "hash_account_number": "string",
          • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
          • "person_details": {
            • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
            • "last_name": "string",
            • "first_name": "string",
            • "middle_name": "string",
            • "email_address": "string",
            • "mobile_number": "string",
            • "home_number": "string",
            • "office_number": "string",
            • "nationality": "str",
            • "profile_dd_mode": "string",
            • "birth_date": "2019-08-24T14:15:22Z",
            • "govt_id_type": "string",
            • "hashed_govt_id_number": "string",
            • "govt_id_number": "string",
            • "base_address_line1": "string",
            • "base_address_line2": "string",
            • "base_city": "string",
            • "base_state": "string",
            • "base_postal_code": "string",
            • "base_country": "str",
            • "billing_address_line1": "string",
            • "billing_address_line2": "string",
            • "billing_city": "string",
            • "billing_state": "string",
            • "billing_postal_code": "string",
            • "billing_country": "str",
            • "mailing_address_line1": "string",
            • "mailing_address_line2": "string",
            • "mailing_city": "string",
            • "mailing_state": "string",
            • "mailing_postal_code": "string",
            • "mailing_country": "str",
            • "person_status": "string",
            • "verfication_mode": "string",
            • "verfication_level": "string",
            • "person_forget_mode": "str",
            • "person_forget_mode_date": "2019-08-24T14:15:22Z",
            • "market_notification_optin": "str",
            • "market_notification_optin_date": "2019-08-24T14:15:22Z",
            • "address_lat": 0,
            • "address_lon": 0,
            • "contact_type": "string",
            • "private_data_key_token": "string",
            • "key_ref": "string",
            • "sys_utcinserted": "2019-08-24T14:15:22Z",
            • "sys_utcupdated": "2019-08-24T14:15:22Z",
            • "client_reference_id": "string",
            • "mask_govt_id_number": "string",
            • "title": "string",
            • "additional_data": "string",
            • "jurisdiction_country": "str",
            • "jurisdiction_state": "string",
            • "beneficial_ownership": 0
            },
          • "account_details": {
            • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
            • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
            • "account_type": "string",
            • "account_name": "string",
            • "account_currency": "str",
            • "available_balance": 0,
            • "ledger_balance": 0,
            • "suspense_balance": 0,
            • "starting_balance_date": "2019-08-24T14:15:22Z",
            • "starting_balance_amount": 0,
            • "last_credit_date": "2019-08-24T14:15:22Z",
            • "last_credit_amount": 0,
            • "first_debit_date": "2019-08-24T14:15:22Z",
            • "first_debit_amount": 0,
            • "last_debit_date": "2019-08-24T14:15:22Z",
            • "last_debit_amount": 0,
            • "account_status": "string",
            • "account_status_date": "2019-08-24T14:15:22Z",
            • "holder_account_status": "string",
            • "holder_account_status_date": "2019-08-24T14:15:22Z",
            • "sys_utcinserted": "2019-08-24T14:15:22Z",
            • "sys_utcupdated": "2019-08-24T14:15:22Z",
            • "last_txn_guid": "100ead98-12b5-4d05-9c0c-900006fc8694",
            • "interest_rate_strategy": "string"
            },
          • "outside_instrument_details": {
            • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
            • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
            • "instrument_type": "string",
            • "instrument_name": "string",
            • "instrument_number_mask": "string",
            • "instrument_settlement_currency": "str",
            • "instrument_category": "string",
            • "instrument_usage": "string",
            • "hash_account_number": "string",
            • "mask_account_number": "string",
            • "account_number": "string",
            • "outside_iin": "string",
            • "financial_inst_name": "string",
            • "external_proxy_number": "string",
            • "instrument_verification_method": "string",
            • "instrument_status": "string",
            • "holder_instrument_status": "string",
            • "key_ref": "string",
            • "sys_utcinserted": "2019-08-24T14:15:22Z",
            • "sys_utcupdated": "2019-08-24T14:15:22Z",
            • "expiration_date": "2019-08-24T14:15:22Z",
            • "financial_inst_address_line1": "string",
            • "financial_inst_address_line2": "string",
            • "financial_inst_city": "string",
            • "financial_inst_state": "string",
            • "financial_inst_postal_code": "string",
            • "financial_inst_country": "str",
            • "additional_data": "string",
            • "name_on_account": "string",
            • "account_type": "string",
            • "base_outside_instrument_guid": "d06e7842-2b65-4e80-a035-958d85404833"
            },
          • "account_instrument_details": {
            • "account_instrument_guid": "e5662964-577d-4724-b8d5-e791eee05564",
            • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
            • "instrument_type": "string",
            • "mask_account_number": "string",
            • "hash_account_number": "string",
            • "iin": "string",
            • "channel_guid": "c0747030-c3b4-49b8-999b-578cc1a8358d",
            • "account_number": "string",
            • "instrument_status": "string",
            • "share_account_access": 0,
            • "sys_utcinserted": "2019-08-24T14:15:22Z",
            • "sys_utcupdated": "2019-08-24T14:15:22Z",
            • "key_ref": "string"
            }
          }
        },
      • "bo_journal_makerchecker_details": [
        • {
          • "journal_guid": "019b8be6-224f-4e54-91ec-2a471754d334",
          • "base_journal_guid": "f7f0f8d8-65f8-4a63-857a-cab7f93b82f1",
          • "company_guid": "e7c8755b-aece-46c7-a1c9-897cfb55ba0c",
          • "support_user_guid": "334ad5b0-1427-4c28-aac8-2d6e9614b4d0",
          • "journal_date": "2019-08-24T14:15:22Z",
          • "reason_code": "string",
          • "journal_entry": "string",
          • "source_code": "string",
          • "source_user_guid": "0aaedba8-146e-40a6-ad5f-54c512699647",
          • "sys_utcinserted": "2019-08-24T14:15:22Z",
          • "sys_utcupdated": "2019-08-24T14:15:22Z",
          • "status": "string",
          • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
          • "source_user_name": "string",
          • "support_user_name": "string"
          }
        ],
      • "nonmon_details": {
        • "nonmon_guid": "3df16cd2-de7f-4e81-936e-7604855d1fd7",
        • "txndate": "2019-08-24T14:15:22Z",
        • "channel_name": "string",
        • "request_code": "string",
        • "reason_code": "string",
        • "response_code": "string",
        • "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
        • "hash_account_number": "string",
        • "remarks": "string",
        • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
        • "journal_guid": "019b8be6-224f-4e54-91ec-2a471754d334",
        • "support_user_guid": "334ad5b0-1427-4c28-aac8-2d6e9614b4d0",
        • "source_code": "string",
        • "source_user_guid": "0aaedba8-146e-40a6-ad5f-54c512699647",
        • "sys_utcinserted": "2019-08-24T14:15:22Z",
        • "sys_utcupdated": "2019-08-24T14:15:22Z",
        • "reference_number": "string",
        • "outsort_guid": "eef602a5-424d-4eae-b4d8-4521969d8873",
        • "order_guid": "dd878538-67b6-4e7d-8e8a-ddc3e971d02f",
        • "processing_start_date": "2019-08-24T14:15:22Z",
        • "processing_end_date": "2019-08-24T14:15:22Z",
        • "memo_code": "string"
        },
      • "txn_ledger_details": {
        • "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
        • "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",
        • "hash_account_number": "string",
        • "mask_account_number": "string",
        • "amount": 0,
        • "original_amount": 0,
        • "variance_amount": 0,
        • "variance_code": "string",
        • "cashback_amount": 0,
        • "txn_amount": 0,
        • "txn_currency": "str",
        • "account_currency": "str",
        • "currency_conv_rate": 0,
        • "currency_trade_markup": 0,
        • "available_balance": 0,
        • "ledger_balance": 0,
        • "suspense_balance": 0,
        • "reference_number": "string",
        • "mcc": "string",
        • "acceptor_id": "string",
        • "txn_location": "string",
        • "txn_location_mcc": "string",
        • "txn_city": "string",
        • "txn_country": "str",
        • "txn_lat": 0,
        • "txn_lon": 0,
        • "txn_description": "string",
        • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
        • "base_txn_guid": "6b6e15ef-fbf2-4e4a-83d1-3a209d49c340",
        • "polar_txn_guid": "d4c4256e-d86f-401a-b603-fbe834eedd11",
        • "card_txn_guid": "ede15e23-cea1-446b-a539-eeb14a1ba828",
        • "card_settle_txn_guid": "19bbb32a-0322-4adf-863d-39df3d79c99c",
        • "acquire_txn_guid": "d7d3be8b-38db-4a5a-ad49-b7302e3bef7c",
        • "bank_eft_guid": "b91916c2-ae47-47fc-87e2-5a0a340e4c0b",
        • "journal_guid": "019b8be6-224f-4e54-91ec-2a471754d334",
        • "source_code": "string",
        • "source_user_guid": "0aaedba8-146e-40a6-ad5f-54c512699647",
        • "sys_utcinserted": "2019-08-24T14:15:22Z",
        • "sys_utcupdated": "2019-08-24T14:15:22Z",
        • "txn_available_balance": 0,
        • "memo_code": "string",
        • "omnibus_account_guid": "20449a53-53be-4c88-95dc-e88b4ffc9224"
        },
      • "txn_pending_details": {
        • "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
        • "txn_date": "2019-08-24T14:15:22Z",
        • "post_date": "2019-08-24T14:15:22Z",
        • "settle_date": "2019-08-24T14:15:22Z",
        • "channel_name": "string",
        • "request_code": "string",
        • "responsecode": "string",
        • "reason_code": "string",
        • "account_type": "string",
        • "instrument_type": "string",
        • "hash_account_number": "string",
        • "mask_account_number": "string",
        • "account_amount": 0,
        • "original_amount": 0,
        • "variance_amount": 0,
        • "variance_code": "string",
        • "cashback_amount": 0,
        • "txn_amount": 0,
        • "txn_currency": "str",
        • "account_currency": "str",
        • "currency_conv_rate": 0,
        • "currency_trade_markup": 0,
        • "available_balance": 0,
        • "ledger_balance": 0,
        • "suspense_balance": 0,
        • "reference_number": "string",
        • "mcc": "string",
        • "memo_code": "string",
        • "acceptor_id": "string",
        • "txn_location": "string",
        • "txn_location_mcc": "string",
        • "txn_city": "string",
        • "txn_country": "str",
        • "txn_lat": 0,
        • "txn_lon": 0,
        • "txn_description": "string",
        • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
        • "base_txn_guid": "6b6e15ef-fbf2-4e4a-83d1-3a209d49c340",
        • "polar_txn_guid": "d4c4256e-d86f-401a-b603-fbe834eedd11",
        • "card_auth_txn_guid": "f0cb5c93-2e51-4afc-ac13-68fa4ac87119",
        • "card_settle_txn_guid": "19bbb32a-0322-4adf-863d-39df3d79c99c",
        • "acquire_txn_guid": "d7d3be8b-38db-4a5a-ad49-b7302e3bef7c",
        • "bank_eft_txn_guid": "38022854-a583-49cb-b5f2-22d3d0aad4a4",
        • "journal_guid": "019b8be6-224f-4e54-91ec-2a471754d334",
        • "source_code": "string",
        • "source_user_guid": "0aaedba8-146e-40a6-ad5f-54c512699647",
        • "sys_utcinserted": "2019-08-24T14:15:22Z",
        • "sys_utcupdated": "2019-08-24T14:15:22Z"
        }
      }
    ]
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.