Search products
POST {{baseUrl}}/products/searches
Send cardholder information, get the products that the cardholder had for that date. If no date is provided the current one is used.
Request Body
{"cardNumber"=>"5308780000000000", "effectiveDate"=>"2022-12-15"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"icaBusinessName":"Bank Group","icaCode":"7379","icaRegion":"US","icaCountry":"USA","icaState":"SOUTH DAKOTA","icaLegalName":"Bank Group, N.A.","parentICACode":"7379","data":[{"productCode":"MCC","productName":"Mixed Product"},{"productCode":"MCC","productName":"Mixed Product"}]}