Inquiry request for an update on an account.
POST {{baseUrl}}/inquiries
An inquiry request is used to receive the most up-to-date account information available from issuers at any time. The parameters provided in the request are used to identify the account inquired. Once a request is received by ABU, a response will be provided back with the account information.
Request Body
{"requestId"=>"323e304f-1cfc-4f0d-ac07-e6037ce09925", "customer"=>{"ica"=>"1111", "merchantId"=>"000000000002535", "subMerchantId"=>"000000000000001"}, "account"=>{"accountNumber"=>"5573491171027315", "expiryDate"=>"1228"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"responseIndicator":"VALID"}