Skip to main content
POST
Submit auth checklist

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

request body for submitting auth checklist

ciphertext
string
required

The encrypted payload that contains auth checklist items

envelope_encryption_key
string
required

The encrypted envelope key

Maximum string length: 1000
initialization_vector
string
required

The initialization vector used for enncrypting the payload

Maximum string length: 100
key_id
string
required

The key_id that was used to encrypt the envelope key

Maximum string length: 100
message_authentication_code
string
required

The authentication code is used to authenticate the origin of the message

Maximum string length: 100

Response

Successful

auth_checklist
object[]
required

Checklist of the authorization factors needed to complete Mandate authorization

last_update
string<date-time>
required

Timestamp in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)

mandate_id
string
required

Finverse Mandate ID

mandate_status
enum<string>
required

Mandate status

Available options:
CREATED,
PROCESSING,
SUBMITTED,
ERROR