Create a Session
Create a Realtime Collections session to obtain the session key required to create payment links.
Authorizations
Meridian HMAC header authentication.
Required headers:
- X-Meridian-Api-Key
- X-Meridian-Timestamp
- X-Meridian-Signature
X-Meridian-Signature is the HMAC SHA-256 signature of the canonical request string, computed per request as HMAC-SHA256(apiKey + timestamp + method + request URI including any query string + body). See Authentication for how to construct it.
Headers
API key issued by Meridian during provisioning.
Current time in milliseconds since the Unix epoch. Must be within 10 seconds of the request.
Body
Operator context used for auditing when creating a Realtime Collections API session.
Operator context used for auditing when creating a Realtime Collections API session.
Unique identifier of the operator (user) initiating the session in the merchant system. Used for audit and traceability; must be present and non-blank but is not otherwise validated.
Human-readable name of the operator (user) initiating the session, stored for audit logs so actions can be attributed to a specific person.
Response
Created the session and stored the contents for later use