Create Session
Initialize a point-in-time iFrame session. Returns an authorized_url for mounting the SDK.
Headers
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"
Body
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.
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"
Response
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.
Server-side request processing time in seconds.
0.8