Skip to main content

Resend Payment OTP

POST /api/payments/resend-otp

Resend an OTP to your webhook

Header Parameters
  • api-key string required
  • api-secret string required
Request Body required
  • paymentId uuid required

    Unique identifier of the payment.

Responses

Otp was sent successfully

Response Headers
  • x-request-id any

    Request Id for traceability

Schema
  • message string required

    Description of the request.

Loading...