curl --location --request POST 'https://staging-api.propaga.io/v1/transaction/{transactionId}/verification/{verificationId}' \ --header 'Authorization: <your_awesome_token>' \ --header 'Content-Type: application/json'
{ "message": "Verification code sent successfully" }
Resend verification code to a customer for transaction confirmation
{ "errorCode": "TRANSACTION_NOT_FOUND", "errorMessage": "This transaction not found" }
{ "errorCode": "TRANSACTION_IS_VERIFIED", "errorMessage": "This transaction is already verified" }
{ "errorCode": "VERIFICATION_NOT_FOUND", "errorMessage": "This verification not found" }
{ "errorCode": "TOO_MANY_ATTEMPTS", "errorMessage": "Too many verification code requests. Please try again later" }