Skip to main content

PayU Inbound Webhook

This API receives the webhook from PayU and updates the payment transactions.

Request Body required
    mihpayid string required

    The PayU generated transaction id

    mode string required

    Possible values: [CC, DC, NB, CASH, UPI]

    The payment mode of the transaction

    status string required

    Possible values: [success, failure]

    The status of the transaction

    key string required

    The key of the merchant shared to Nimbbl by PayU

    txnid string required

    The Nimbbl transaction id

    amount string required

    The transaction amount

    addedon string required
    productinfo string required
    firstname string required
    lastname string required
    address1 string required
    address2 string required
    city string required
    state string required
    country string required
    zipcode string required
    email string required
    phone string required
    udf1 string required
    udf2 string required
    udf3 string required
    udf4 string required
    udf5 string required
    udf6 string required
    udf7 string required
    udf8 string required
    udf9 string required
    udf10 string required
    card_token string required
    card_no string required

    The masked card number

    field0 string required
    field1 string required
    field2 string required
    field3 string required
    field4 string required
    field5 string required
    field6 string required
    field7 string required
    field8 string required
    field9 string required
    payment_source string required
    PG_TYPE string required
    error string required

    Error code we use for our mapping

    error_Message string required

    Error message

    net_amount_debit string required
    discount string required
    offer_key string required
    offer_availed string required
    unmappedstatus string required
    hash string required

    The hash of the response that needs to be validated by Nimbbl

    bank_ref_no string required
    bank_ref_num string required
    bankcode string required

    Bank code for netbanking, wallet and UPI (intent or collect)

    surl string required
    curl string required
    furl string required
    meCode string required
Responses

PayU webhook received and processed successfully

Loading...