Inquire on a subscription to determine if an account is already being watched or not.
POST {{baseUrl}}/subscription-inquiries
An inquiry request is used to check if an account is already being watched or not. Based on the response back, the ABU Integrator can choose to take action if necessary; to subscribe to watch an account or unsubscribe, to stop watching an account.
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
{"subscribed":true}