Process — Card
Push a disbursement to a tokenized debit or credit card account.
Authorizations
HMAC-SHA512 signed Authorization header. See the Authentication page for the complete signing guide.
Body
Unique participant identifier assigned by Ingo.
12345
Always CA for card-based (debit or credit) disbursements.
CA 1"CA"
Amount of the transaction.
x >= 0.011010.5
Token representing the account number and customer data as provided in the response from a previous Verify API call. When provided, raw account fields (account, expiration_date, recipient_first_name, recipient_last_name, recipient_address1, recipient_city, recipient_state, recipient_zip) must be omitted.
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"1f2739ed-3531-4af2-ae36-e6faf7936462"
Unix timestamp of the request.
1576099257
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"90759390-01c7-47e7-8a90-6faa89b18ff6"
Data about the transaction sender. Required for clients using sender data.
Required for clients configured for ledger service. Exclude entirely if not applicable to your integration.
Client-assigned store ID. Required if participant is configured for retail card-present.
255"STORE-001"
Client-assigned terminal ID. Required if participant is configured for retail card-present.
255"TERM-001"
Client-assigned clerk ID. Required if participant is configured for retail card-present.
255"CLERK-001"
Response
Payment accepted successfully
Numeric code describing the status of the API request. 100 = Success, 102 = Success - Pending Issuer Response, 130 = Success - OFAC Suspended.
100
Text description associated with the status code.
"Success"
Time in seconds to complete the request.
"1.1275"