Jump to Content
Sequra
API Reference
v1.0

Log InSequra
API Reference
Log In
v1.0API Reference

External checkout API

  • 1. Create an order
  • 2. Checkout metadata
  • 3. Provide identification data
  • 4. Wait for confirmation/screening
  • Resend OTP
  • API authorization
  • Sequence diagram

POST CHECKOUT API

  • Disbursement
    • Getting the list of available disbursementsget
    • Getting the details of a disbursementget
  • Order Update
    • Update order stateput

CHECKOUT API

  • API Accounts
    • Credentialsget
    • Permission on merchantget
  • DeliveryReports
    • Send delivery reportpost
  • Orders
    • Solicit orderpost
    • Update order stateput
    • Update order referencepatch
  • Payment Methods
    • Get payment methods for a given orderget
    • Get payment methods for a given merchantget
  • Available regions
    • Regionsget
  • Subscriptions
    • Solicit subscriptionpost
Powered by 

Resend OTP

POST /api/v1/checkout/:uuid/resend_otp

Sometimes the shopper doesn't receive the sms to validate the phone. This endpoint allows the shopper to request for a new sms to validate the phone.

Response codes:

  • HTTP 200 if the sms sending has been correctly enqueued
  • HTTP 429 if it has exceeded the max sms allowed per order
  • Table of Contents
    • POST /api/v1/checkout/:uuid/resend_otp