List of pending user amount request
Get all the list of wallet amount request of another wallet users.
Host:
Test: https://mob.paymentplug.com/
Live: https://wallet.paymentplug.com/
How to fetch amount request?
The POST request will be send over HTTPS to thewalletServices/WalletServices/pendingRequestMoneyendpoint.
NOTE:
Pass AuthToken in header for each request Auth API
Sample Request
Sample Response
NOTE :
- If single pending request response is in JSON object and if multiple pending request response is in JSON Array
- verificationHash - SHA256Algorithm.generateSHA256Hash(secKey.trim()+customerId.trim())
Verification Hash has to be calculated with following combination and need to be send along with the authentication parameters in each server-to-server request: < secKey > < customerId >
Sample code
Request Parameters
This reference lists all the standard flow parameters to be send in request.
Parameter | Description | Format | Required |
---|---|---|---|
customerId | Requesting Customer ID. | N [0-9] |
Yes |
verificationHash | Verification Hash has collected combination of parameters. | String | Yes |
walletOwnerId | Provided by Paymentplug Unique id. | N20
[0-9] |
Yes |
Response Parameters
This reference list lists all the standard flow parameters to be received in response.
Parameter | Description | Format | Required |
---|---|---|---|
fromCustName | Requested Pending list names. | A255 | Yes |
amount | Amount of the transaction. | N50 [0-9] {1,50} |
Yes |
narration | Requested amount description from pending list. | AN255 [0-9] |
Yes |
requestId | Get request id from pending list for requested amount | N255 [0-9] |
Yes |
toMobile | Receiver's mobile number (with country code eg.91). | N10 [0-9] |
Yes |
responseCode | Response code | [a-zA-Z0-9] | Yes |
List of response code from API
Response Code | Message |
---|---|
1 | Success |
2 | Fail |