Penny Verify API

This API is used to verify the bank accounts, and the purposes of this API are:

  • Used to verify the bank account when it is not verified automatically.
  • Used to submit the penny value deposited by PayU in the merchant account.
  • Authorization through the user token received using User Token APIs

📘

Note:

The access token with the scope as user_token is required on the header. For more information on getting the access token, refer to Get Token API.

Environment

Test Environmenthttps://uat-partner.payu.in/
Production Environmenthttps://partner.payu.in/
Sample request
curl --location -g --request POST '{{onboarding_url}}/api/v1/merchants/{{merchant_uuid}}/verify_penny' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{    "penny_amount": "1.03"}'
Sample response
{  
        "message": "Bank verification successful"
}

Request parameters

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!