POST api/BOS/AxisBankPaymentLinkCallbk
Request Information
URI Parameters
None.
Body Parameters
PaymentLinkResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| account_id | string |
None. |
|
| contains | Collection of string |
None. |
|
| created_at | integer |
None. |
|
| entity | string |
None. |
|
| event | string |
None. |
|
| payload | PaymentLinkPayload |
None. |
Request Formats
application/json, text/json
Sample:
{
"account_id": "sample string 1",
"contains": [
"sample string 1",
"sample string 2"
],
"created_at": 2,
"entity": "sample string 3",
"event": "sample string 4",
"payload": {
"order": {
"entity": {
"amount": 1,
"amount_due": 2,
"amount_paid": 3,
"attempts": 4,
"created_at": 5,
"currency": "sample string 6",
"entity": "sample string 7",
"id": "sample string 8",
"notes": [
{},
{}
],
"offer_id": {},
"receipt": {},
"status": "sample string 11",
"acquirer_data": {
"rrn": "sample string 1"
},
"amount_refunded": 12,
"amount_transferred": 13,
"bank": {},
"base_amount": 15,
"captured": true,
"card_id": {},
"contact": {},
"description": {},
"email": {},
"error_code": {},
"error_description": {},
"error_reason": {},
"error_source": {},
"error_step": {},
"fee": 26,
"fee_bearer": "sample string 27",
"international": true,
"invoice_id": {},
"method": "sample string 30",
"order_id": "sample string 31",
"refund_status": {},
"tax": 33,
"vpa": "sample string 34",
"wallet": {},
"accept_partial": true,
"cancelled_at": 37,
"customer": {
"contact": "sample string 1",
"email": "sample string 2"
},
"expire_by": 38,
"expired_at": 39,
"first_min_partial_amount": 40,
"notify": {
"email": true,
"sms": true
},
"reference_id": "sample string 41",
"reminder_enable": true,
"reminders": {},
"short_url": "sample string 43",
"updated_at": 44,
"upi_link": true,
"user_id": "sample string 46"
}
},
"payment": {
"entity": {
"amount": 1,
"amount_due": 2,
"amount_paid": 3,
"attempts": 4,
"created_at": 5,
"currency": "sample string 6",
"entity": "sample string 7",
"id": "sample string 8",
"notes": [
{},
{}
],
"offer_id": {},
"receipt": {},
"status": "sample string 11",
"acquirer_data": {
"rrn": "sample string 1"
},
"amount_refunded": 12,
"amount_transferred": 13,
"bank": {},
"base_amount": 15,
"captured": true,
"card_id": {},
"contact": {},
"description": {},
"email": {},
"error_code": {},
"error_description": {},
"error_reason": {},
"error_source": {},
"error_step": {},
"fee": 26,
"fee_bearer": "sample string 27",
"international": true,
"invoice_id": {},
"method": "sample string 30",
"order_id": "sample string 31",
"refund_status": {},
"tax": 33,
"vpa": "sample string 34",
"wallet": {},
"accept_partial": true,
"cancelled_at": 37,
"customer": {
"contact": "sample string 1",
"email": "sample string 2"
},
"expire_by": 38,
"expired_at": 39,
"first_min_partial_amount": 40,
"notify": {
"email": true,
"sms": true
},
"reference_id": "sample string 41",
"reminder_enable": true,
"reminders": {},
"short_url": "sample string 43",
"updated_at": 44,
"upi_link": true,
"user_id": "sample string 46"
}
},
"payment_link": {
"entity": {
"amount": 1,
"amount_due": 2,
"amount_paid": 3,
"attempts": 4,
"created_at": 5,
"currency": "sample string 6",
"entity": "sample string 7",
"id": "sample string 8",
"notes": [
{},
{}
],
"offer_id": {},
"receipt": {},
"status": "sample string 11",
"acquirer_data": {
"rrn": "sample string 1"
},
"amount_refunded": 12,
"amount_transferred": 13,
"bank": {},
"base_amount": 15,
"captured": true,
"card_id": {},
"contact": {},
"description": {},
"email": {},
"error_code": {},
"error_description": {},
"error_reason": {},
"error_source": {},
"error_step": {},
"fee": 26,
"fee_bearer": "sample string 27",
"international": true,
"invoice_id": {},
"method": "sample string 30",
"order_id": "sample string 31",
"refund_status": {},
"tax": 33,
"vpa": "sample string 34",
"wallet": {},
"accept_partial": true,
"cancelled_at": 37,
"customer": {
"contact": "sample string 1",
"email": "sample string 2"
},
"expire_by": 38,
"expired_at": 39,
"first_min_partial_amount": 40,
"notify": {
"email": true,
"sms": true
},
"reference_id": "sample string 41",
"reminder_enable": true,
"reminders": {},
"short_url": "sample string 43",
"updated_at": 44,
"upi_link": true,
"user_id": "sample string 46"
}
}
}
}
text/xml
Sample:
<PaymentLinkResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models">
<account_id>sample string 1</account_id>
<contains xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</contains>
<created_at>2</created_at>
<entity>sample string 3</entity>
<event>sample string 4</event>
<payload>
<order>
<entity>
<accept_partial>true</accept_partial>
<acquirer_data>
<rrn>sample string 1</rrn>
</acquirer_data>
<amount>1</amount>
<amount_due>2</amount_due>
<amount_paid>3</amount_paid>
<amount_refunded>12</amount_refunded>
<amount_transferred>13</amount_transferred>
<attempts>4</attempts>
<bank />
<base_amount>15</base_amount>
<cancelled_at>37</cancelled_at>
<captured>true</captured>
<card_id />
<contact />
<created_at>5</created_at>
<currency>sample string 6</currency>
<customer>
<contact>sample string 1</contact>
<email>sample string 2</email>
</customer>
<description />
<email />
<entity>sample string 7</entity>
<error_code />
<error_description />
<error_reason />
<error_source />
<error_step />
<expire_by>38</expire_by>
<expired_at>39</expired_at>
<fee>26</fee>
<fee_bearer>sample string 27</fee_bearer>
<first_min_partial_amount>40</first_min_partial_amount>
<id>sample string 8</id>
<international>true</international>
<invoice_id />
<method>sample string 30</method>
<notes xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:anyType />
<d5p1:anyType />
</notes>
<notify>
<email>true</email>
<sms>true</sms>
</notify>
<offer_id />
<order_id>sample string 31</order_id>
<receipt />
<reference_id>sample string 41</reference_id>
<refund_status />
<reminder_enable>true</reminder_enable>
<reminders />
<short_url>sample string 43</short_url>
<status>sample string 11</status>
<tax>33</tax>
<updated_at>44</updated_at>
<upi_link>true</upi_link>
<user_id>sample string 46</user_id>
<vpa>sample string 34</vpa>
<wallet />
</entity>
</order>
<payment>
<entity>
<accept_partial>true</accept_partial>
<acquirer_data>
<rrn>sample string 1</rrn>
</acquirer_data>
<amount>1</amount>
<amount_due>2</amount_due>
<amount_paid>3</amount_paid>
<amount_refunded>12</amount_refunded>
<amount_transferred>13</amount_transferred>
<attempts>4</attempts>
<bank />
<base_amount>15</base_amount>
<cancelled_at>37</cancelled_at>
<captured>true</captured>
<card_id />
<contact />
<created_at>5</created_at>
<currency>sample string 6</currency>
<customer>
<contact>sample string 1</contact>
<email>sample string 2</email>
</customer>
<description />
<email />
<entity>sample string 7</entity>
<error_code />
<error_description />
<error_reason />
<error_source />
<error_step />
<expire_by>38</expire_by>
<expired_at>39</expired_at>
<fee>26</fee>
<fee_bearer>sample string 27</fee_bearer>
<first_min_partial_amount>40</first_min_partial_amount>
<id>sample string 8</id>
<international>true</international>
<invoice_id />
<method>sample string 30</method>
<notes xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:anyType />
<d5p1:anyType />
</notes>
<notify>
<email>true</email>
<sms>true</sms>
</notify>
<offer_id />
<order_id>sample string 31</order_id>
<receipt />
<reference_id>sample string 41</reference_id>
<refund_status />
<reminder_enable>true</reminder_enable>
<reminders />
<short_url>sample string 43</short_url>
<status>sample string 11</status>
<tax>33</tax>
<updated_at>44</updated_at>
<upi_link>true</upi_link>
<user_id>sample string 46</user_id>
<vpa>sample string 34</vpa>
<wallet />
</entity>
</payment>
<payment_link>
<entity>
<accept_partial>true</accept_partial>
<acquirer_data>
<rrn>sample string 1</rrn>
</acquirer_data>
<amount>1</amount>
<amount_due>2</amount_due>
<amount_paid>3</amount_paid>
<amount_refunded>12</amount_refunded>
<amount_transferred>13</amount_transferred>
<attempts>4</attempts>
<bank />
<base_amount>15</base_amount>
<cancelled_at>37</cancelled_at>
<captured>true</captured>
<card_id />
<contact />
<created_at>5</created_at>
<currency>sample string 6</currency>
<customer>
<contact>sample string 1</contact>
<email>sample string 2</email>
</customer>
<description />
<email />
<entity>sample string 7</entity>
<error_code />
<error_description />
<error_reason />
<error_source />
<error_step />
<expire_by>38</expire_by>
<expired_at>39</expired_at>
<fee>26</fee>
<fee_bearer>sample string 27</fee_bearer>
<first_min_partial_amount>40</first_min_partial_amount>
<id>sample string 8</id>
<international>true</international>
<invoice_id />
<method>sample string 30</method>
<notes xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:anyType />
<d5p1:anyType />
</notes>
<notify>
<email>true</email>
<sms>true</sms>
</notify>
<offer_id />
<order_id>sample string 31</order_id>
<receipt />
<reference_id>sample string 41</reference_id>
<refund_status />
<reminder_enable>true</reminder_enable>
<reminders />
<short_url>sample string 43</short_url>
<status>sample string 11</status>
<tax>33</tax>
<updated_at>44</updated_at>
<upi_link>true</upi_link>
<user_id>sample string 46</user_id>
<vpa>sample string 34</vpa>
<wallet />
</entity>
</payment_link>
</payload>
</PaymentLinkResponseModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.