💻
Payouts Integration
  • Introduction
  • Functional overview
  • Onboarding
  • Postman Collection
  • Authentication
  • Authentication Token
    • API to Generate Token using username/password
    • API to Generate Token using private client id
  • Refresh Tokens
    • Refresh Token API
  • IP Check
  • API Integration
  • Testing Credentials
  • API Flow Diagram
  • Beneficiary Management
    • View Beneficiary Detail
    • Beneficiary Creation / Registration
  • Core Payouts API
    • Get Account Details API
    • Cancel Transfer API
    • Check Transfer Status API
    • Initiate/Schedule Transfer API
  • Verification
    • Verify Account / Penny Test
    • Validate Vpa
    • IFSC Details
  • smart send
    • Feature
    • Smart Send API
      • Cancel Smart Send
      • Smart Send Status
    • Smart Send V2 API
      • Create Smart Send Link
      • Smart Send Status
      • Cancel Smart Send
      • Extend Expiry Date
    • Bulk Smart Send
      • Bulk File Upload
      • Bulk Process File
    • Smart Send Error Codes
    • Fetch masked Vpas
  • Webhooks
    • What are Webhooks?
    • Default Webhooks
    • Creating Webhooks
    • Set Webhook API
    • Types of webhooks
  • Settings
    • Disable queued Payout
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. smart send

Smart Send Error Codes

Error codes that can be generated after hitting Smart Send API

Smart Send Error Codes and their meanings

1100 -> INVALID_MERCHANT

1101 -> INVALID_MERCHNAT_REF_ID

1102 -> INVALID_MERCHNAT_REF_ID_LENGTH

1103 -> DUPLICATE_MERCHNAT_REF_ID

1104 -> INVALID_AMOUNT

1105 -> INVALID_MOBILE

1106 -> INVALID_EMAIL

1107 -> INVALID_LINK_TYPE

1108 -> MOBILE_OR_EMAIL_REQUIRED

1109 -> INVALID_ACCOUNT_NUMBER

1109 -> INVALID_IFSC

1110 -> INVALID_LINK

1111 -> LINK_EXPIRED

1112 -> LINK_NOT_FOUND

1113 -> OTP_REQUIRED

1114 -> INVALID_DESCRIPTION

1115 -> DUPLICATE_REQUEST

1116 -> OTP_TRIGGERED_FAILED

1117 -> OTP_VERIFICATION_FAILED

1118 -> DETAILS_ALREADY_FILLED

1119 -> FAILED_TO_CANCEL_SMARTPAY

1120 -> INVALID_VPA

1121 -> EXPIRY_DATE_INVALID

1122 -> LINK_CANCELLED

1123 -> LINK_REJECTED

1124 -> LINK_TRANSACTION_FAILED

1125 -> DUPLICATE_SMARTSEND_LINK

1126 -> APPROVAL_FLOW_ERROR

1127 -> APPROVAL_PENDING

PreviousBulk Process FileNextFetch masked Vpas

Last updated 3 years ago

Was this helpful?