UPI Receive Collect Money Webhook

Collect Money Request is raised on User VPA

{
 "collect_txn_id": "col_not_b3c8475d76b346b5b47d62a0fe32",
 "upi_merchant_id": "upi_txn_id361639163861",
 "amount": amount,
 "currency": currency,
 "user_id": userId,
 "user_vpa": "9843678391.happay@okhcif,
 "merchant_vpa": "amazon@okhdfc",
 "merchant_name": "amazon",
 "mcc": "1234",
 "tid": "089472",
 "mid": "TUFANGANJ NEAR",
 "remarks": "Groceries Shopping",
 "expiration_time": "2006-01-02T15:04:05Z07:00",
}

Field Name

Data Type

Required (O/M)

Description

collect_txn_id

String

M

Unique id of the Collect Request

upi_merchant_id

String

M

UPI Merchant Id against which payment happened

merchant_vpa

String

O

VPA of the merchant

merchant_name

String

O

Name of the merchant

mcc

String

O

Merchant Category Code

tid

String

O

Terminal Id

mid

String

O

Merchant Id

user_id

String

M

User Id

user_vpa

String

M

VPA against which the request has come

remarks

String

O

Remarks entered in the Request if any

amount

Numeric

M

Collect Amount

currency

String

M

Collect Currency

expiration_time

String

M

Expiration Time of Collect Request

Last updated