Skip to main content
POST
/
v2
/
mocked_sca_sessions
/
{sca-session-token}
/
{decision}
Simulate user decision
curl --request POST \
  --url https://thirdparty-sandbox.staging.qonto.co/v2/mocked_sca_sessions/{sca-session-token}/{decision}
{
  "message": "Success"
}

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Path Parameters

sca_session_token
string
required

Token retrieved when initiating a sensitive action. This token is only valid for 15 minutes.

decision
string
required
  • allow to allow the action;
  • deny to deny the action.

Response

Returns the result of the simulation

message
string
required
Example:

"Success"

I