Create Transaction
POST/vera/api/1.0/transactions
Create Transaction
Request
- application/json
Body
formId string
webhook object
url string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Valid
- Invalid
Schema
code integer
message string
data object
{
"code": 0,
"message": "string",
"data": {}
}
{
"code": 0,
"message": "Success",
"data": {
"verificationForm": {
"id": "67b85f24862d8d50f7468db2",
"name": "us 3"
},
"state": "IN_PROGRESS",
"verificationSourceDetailList": [],
"verificationList": [],
"userInputList": [],
"caseId": 1105,
"userSubmitted": false,
"webhook": {
"url": "https://jwt.io"
},
"type": "DIY",
"_id": "67fe3afc793ea3dd5017823f",
"createdAt": "2025-04-15T10:54:52.394Z",
"updatedAt": "2025-04-15T10:54:52.394Z"
}
}
{
"message": "method must be a valid enum value",
"code": -1
}
Loading...