Merchant Refund 360

This api can be used to trigger a refund against a successful complaint resolve and if the transaction is successful. There are two types of refunds supported - UDIR and OFFLINE.

Refund360 will be used for initiating a new refund or getting the status of an existing refund. If the "refundRequestId" is present with the PSP, then the latest status of the existing refund will be returned. If not present, then a new refund will be triggered.

OFFLINE refunds take around 2-3 working days to get processed.

UDIR refunds get credited to remitter account instantly. Merchant is required to pass the adjCode and adjFlag in the request. Below are mentioned the adjCode and adjFlag for merchant’s reference.

Note

adjCode and adjFlag from NPCI not mentioned below shall be treated as Pending

UDIR refund to be initiated 5 minutes post successful transaction only, prior initiations can lead to errors.

Gateway Response codes wrt Online Refunds:

Scroll inside to view more
gatewayResponseCode
gatewayResponseStatus
Description
00
SUCCESS
Refund accepted successfully
01
PENDING
Refund is in pending state
RB
DEEMED
Refund is in deemed state
BT
DEEMED
Refund is in deemed state
Else
FAILURE
Refund failed

Gateway Response codes wrt UDIR Refunds:

Scroll inside to view more
gatewayResponseCode
gatewayResponseStatus
Description
00
SUCCESS
Refund accepted successfully
01
PENDING
Refund is in pending state
JPREFD
DEEMED
Refund is in deemed state
Else
FAILURE
Refund failed

Reason codes and flag for Refund From Beneficiary:

Scroll inside to view more
AdjFlag
AdjCode
Description
REF
1064
Goods or Services Not Provided
REF
1084
Duplicate /Multiple Transaction
REF
1063
Customer paid by alternate means
REF
1061
Credit not processed for cancelled or returned goods and services.

Reason codes and flags for Refund From NPCI:

Scroll inside to view more
AdjFlag
AdjCode
Description
RRC
501
Success
RRC
502
Deemed
RUU
UT1, UT2, UT3, UT4, UT5, UT6, UT7
Deemed
API Endpoints
Production Link
POST
{{host}}/api/{{uri}}/merchants/transactions/refund360
Body
200 : Success
Last updated 2 months ago