Skip to main content
POST
When a customer doesn’t receive or loses the verification code for a transaction, you can use this endpoint to resend it. The code will be sent to the customer’s registered phone number.

Path parameters

string
required
Propaga’s transaction id
string
required
Verification id generated on the creation of the transaction

Response

string
Confirmation message that the verification code was sent

Error codes

Transaction not found (404)
Transaction is already verified (422)
Verification not found (404)
Too many attempts (429)