VyomPay
  1. Payout APIs
VyomPay
  • Introduction
  • Process Flow
  • Error Codes
  • Common APIs
    • Wallet Balance Check
      POST
  • Payout APIs
    • Add NEFT/IMPS Beneficiary
      POST
    • Add UPI Beneficiary
      POST
    • Delete Beneficiary
      POST
    • Get Beneficiary List
      POST
    • NEFT/IMPS Validate Beneficiary
      POST
    • Validate UPI Beneficiary
      POST
    • Payout Transaction Request
      POST
    • Direct Payout Transaction Request
      POST
    • Transaction Status
      POST
    • Transaction Status By Request ID
      POST
    • Payout Transaction Complain
      POST
    • Payout Callback
      POST
    • Virtual Account Wallet Credit Callback
      POST
    • Service Bank List
      POST
    • Service List
      POST
  • Payin APIs
    • Generate Merchant Payment Link
      POST
    • Generate Merchant PG Order
      POST
    • Generate Merchant UPI PG QR
      POST
    • Merchant UTR Process
      POST
    • Check Order Status
      POST
    • Payin Callback
      POST
  1. Payout APIs

Payout Callback

Testing
POST
/

Request

Body Params application/json
Resp_code
string 
required
Resp_desc
string 
required
txn_type
string 
required
data
object 
required
Example
{
    "Resp_code": "RCS",
    "Resp_desc": "Request Completed Successfully",
    "txn_type": "PAYOUT",
    "data": {
        "requestid": "VJiQT73LUovK9SQ6xdkc",
        "txnid": "W231005154632YHY",
        "utr": "1245785400",
        "txnamt": "100.00",
        "txndt": "2023-10-05 15:46:32",
        "txnstatus": "SUCCESS"
    }
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://uat.nandishatech.com/WS/v1/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Resp_code": "RCS",
    "Resp_desc": "Request Completed Successfully",
    "txn_type": "PAYOUT",
    "data": {
        "requestid": "VJiQT73LUovK9SQ6xdkc",
        "txnid": "W231005154632YHY",
        "utr": "1245785400",
        "txnamt": "100.00",
        "txndt": "2023-10-05 15:46:32",
        "txnstatus": "SUCCESS"
    }
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-04-10 11:33:25
Previous
Payout Transaction Complain
Next
Virtual Account Wallet Credit Callback
Built with