💻
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
  • Path Parameter
  • Smart Send Statuses and their meanings

Was this helpful?

  1. smart send
  2. Smart Send V2 API

Smart Send Status

API for fetching the status of a particular smart send link created using link Id.

PreviousCreate Smart Send LinkNextCancel Smart Send

Last updated 3 years ago

Was this helpful?

https://test.payumoney.com/payout/v2/smartSend/status?linkId=anJFU9vrS0pqXXLOva96oBx5NkYhRLwiSahksBJbQXrTwluheEAa4oTOKsLMCoNg

Path Parameter

Key

Description

Data Type

Mandatory

Possible Value

linkId

Smart Send link id

String

Yes

Example

Content-Type : application/json

Method: POST

Curl:

curl --location --request GET 'https://payumoney.com/payout/v2/smartSend/status?linkId=anJFU9vrS0pqXXLOva96oBx5NkYhRLwiSahksBJbQXrTwluheEAa4oTOKsLMCoNg'

Response:

{
    "status": 1,
    "msg": "SmartPay Link cancelled",
    "code": 1122,
    "data": null
}

Smart Send Statuses and their meanings

PENDING -> Smart Send Link Created Successfully but yet to be filled details by customer.

INITIATED -> Payment Initiated, wait for sometime for payment to be competed.

FAILED -> Smart Send Payment failed, Can be reinitiated after sometime.

SUCCESS -> Payout is initiated, wait for sometime for the payout to be completed.

REJECTED -> Smart Send approval rejected, check with the approver.

EXPIRED -> Smart send link expired, create a new link.

CANCELLED -> Smart Send Link cancelled by the merchant, create a new link.

APPROVAL_PENDING -> Link Approval is pending, contact your approver.

APPROVED -> Link is approved by the approver.

https://payout.payumoney.com/payout/v2/smartSend/status?linkId=anJFU9vrS0pqXXLOva96oBx5NkYhRLwiSahksBJbQXrTwluheEAa4oTOKsLMCoNg