Initialize a point-in-time iFrame session. Returns an authorized_url for mounting the SDK.
curl --request POST \
--url https://iip-session-management-uat.ingo.money/api/v1/sessions/point-in-time/plugin \
--header 'Authorization: Bearer <token>' \
--header 'Content-Length: <content-length>' \
--header 'Content-Type: <content-type>' \
--header 'Content-sha512: <content-sha512>' \
--header 'X-Date: <x-date>' \
--data '
{
"participant_unique_id1": "70646041-01ea-4cd6-b657-18ff88e465c7",
"host_uri": "https://digitalpay-test.ingo.money",
"language_locale_code": "en-US",
"recipient_information": {
"first_name": "Alex",
"last_name": "Rivera",
"business_name": "Acme Limited",
"address_line1": "100 Innovation Way",
"city": "Anytown",
"state": "GA",
"zip_code": "37233",
"email_address": "jack.frost@example.com",
"phone_number": "1231231234",
"mobile_number": "1231231234",
"open_banking": {
"mobus_customer_id": "9999"
}
}
}
'{
"status": 100,
"client_message": "Success",
"data": {
"session_identifier": "7830227a-ba47-4d28-9416-cad41a446db7",
"authorized_url": "https://iip-webplugin-ingo.money/session/7830227a-ba47-4d28-9416-cad41a446db7?t=637126733246949906&h=rpSb%2f%2fAeOAKjX7%2fhhOQvj9zpvwf4xeg97TuPCMtpUg0%3d",
"authorized_url_expiration_utc": "2019-12-10T20:14:19.763941Z",
"participant_unique_id1": "1f271ff6-5b79-45b6-a71e-aa9d1b86c0d8",
"participant_unique_id2": ""
},
"time": 0.8
}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.
HMAC-SHA512 signed authorization header built from the request line, X-Date, Content-Type, Content-Length, and SHA-512 body digest. HMAC-SHA256 is accepted for legacy integrations only.
"hmac username=\"YOUR_HMAC_USERNAME\", algorithm=\"hmac-sha512\", headers=\"request-line x-date content-type content-length content-sha512\", signature=\"BASE64_SIGNATURE\""
RFC 7231 formatted UTC date and time of the request, used in HMAC signature computation.
"Tue, 01 Apr 2026 20:18:47 GMT"
Base64-encoded SHA-512 hash of the raw request body. Required for all new integrations using HMAC-SHA512.
"z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+TW2kyaTeRs9mBqbH9v0w="
Base64-encoded SHA-256 hash of the raw request body. Accepted for legacy integrations using HMAC-SHA256 only. New integrations should use Content-sha512.
Byte length of the request body.
412
"application/json"
Unique client-generated key (V4 UUID recommended) for safely retrying a session request without creating a duplicate session. Keys remain active for 2 hours. A status 101 response is returned when the same key is reused within that window.
250"3f2a1b4c-9d8e-7f6a-5b4c-3d2e1f0a9b8c"
Participant-assigned ID for the session request. Carry this value forward to subsequent process requests for tracking.
100"70646041-01ea-4cd6-b657-18ff88e465c7"
Client-provided recipient verification information.
Hide child attributes
Recipient first name.
150"Jack"
Recipient last name.
150"Frost"
Recipient street address line 1.
150"123 Main St"
Recipient city.
150"Atlanta"
Recipient state. Must be a valid two-letter US state code.
2"GA"
Recipient ZIP code (formats xxxxx or xxxxx-xxxx).
10"37233"
Recipient business name. Required when a complete personal name (both first_name and last_name) is not provided.
150"Acme Limited"
Recipient street address line 2.
150"Suite 400"
Recipient email address. Required for PayPal-enabled participants.
150"jack.frost@example.com"
Recipient phone number. Digits only.
10"4045551234"
Recipient mobile number. Digits only.
10"4045551234"
Optional second participant-assigned ID. Can also be carried forward to process requests for tracking.
100"DEF-5678"
URI of the hosting application (include protocol and hostname, e.g. https://digitalpay.ingo.money). Must be explicitly whitelisted in client configuration. Defaults to the first configured parent application host domain if omitted.
200"https://digitalpay.ingo.money"
IETF locale code specifying the language to use when launching the iFrame.
ar-SA, cs-CZ, da-DK, de-DE, en-GB, en-US, es-ES, es-US, fa-IR, fi-FI, fr-FR, hmn-Latn, it-IT, ja-JP, km-KH, ko-KR, nb-NO, nl-NL, pl-PL, pt-BR, ru-RU, sv-SE, tl-PH, tr-TR, vi-VN, zh-CN, zh-Hans, zh-TW 5"en-US"
Session created successfully, or idempotent response returned.
Numeric status code. 100 = Success; 101 = Success (Idempotent — existing session returned, no new session created).
100
Human-readable description of the status code.
"Success"
Session identifiers and authorized launch URL.
Hide child attributes
Unique identifier for the created session.
"7830227a-ba47-4d28-9416-cad41a446db7"
Signed URL used to launch the iFrame. Must be consumed within 30 seconds of creation.
"https://iip-webplugin-ingo.money/session/7830227a-ba47-4d28-9416-cad41a446db7?t=637126733246949906&h=rpSb%2f%2fAeOAKjX7%2fhhOQvj9zpvwf4xeg97TuPCMtpUg0%3d"
UTC expiration timestamp for the authorized URL.
"2019-12-10T20:14:19.763941Z"
Transaction correlation ID echo.
"1f271ff6-5b79-45b6-a71e-aa9d1b86c0d8"
Customer correlation ID echo.
""
Server-side request processing time in seconds.
0.8
curl --request POST \
--url https://iip-session-management-uat.ingo.money/api/v1/sessions/point-in-time/plugin \
--header 'Authorization: Bearer <token>' \
--header 'Content-Length: <content-length>' \
--header 'Content-Type: <content-type>' \
--header 'Content-sha512: <content-sha512>' \
--header 'X-Date: <x-date>' \
--data '
{
"participant_unique_id1": "70646041-01ea-4cd6-b657-18ff88e465c7",
"host_uri": "https://digitalpay-test.ingo.money",
"language_locale_code": "en-US",
"recipient_information": {
"first_name": "Alex",
"last_name": "Rivera",
"business_name": "Acme Limited",
"address_line1": "100 Innovation Way",
"city": "Anytown",
"state": "GA",
"zip_code": "37233",
"email_address": "jack.frost@example.com",
"phone_number": "1231231234",
"mobile_number": "1231231234",
"open_banking": {
"mobus_customer_id": "9999"
}
}
}
'{
"status": 100,
"client_message": "Success",
"data": {
"session_identifier": "7830227a-ba47-4d28-9416-cad41a446db7",
"authorized_url": "https://iip-webplugin-ingo.money/session/7830227a-ba47-4d28-9416-cad41a446db7?t=637126733246949906&h=rpSb%2f%2fAeOAKjX7%2fhhOQvj9zpvwf4xeg97TuPCMtpUg0%3d",
"authorized_url_expiration_utc": "2019-12-10T20:14:19.763941Z",
"participant_unique_id1": "1f271ff6-5b79-45b6-a71e-aa9d1b86c0d8",
"participant_unique_id2": ""
},
"time": 0.8
}