Verify — BillPay
Tokenize a biller account for BillPay push disbursements.
Authorizations
HMAC-SHA512 signed Authorization header. See the Authentication page for the complete signing guide.
Body
Provide either customer_account_token or the raw account fields (account, recipient_first_name, recipient_last_name, recipient_address1, recipient_city, recipient_state, recipient_zip) — never both.
Unique participant identifier assigned by Ingo.
12345
Ingo assigned payee ID for the selected biller. Obtain from the Biller Payments Search API prior to calling Verify.
40"123457"
Unix timestamp of the request.
1587052132
API version of the request. Current version is 11.
11
Participant assigned ID to be associated with customer_account_token creation. Should correlate to participant assigned values affiliated with future process requests for tracking purposes (e.g. CustomerID or AccountID). Must not contain NPI data.
1 - 255"f8f68709-8e5d-4c19-8ca0-2eaffef4ec57"
Always BP for bill payment transactions.
BP 1"BP"
Alternative to raw account data when the account was previously tokenized. If provided, the following fields are not required and should be omitted: account, recipient_first_name, recipient_last_name, recipient_address1, recipient_city, recipient_state, recipient_zip.
1 - 255"a74eacf4-32e8-4081-b69c-565a89dd6cf1"
Customer bill payment account number. Required unless a valid customer_account_token is provided.
1 - 255"12345678"
Customer first name. Required unless a valid customer_account_token is provided.
1 - 255"Johnny"
Customer last name. Required unless a valid customer_account_token is provided.
1 - 255"Rockets"
Optional recipient business name.
150"Rockets LLC"
Customer billing address line 1. Required unless a valid customer_account_token is provided.
1 - 255"123 Main St"
Customer billing city. Required unless a valid customer_account_token is provided.
1 - 255"Atlanta"
Customer billing state (standard US postal abbreviation). Required unless a valid customer_account_token is provided.
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"
Customer billing zip code. 5-digit zip or zip+4 in xxxxx-xxxx format. Required unless a valid customer_account_token is provided.
10^[0-9]{5}(?:-[0-9]{4})?$"30313"
Customer billing address line 2.
255"Apt 2"
Optional recipient email address.
255"johnny.rockets@example.com"
10-digit recipient phone number.
10"1231231234"
Optional second participant assigned ID to be associated with customer_account_token creation. Should be carried forward to future process requests for tracking purposes. Must not contain NPI data.
255"257b5bae-d52f-42e2-8f2c-0700d8d7a7a5"
Dollar amount of disbursement. Max value determined by participant velocity limits.
x >= 0.011010.5
Response
Verification successful — token returned