Search
Search the Ingo biller/payee database and retrieve the payee_id required for BillPay verify.
Body
store_id, clerk_id, and terminal_id are required when the client is configured as a retail participant (retail flag enabled in client configuration).
Unique participant identifier generated by Ingo.
12345
For Bill Payment the value should be set to BP. Search is supported for the BillPay distribution only; results indicate per-issuer whether to continue with the card (CA) or BillPay (BP) Verify and Process sequence.
BP 2"BP"
Customer account number to search against.
1 - 255"12345678"
Participant provided unique transaction identifier. Echoed back on the response.
1 - 255"PARTNER-REF-001"
Unix timestamp of the request.
1586975609
API version of the request. Current version is: 11.
11
Dollar amount of the intended disbursement. When provided, used to validate against biller transaction limits.
x >= 0.011010.5
Name of payee (biller/issuer).
255"Anytown Utilities"
Payee (biller/issuer) remittance address 1.
255"100 Innovation Way"
Payee (biller/issuer) remittance address 2.
255"Suite 200"
Payee (biller/issuer) remittance city.
255"Anytown"
Payee (biller/issuer) remittance state (standard US postal abbreviation, uppercase).
2^(?:A[LKSZRAEP]|C[AOT]|D[EC]|F[LM]|G[AU]|HI|I[ADLN]|K[SY]|LA|M[ADEHINOPST]|N[CDEHJMVY]|O[HKR]|P[ARW]|RI|S[CD]|T[NX]|UT|V[AIT]|W[AIVY])$"GA"
Payee (biller/issuer) remittance zip — 5 digit or 10 digit (xxxxx or xxxxx-xxxx).
10^[0-9]{5}(?:-[0-9]{4})?$"00000"
Participant assigned store ID. Required when the client is configured as a retail participant (retail flag enabled in client configuration).
255"STORE-001"
Participant assigned clerk ID. Required when the client is configured as a retail participant (retail flag enabled in client configuration).
255"CLK-007"
Participant assigned terminal ID. Required when the client is configured as a retail participant (retail flag enabled in client configuration).
255"TERM-042"
Optional second participant provided unique transaction identifier. Echoed back on the response only when supplied on the request.
255"PARTNER-REF-002"
Response
Search completed
Numeric code describing the status of the API request (for example, 100 = Success). See the API Status Codes reference for the full list.
100
Text description associated with the status code.
"Success"
Information about the results of the search.
Time in seconds to complete the request.
"1.8152"