POST api/Wallet/paymentsuccess
Request Information
URI Parameters
None.
Body Parameters
PaymentSuccessInput| Name | Description | Type | Additional information | 
|---|---|---|---|
| event | string | None. | |
| data | Object | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "event": "sample string 1",
  "data": {}
}
        application/xml, text/xml
            Sample:
        <PaymentSuccessInput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Event>sample string 1</Event> <data /> </PaymentSuccessInput>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
ActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.