POST api/BOS/QRCodeCallbk
Request Information
URI Parameters
None.
Body Parameters
AxisBankCallBackResponseName | Description | Type | Additional information |
---|---|---|---|
entity | string |
None. |
|
account_id | string |
None. |
|
event | string |
None. |
|
contains | Collection of string |
None. |
|
payload | Payload |
None. |
|
created_at | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "entity": "sample string 1", "account_id": "sample string 2", "event": "sample string 3", "contains": [ "sample string 1", "sample string 2" ], "payload": { "payment": { "entity": { "id": "sample string 1", "entity": "sample string 2", "amount": 3, "currency": "sample string 4", "status": "sample string 5", "order_id": {}, "invoice_id": {}, "international": true, "method": "sample string 9", "amount_refunded": 10, "refund_status": {}, "captured": true, "description": "sample string 13", "card_id": {}, "bank": {}, "wallet": {}, "vpa": "sample string 17", "email": "sample string 18", "contact": "sample string 19", "customer_id": "sample string 20", "notes": { "Branch": "sample string 1" }, "fee": 21, "tax": 22, "error_code": {}, "error_description": {}, "error_source": {}, "error_step": {}, "error_reason": {}, "acquirer_data": { "rrn": "sample string 1" }, "created_at": 28, "name": "sample string 29", "usage": "sample string 30", "type": "sample string 31", "image_url": "sample string 32", "payment_amount": {}, "fixed_amount": true, "payments_amount_received": 35, "payments_count_received": 36, "close_by": 37, "closed_at": {}, "close_reason": {} } }, "qr_code": { "entity": { "id": "sample string 1", "entity": "sample string 2", "amount": 3, "currency": "sample string 4", "status": "sample string 5", "order_id": {}, "invoice_id": {}, "international": true, "method": "sample string 9", "amount_refunded": 10, "refund_status": {}, "captured": true, "description": "sample string 13", "card_id": {}, "bank": {}, "wallet": {}, "vpa": "sample string 17", "email": "sample string 18", "contact": "sample string 19", "customer_id": "sample string 20", "notes": { "Branch": "sample string 1" }, "fee": 21, "tax": 22, "error_code": {}, "error_description": {}, "error_source": {}, "error_step": {}, "error_reason": {}, "acquirer_data": { "rrn": "sample string 1" }, "created_at": 28, "name": "sample string 29", "usage": "sample string 30", "type": "sample string 31", "image_url": "sample string 32", "payment_amount": {}, "fixed_amount": true, "payments_amount_received": 35, "payments_count_received": 36, "close_by": 37, "closed_at": {}, "close_reason": {} } } }, "created_at": 4 }
text/xml
Sample:
<AxisBankCallBackResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models"> <account_id>sample string 2</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>4</created_at> <entity>sample string 1</entity> <event>sample string 3</event> <payload> <payment> <entity> <acquirer_data> <rrn>sample string 1</rrn> </acquirer_data> <amount>3</amount> <amount_refunded>10</amount_refunded> <bank /> <captured>true</captured> <card_id /> <close_by>37</close_by> <close_reason /> <closed_at /> <contact>sample string 19</contact> <created_at>28</created_at> <currency>sample string 4</currency> <customer_id>sample string 20</customer_id> <description>sample string 13</description> <email>sample string 18</email> <entity>sample string 2</entity> <error_code /> <error_description /> <error_reason /> <error_source /> <error_step /> <fee>21</fee> <fixed_amount>true</fixed_amount> <id>sample string 1</id> <image_url>sample string 32</image_url> <international>true</international> <invoice_id /> <method>sample string 9</method> <name>sample string 29</name> <notes> <Branch>sample string 1</Branch> </notes> <order_id /> <payment_amount /> <payments_amount_received>35</payments_amount_received> <payments_count_received>36</payments_count_received> <refund_status /> <status>sample string 5</status> <tax>22</tax> <type>sample string 31</type> <usage>sample string 30</usage> <vpa>sample string 17</vpa> <wallet /> </entity> </payment> <qr_code> <entity> <acquirer_data> <rrn>sample string 1</rrn> </acquirer_data> <amount>3</amount> <amount_refunded>10</amount_refunded> <bank /> <captured>true</captured> <card_id /> <close_by>37</close_by> <close_reason /> <closed_at /> <contact>sample string 19</contact> <created_at>28</created_at> <currency>sample string 4</currency> <customer_id>sample string 20</customer_id> <description>sample string 13</description> <email>sample string 18</email> <entity>sample string 2</entity> <error_code /> <error_description /> <error_reason /> <error_source /> <error_step /> <fee>21</fee> <fixed_amount>true</fixed_amount> <id>sample string 1</id> <image_url>sample string 32</image_url> <international>true</international> <invoice_id /> <method>sample string 9</method> <name>sample string 29</name> <notes> <Branch>sample string 1</Branch> </notes> <order_id /> <payment_amount /> <payments_amount_received>35</payments_amount_received> <payments_count_received>36</payments_count_received> <refund_status /> <status>sample string 5</status> <tax>22</tax> <type>sample string 31</type> <usage>sample string 30</usage> <vpa>sample string 17</vpa> <wallet /> </entity> </qr_code> </payload> </AxisBankCallBackResponse>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.