curl --location --request PUT 'https://staging-api.propaga.io/v1/transaction/{transactionId}/verification/{verificationId}' \ --header 'Authorization: <your_awesome_token>' --header 'Content-Type: application/json' --data '{ "errorCode": "1234" }'
{ "verificationId": "561f8ed5-8e90-4b32-9637-4f36a0c66286", "verificationStatus": "Transaction verified successfull" }
Sends the otp code to confirm the transaction
{ "errorCode": "TRANSACTION_NOT_FOUND", "errorMessage": "This transaction not found" }
{ "errorCode": "TRANSACTION_IS_VERIFIED", "errorMessage": "This transaction is verified" }
{ "errorCode": "VERIFICATION_NOT_FOUND", "errorMessage": "This verification not found" }
{ "errorCode": "VERIFICATION_NOT_VALID", "errorMessage": "This verification is not valid'" }