Account tokenization for retail card-present configurations.
curl --request POST \
--url https://payapi-sandbox.ingo.money/gateway/verify--retail \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"participant_id": 12345,
"account_type": "CA",
"amount": 101,
"recipient_first_name": "Alex",
"recipient_last_name": "Rivera",
"account": "411111XXXXXXXXXX",
"expiration_date": "2612",
"cvv": "123",
"recipient_address1": "100 Innovation Way",
"recipient_address2": "Apt 3",
"recipient_city": "Anytown",
"recipient_state": "GA",
"recipient_zip": "00000",
"recipient_phone": "1231231234",
"store_id": "STORE-001",
"terminal_id": "TERM-042",
"clerk_id": "CLK-007",
"participant_unique_id1": "fb746578-c4c3-498f-b398-1ff07b4fe2ff",
"participant_unique_id2": "77d6b010-eab4-44dc-9a27-6ffa4838c9f2",
"timestamp": 1579832224,
"version": 11
}
'{
"status": 100,
"client_message": "Success",
"data": {
"customer_account_token": "715b9903-7bcd-45ae-bc92-4092c8186d9f",
"last_4": "1111",
"request_timestamp": 1579832224,
"issuers": [
{
"payee_id": "526263",
"payee_name": "Bank of America - Platinum MasterCard and Visa",
"payee_address": "PO Box 15019",
"payee_city": "Wilmington",
"payee_state": "DE",
"payee_zip": "19850-5019",
"credit_info": {
"min": "0.05",
"max": "1500.00",
"card_type": "Debit",
"estimated_posting_time": "Payment will post Next Business Day",
"estimated_posting_date": "04/22/2026"
},
"issuing_network": "Visa",
"credit_enabled": 1,
"debit_enabled": 0
}
],
"participant_unique_id1": "fb746578-c4c3-498f-b398-1ff07b4fe2ff",
"participant_unique_id2": "77d6b010-eab4-44dc-9a27-6ffa4838c9f2",
"expiration_date": "2612",
"count": 1
},
"time": "4.0146"
}Documentation Index
Fetch the complete documentation index at: https://developers.ingopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
All requests must be authenticated using an HMAC-signed Authorization header. Ingo Money requires HMAC-SHA512 for all new integrations. SHA-512 provides a significantly larger internal state and output length than SHA-256, making it substantially more resistant to length-extension attacks and brute-force preimage attempts — properties that matter for financial API traffic where each request authorizes a real money movement.
Legacy integrations using HMAC-SHA256 remain supported but are encouraged to upgrade. SHA-256 continues to meet the current minimum security bar; however, upgrading to SHA-512 eliminates an entire class of potential vulnerabilities before they become exploitable, and aligns with NIST guidance recommending SHA-2 family algorithms with 256-bit security strength or greater for long-term use. Contact your Ingo integration manager to coordinate an algorithm upgrade.
MD5 and SHA-1 are not accepted under any circumstances. Requests signed with either algorithm will be rejected.
Authorization header format:
Authorization: hmac username="YOUR_HMAC_USERNAME", algorithm="hmac-sha512", headers="request-line x-date content-type content-length content-sha512", signature="BASE64_SIGNATURE"
Credentials provisioned by your Ingo integration manager:
HMAC username — identifies your integration in the Authorization
header username field. Distinct from your participant identifier.
HMAC secret — provisioned by your Ingo integration manager. The private key used to compute the signature. Never transmit this value — store it in a secrets manager or environment variable, never in source code.
Participant identifier — a separate value used to identify your account within the API request payload. The name and placement differs by product family. Both the HMAC username and participant identifier are provisioned at onboarding — do not substitute one for the other.
API key — required for select product families as an additional per-request credential. See product-specific documentation for applicability.
See the Ingo API Authentication Guide for the complete string-to-sign construction, body hashing requirements, and timestamp validation rules.
Provide either customer_account_token or raw account fields. For BP account type, also provide payee_id. store_id, clerk_id, and terminal_id are required when the client is configured as a retail participant — confirmed via client-level backend configuration.
Unique participant identifier assigned by Ingo.
12345
CA = card-present (debit or credit), BP = bill payment card-present.
CA, BP 1"CA"
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. Must not contain NPI data.
1 - 255"fb746578-c4c3-498f-b398-1ff07b4fe2ff"
Unix timestamp of the request.
1579832224
API version of the request. Current version is 11.
11
Ingo assigned payee ID for the selected biller. Required for BP account type. Obtain from the Biller Payments Search API prior to calling Verify.
40"123457"
Alternative to raw account data when the account was previously tokenized. If provided, raw account fields (account, expiration_date, recipient_first_name, recipient_last_name, recipient_address1, recipient_city, recipient_state, recipient_zip) are not required and should be omitted.
1 - 255"ca875cce-58c0-46a0-8f14-676190cc7df6"
Dollar amount of disbursement. Max value determined by participant velocity limits.
x >= 0.01101
Customer first name. Required unless customer_account_token is provided.
1 - 255"Johnny"
Customer last name. Required unless customer_account_token is provided.
1 - 255"Rockets"
Optional recipient business name.
150null
Card or bill payment account number. Required unless customer_account_token is provided.
1 - 255"411111XXXXXXXXXX"
Card expiration date in YYMM format. Conditionally required for CA based on client configuration (expiration_date_enabled flag). Not required for BP account type or if customer_account_token is provided.
4^[0-9]{2}(0[1-9]|1[0-2])$"2612"
CVV value (3–4 digits depending on card type). Conditionally required for CA based on client configuration (cvv_enabled flag). Never required for BP account type or if customer_account_token is provided.
^[0-9]{3,4}$"123"
Customer billing address line 1. Required unless customer_account_token is provided.
1 - 255"123 Main St."
Customer billing address line 2.
255"Apt 3"
Customer billing city. Required unless customer_account_token is provided.
1 - 255"Atlanta"
Customer billing state (standard US postal abbreviation). Required unless 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 customer_account_token is provided.
10^[0-9]{5}(?:-[0-9]{4})?$"30313"
10-digit recipient phone number.
10"1231231234"
Client assigned store ID. Required when the client is configured as a retail participant (retail flag enabled in client configuration).
1 - 255"STORE-001"
Client assigned terminal ID. Required when the client is configured as a retail participant (retail flag enabled in client configuration).
1 - 255"TERM-042"
Client assigned clerk ID. Required when the client is configured as a retail participant (retail flag enabled in client configuration).
1 - 255"CLK-007"
Optional second participant assigned ID. Should be carried forward to future process requests for tracking purposes. Must not contain NPI data.
255"77d6b010-eab4-44dc-9a27-6ffa4838c9f2"
Verification successful — token returned
Numeric code describing the status of the API request. 100 = Success.
100
Text description associated with the status code.
"Success"
Hide child attributes
GUID — unique value generated based upon account and recipient data. Use this token in all subsequent Process requests for this account.
"715b9903-7bcd-45ae-bc92-4092c8186d9f"
The last 4 digits of the account number.
"1111"
Unix timestamp of the request.
1579832224
Information about the issuer of the card or biller.
Hide child attributes
The Ingo assigned ID for the payee.
"526263"
Name of payee (biller/issuer).
"Bank of America - Platinum MasterCard and Visa"
Payee address.
"PO Box 15019"
Payee city.
"Wilmington"
Payee state.
"DE"
Payee zip code.
"19850-5019"
Information regarding limits for push (credit) transactions. Returned if participant is enabled for push and account is enabled for push processing.
Hide child attributes
Minimum amount accepted for a push transaction.
"0.05"
Maximum amount accepted for a push transaction.
"1500.00"
The type of card (e.g. Debit, Prepaid).
"Debit"
Estimated posting time narrative.
"Payment will post Next Business Day"
Estimated posting date.
"04/22/2026"
Information regarding limits for pull (debit) transactions. Returned if participant is enabled for pull and account is enabled for pull processing.
Information regarding the issuing network of the card.
"Visa"
Whether the account is enabled for push (credit) transactions. 1 = Enabled, 0 = Not enabled.
0, 1 1
Whether the account is enabled for pull (debit) transactions. 1 = Enabled, 0 = Not enabled.
0, 1 0
Echo of participant assigned ID for the verify request.
"fb746578-c4c3-498f-b398-1ff07b4fe2ff"
Echo of optional second participant assigned ID for the verify request.
"77d6b010-eab4-44dc-9a27-6ffa4838c9f2"
Expiration date of the card associated with the customer_account_token in YYMM format. Returned for CA account type only.
"2612"
Always returns 1.
1
Time in seconds to complete the request.
"4.0146"
curl --request POST \
--url https://payapi-sandbox.ingo.money/gateway/verify--retail \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"participant_id": 12345,
"account_type": "CA",
"amount": 101,
"recipient_first_name": "Alex",
"recipient_last_name": "Rivera",
"account": "411111XXXXXXXXXX",
"expiration_date": "2612",
"cvv": "123",
"recipient_address1": "100 Innovation Way",
"recipient_address2": "Apt 3",
"recipient_city": "Anytown",
"recipient_state": "GA",
"recipient_zip": "00000",
"recipient_phone": "1231231234",
"store_id": "STORE-001",
"terminal_id": "TERM-042",
"clerk_id": "CLK-007",
"participant_unique_id1": "fb746578-c4c3-498f-b398-1ff07b4fe2ff",
"participant_unique_id2": "77d6b010-eab4-44dc-9a27-6ffa4838c9f2",
"timestamp": 1579832224,
"version": 11
}
'{
"status": 100,
"client_message": "Success",
"data": {
"customer_account_token": "715b9903-7bcd-45ae-bc92-4092c8186d9f",
"last_4": "1111",
"request_timestamp": 1579832224,
"issuers": [
{
"payee_id": "526263",
"payee_name": "Bank of America - Platinum MasterCard and Visa",
"payee_address": "PO Box 15019",
"payee_city": "Wilmington",
"payee_state": "DE",
"payee_zip": "19850-5019",
"credit_info": {
"min": "0.05",
"max": "1500.00",
"card_type": "Debit",
"estimated_posting_time": "Payment will post Next Business Day",
"estimated_posting_date": "04/22/2026"
},
"issuing_network": "Visa",
"credit_enabled": 1,
"debit_enabled": 0
}
],
"participant_unique_id1": "fb746578-c4c3-498f-b398-1ff07b4fe2ff",
"participant_unique_id2": "77d6b010-eab4-44dc-9a27-6ffa4838c9f2",
"expiration_date": "2612",
"count": 1
},
"time": "4.0146"
}