Approve/Decline a Collect Request

This api is to review and take an action on a pending payment request. requestType can be APPROVE or DECLINE. If requestType is APPROVE, then payeeName and credBlock parameters are mandatory. A collect request is successfully approved when gatewayResponseCode is 00 in response. A collect request is successfully declined only when gatewayResponseCode is ZA in response.

Note: SERVICE_UNAVAILABLE_{entity}_{error} will be returned in case of NPCI timeout or deemed transactions.

API Endpoints
Production Link
POST
http://{{host}}/api/{uri}/merchants/transactions/collect
Headers
Body
200 : Success