post
https://api.wowpe.in/api/api/api-module/payin/collect-pay
Collect pay in a payment gateway refers to the gateway's functionality for accepting and processing payments from customers using various payment methods.
Request Params:
| Name | Type | Description | Mandatory(Y-yes)/Optional(O) |
|---|---|---|---|
| clientId | String | Client Id is provided in wowpe Dashboard. | Y |
| secretKey | String | secretKey is provided in wowpe Dashboard. | Y |
| vpa | String | Virtual Payment Address | Y |
| orderId | Unique Transaction Reference Number | Y |
Request Sample:
{
"clientId": "2448982d-ef21-4820-b650-XXXX",
"secretKey": "bb316991-9001-43ea-abb2XXXX,
"vpa": "9730XXX@ybl",
"orderId": "ENAN1000144"
}
Response Param:
| Key | Type | Description |
|---|---|---|
| statusCode | Int | 1=> Collectpay Generated Succesfully 0=> Collect Request Failed |
| orderId | String | Unique Transaction Reference Number |
| message | String | Transaction Message |
| vpaTxnId | String | Unique Transaction Reference Number |
| bankRRN | String | Retrieval Reference Number |
| amount | String | Transaction Amount |
| name | String | Merchant Name |