Push disbursement for retail card-present configured clients.
curl --request POST \
--url https://payapi-sandbox.ingo.money/gateway/process--retail \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"participant_id": 12345,
"account_type": "CA",
"amount": 101,
"customer_account_token": "ca875cce-58c0-46a0-8f14-676190cc7df6",
"source_of_funds": 4,
"recipient_phone": "1231231234",
"participant_unique_id1": "fb746578-c4c3-498f-b398-1ff07b4fe2ff",
"participant_unique_id2": "77d6b010-eab4-44dc-9a27-6ffa4838c9f2",
"track1": "%B4111111111111111^ROCKETS/JOHNNY^2612101000000000000000000000000?",
"track2": ";4111111111111111=26121010000000000000?",
"store_id": "STORE-001",
"clerk_id": "CLK-007",
"terminal_id": "TERM-042",
"retail_location": {
"location_name": "ABC Retail",
"location_id": "LOC-1234",
"location_address": "100 Innovation Way",
"location_city": "Anytown",
"location_state": "GA",
"location_zip": "00000"
},
"ledger": {
"api_key": "lk_live_abc123xyz",
"user_id": "usr_00456",
"entity_type": "program",
"entity_id": "ent_00789"
},
"timestamp": 1579832224,
"version": 11
}
'{
"status": 100,
"client_message": "Success",
"data": {
"estimated_posting_time": "Payment will post within 5 minutes.",
"estimated_posting_date": "04/21/2026",
"transaction_id": 2361541,
"request_timestamp": 1579832290,
"customer_account_token": "ca875cce-58c0-46a0-8f14-676190cc7df6",
"participant_unique_id1": "fb746578-c4c3-498f-b398-1ff07b4fe2ff",
"participant_unique_id2": "77d6b010-eab4-44dc-9a27-6ffa4838c9f2"
},
"time": "1.2044"
}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.
store_id, clerk_id, and terminal_id are required when the client is configured as a retail participant. retail_location{} is additionally required for CA account type when the client is configured with the retail location flag. Both are determined by client-level backend configuration — contact your Ingo integration manager to confirm your setup.
Unique participant identifier assigned by Ingo.
12345
CA = card-present (debit or credit), BP = bill payment card-present.
CA, BP 1"CA"
Amount of the transaction.
x >= 0.01101
Token representing the account number and customer data as provided in the response from a previous Verify API call.
1 - 255"ca875cce-58c0-46a0-8f14-676190cc7df6"
Funding source indicator: 1 = Cash, 2 = Check, 3 = Combo of Cash & Check, 4 = Corp Disbursement.
1, 2, 3, 4 4
Participant assigned transaction ID for the process request. Value must be unique and may not contain NPI data. Used for idempotency — a duplicate value returns an idempotent response without initiating a new push request. Appears on daily reconciliation reports.
1 - 255"fb746578-c4c3-498f-b398-1ff07b4fe2ff"
Unix timestamp of the request.
1579832224
API version of the request. Current version is 11.
11
10-digit recipient phone number.
10"1231231234"
Optional second participant assigned transaction ID. Does not appear on daily reconciliation reports.
255"77d6b010-eab4-44dc-9a27-6ffa4838c9f2"
URL-encoded Track 1 data from and including the beginning sentinel to and including the ending sentinel. Captured at point of sale.
255^(%B)([0-9]{12,22})([/^])([\s\S]*)([/^])([0-9]{2})([0-9]{2})([0-9]*)([?])$"%B4111111111111111^ROCKETS/JOHNNY^2612101000000000000000000000000?"
Track 2 data from and including the beginning sentinel to and including the ending sentinel. Captured at point of sale.
255^(;)([0-9]{12,22})(=)([0-9]{2})([0-9]{2})([0-9])*([?])$";4111111111111111=26121010000000000000?"
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 clerk ID. Required when the client is configured as a retail participant (retail flag enabled in client configuration).
1 - 255"CLK-007"
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 retail location information. Required for CA account type when the client is configured with the retail location flag (retail_object flag enabled in client configuration). This flag is independent of the retail flag and must be confirmed with your Ingo integration manager. Not applicable for BP account type.
Hide child attributes
Client assigned retail location name.
1 - 150"ABC Retail"
Client assigned retail location ID.
1 - 150"LOC-1234"
Client assigned retail location address.
1 - 150"456 Retail St."
Client assigned retail location city.
1 - 150"Atlanta"
Client assigned retail location state (standard US postal abbreviation).
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"
Client assigned retail location zip code.
1 - 10^[0-9]{5}(?:-[0-9]{4})?$"30333"
Required for clients configured for ledger service. Exclude entirely if not applicable to your integration.
Hide child attributes
API key associated with the ledger program.
1 - 100"lk_live_abc123xyz"
User ID associated with the ledger program.
1 - 100"usr_00456"
Entity type for the ledger. Accepted values: program, business, user.
program, business, user 1 - 50"program"
Entity ID associated with the ledger.
100"ent_00789"
Payment accepted successfully
Numeric code describing the status of the API request. 100 = Success.
100
Text description associated with the status code.
"Success"
Hide child attributes
Provided on success. Estimated posting time narrative.
"Payment will post within 5 minutes."
Provided on success. Estimated posting date.
"04/21/2026"
Always provided on success and in certain failure conditions. Unique transaction identifier. Log this value — Ingo Payment Services will request it for support interactions.
2361541
Unix timestamp of the request.
1579832290
Echo of value from request. Provided on success.
"ca875cce-58c0-46a0-8f14-676190cc7df6"
Always provided on success and in certain failure conditions. Echo of value provided on request.
"fb746578-c4c3-498f-b398-1ff07b4fe2ff"
Provided on success and in certain failure conditions if sent on original request. Echo of value provided on request.
"77d6b010-eab4-44dc-9a27-6ffa4838c9f2"
Time in seconds to complete the request.
"1.2044"
curl --request POST \
--url https://payapi-sandbox.ingo.money/gateway/process--retail \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"participant_id": 12345,
"account_type": "CA",
"amount": 101,
"customer_account_token": "ca875cce-58c0-46a0-8f14-676190cc7df6",
"source_of_funds": 4,
"recipient_phone": "1231231234",
"participant_unique_id1": "fb746578-c4c3-498f-b398-1ff07b4fe2ff",
"participant_unique_id2": "77d6b010-eab4-44dc-9a27-6ffa4838c9f2",
"track1": "%B4111111111111111^ROCKETS/JOHNNY^2612101000000000000000000000000?",
"track2": ";4111111111111111=26121010000000000000?",
"store_id": "STORE-001",
"clerk_id": "CLK-007",
"terminal_id": "TERM-042",
"retail_location": {
"location_name": "ABC Retail",
"location_id": "LOC-1234",
"location_address": "100 Innovation Way",
"location_city": "Anytown",
"location_state": "GA",
"location_zip": "00000"
},
"ledger": {
"api_key": "lk_live_abc123xyz",
"user_id": "usr_00456",
"entity_type": "program",
"entity_id": "ent_00789"
},
"timestamp": 1579832224,
"version": 11
}
'{
"status": 100,
"client_message": "Success",
"data": {
"estimated_posting_time": "Payment will post within 5 minutes.",
"estimated_posting_date": "04/21/2026",
"transaction_id": 2361541,
"request_timestamp": 1579832290,
"customer_account_token": "ca875cce-58c0-46a0-8f14-676190cc7df6",
"participant_unique_id1": "fb746578-c4c3-498f-b398-1ff07b4fe2ff",
"participant_unique_id2": "77d6b010-eab4-44dc-9a27-6ffa4838c9f2"
},
"time": "1.2044"
}