Last active
June 25, 2020 13:05
-
-
Save andreluizf/8b8e210d5ab16c468adab4b7df7f0614 to your computer and use it in GitHub Desktop.
Revisions
-
andreluizf revised this gist
Jun 25, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,7 +85,7 @@ }, "status": { "type": "object", "description": "<table border=\"1;solid;\"> <tr align=\"center\"> <th width=\"10%\">Code</th> <th>Description</th> </tr> <tr> <td>1</td> <td> Payment initialized</td> </tr> <tr> <td>2</td> <td> Waiting payment confirm </td> </tr> <tr> <td>3</td> <td> Success</td> </tr> <tr> <td>4</td> <td> Payment rejected by Clearing </td> </tr> <tr> <td>5</td> <td> Error</td> </tr> <tr> <td>6</td> <td> Unconfirmed operation </td> </tr> <tr> <td>7</td> <td> Payment waiting approval</td> </tr> <tr> <td>8</td> <td> Receipt received </td> </tr> <tr> <td>9</td> <td> Waiting receipt confirm</td> </tr> <tr> <td>10</td> <td> Receipt rejected </td> </tr> <tr> <td>12</td> <td> Pending processing</td> </tr> <tr> <td>13</td> <td> Notice received </td> </tr> <tr> <td>14</td> <td> Query sent</td> </tr> <tr> <td>16</td> <td> Data returned with error </td> </tr> <tr> <td>17</td> <td> Update sent</td> </tr> <tr> <td>19</td> <td> Event waiting approval </td> </tr> <tr> <td>20</td> <td> Receipt Rejected by Clearing</td> </tr> <tr> <td>21</td> <td> Receipt Rejection confirmed </td> </tr> <tr> <td>22</td> <td> Payment rejected</td> </tr> <tr> <td>23</td> <td> Waiting clearing return </td> </tr> <tr> <td>24</td> <td> Initialized</td> </tr> <tr> <td>25</td> <td> Return initiated </td> </tr> <tr> <td>26</td> <td> Return rejected</td> </tr> <tr> <td>27</td> <td> Waiting return confirm </td> </tr> <tr> <td>28</td> <td> Return rejected by Clearing</td> </tr> <tr> <td>29</td> <td> Return waiting approval </td> </tr> <tr> <td>30</td> <td> Return received</td> </tr> <tr> <td>31</td> <td> Return rejection confirmed </td> </tr> </table> <br>", "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 25, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -101,7 +101,7 @@ }, "eventType": { "type": "object", "description": "Event type (payment or refund sent) <table border=\"1;solid;\"> <tr align=\"center\"> <th width=\"10%\" >Code</th> <th>Description</th> </tr> <tr> <td>1</td> <td> Payment</td> </tr> <tr> <td>12</td> <td> Return Sender </td> </tr> </table> <br>", "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -101,7 +101,7 @@ }, "eventType": { "type": "object", "description": "Event type (payment or refund sent) <br><br> |code|description | <br> |-----|-------------------------| <br> |1 |Payment | <br> |12 |Return sender |<br> |-----|--------------------------|", "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,7 +85,7 @@ }, "status": { "type": "object", "description": "| code | description | <br> | ---- | ----------------------------| <br> | 1 | Payment initialized | <br> | 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", @@ -101,7 +101,7 @@ }, "eventType": { "type": "object", "description": "Event type (payment or refund sent) <br><br> | code | description | <br> |------| -------------------------| <br> | 1 | Payment | <br> | 12 | Return sender |<br> |------|--------------------------|", "properties": { "code": { "type": "integer", @@ -127,4 +127,4 @@ } } } } -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,7 +85,7 @@ }, "status": { "type": "object", "description": "| code| description | <br> |----|----------------------------| <br> |1 |Payment initialized | <br> |2|Waiting payment confirm|<br> |3| Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,7 +85,7 @@ }, "status": { "type": "object", "description": "| code| description | <br> |----|----------------------------| <br> |1|Payment initialized | <br> |2|Waiting payment confirm|<br> |3| Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,7 +85,7 @@ }, "status": { "type": "object", "description": "| code| description | <br> |----|----------------------------| <br> |1|Payment initialized| <br> |2|Waiting payment confirm|<br> |3| Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 1 addition and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,11 +85,7 @@ }, "status": { "type": "object", "description": "| code | description | <br> | ---- | ----------------------------| <br> | 1 | Payment initialized | <br> | 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -86,10 +86,10 @@ "status": { "type": "object", "description": "| code| description|" "| ----| ----------------------------|" "| 1 | Payment initialized|" "| 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- |" , "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -86,10 +86,10 @@ "status": { "type": "object", "description": "| code| description| | ----| ----------------------------| | 1 | Payment initialized| | 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- |" , "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,7 +85,11 @@ }, "status": { "type": "object", "description": | code| description| | ----| ----------------------------| | 1 | Payment initialized| | 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | , "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,7 +85,7 @@ }, "status": { "type": "object", "description": "| code| description|| ----| ----------------------------|| 1 | Payment initialized| <br> | 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,7 +85,7 @@ }, "status": { "type": "object", "description": "| code | description | <br> | ---- | ----------------------------| <br> | 1 | Payment initialized | <br> | 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", @@ -101,7 +101,7 @@ }, "eventType": { "type": "object", "description": "Event type (payment or refund sent) <br><br> | code | description | <br> | ---- | ---------------------------------| <br> | 1 | Payment | <br> | 12 | Return sender |<br> | ---- | -------------------------------- |", "properties": { "code": { "type": "integer", @@ -127,4 +127,4 @@ } } } } -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,9 +85,10 @@ }, "status": { "type": "object", "description": "| code | description | <br> |------|----------------------------| <br> |1 | Payment initialized | <br> |2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", "description": "Status code", "example": 3 }, @@ -126,4 +127,4 @@ } } } } -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,10 +85,9 @@ }, "status": { "type": "object", "description": "| code | description | <br> | ---- | ----------------------------| <br> | 1 | Payment initialized | <br> | 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", "description": "Status code", "example": 3 }, @@ -101,7 +100,7 @@ }, "eventType": { "type": "object", "description": "Event type (payment or refund sent) <br><br> | code | description | <br> | ---- | ---------------------------------| <br> | 1 | Payment | <br> | 12 | Return sender |<br> | ---- | -------------------------------- |", "properties": { "code": { "type": "integer", -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -85,7 +85,7 @@ }, "status": { "type": "object", "description": "| code | description | <br> | ---- | ----------------------------| <br> | 1 | Payment initialized | <br> | 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", @@ -101,7 +101,7 @@ }, "eventType": { "type": "object", "description": "Event type (payment or refund sent) <br><br> | code | description | <br> | ---- | ---------------------------------| <br> | 1 | Payment | <br> | 12 | Return sender |<br> | ---- | -------------------------------- |", "properties": { "code": { "type": "integer", @@ -127,4 +127,4 @@ } } } } -
andreluizf revised this gist
Jun 24, 2020 . 1 changed file with 6 additions and 38 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -72,9 +72,6 @@ "eventType": { "$ref": "#/components/schemas/eventType" }, "rejection": { "$ref": "#/components/schemas/rejection" } @@ -88,11 +85,12 @@ }, "status": { "type": "object", "description": "| code | description | <br> | ---- | ----------------------------| <br> | 1 | Payment initialized | <br> | 2 | Waiting payment confirm |<br> | 3 | Success |<br> | 4 | Payment rejected by Clearing|<br> | 5 | Error |<br> | 6 | Unconfirmed operation |<br> | 7 | Payment waiting approval |<br> | 8 | Receipt received |<br> | 9 | Waiting receipt confirm |<br> | 10 | Receipt rejected |<br> | 12 | Pending processing |<br> | 13 | Notice received |<br> | 14 | Query sent |<br> | 16 | Data returned with error |<br> | 17 | Update sent |<br> | 19 | Event waiting approval |<br> | 20 | Receipt Rejected by Clearing|<br> | 21 | Receipt Rejection confirmed |<br> | 22 | Payment rejected |<br> | 23 | Waiting clearing return |<br> | 24 | Initialized |<br> | 25 | Return initiated |<br> | 26 | Return rejected |<br> | 27 | Waiting return confirm | <br> | 28 | Return rejected by Clearing |<br> | 29 | Return waiting approval |<br> | 30 | Return received |<br> | 31 | Return rejection confirmed |<br> | ---- | --------------------------- | ", "properties": { "code": { "type": "integer", "description": "Status code", "example": 3 }, "description": { "type": "string", @@ -103,53 +101,23 @@ }, "eventType": { "type": "object", "description": "Event type (payment or refund sent) <br><br> | code | description | <br> | ---- | ---------------------------------| <br> | 1 | Payment | <br> | 12 | Return sender |<br> | ---- | -------------------------------- |", "properties": { "code": { "type": "integer", "description": "Event code", "example": 1 }, "description": { "type": "string", "example": "Payment" } } }, "rejection": { "type": "object", "description": "Reason for rejection", "properties": { "reasonPACS002": { "type": "string", "description": "Reason for rejection returned by the clearing in message PACS.002", -
andreluizf renamed this gist
Jun 24, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
andreluizf created this gist
Jun 24, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,162 @@ { "openapi": "3.0.0", "info": { "title": "Matera SPI - Callback", "description": "", "version": "0.0.1" }, "paths": { "/v1/instant-payments/callback/": { "post": { "summary": "callback instants payments.", "tags": [ "Callback" ], "operationId": "sendCallback", "x-without-pre-authorize": true, "description": "Definition of the callback service that MIP will call when it has the confirmation or cancellation of the requested payment or return", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/callbackIntantsPaymentsWrapper" } } } }, "responses": { "204": { "description": "Successful request" } } } } }, "components": { "securitySchemes": { "clientAuthorization": { "type": "oauth2", "flows": { "clientCredentials": { "tokenUrl": "/token", "scopes": {} } } } }, "schemas": { "callbackIntantsPaymentsWrapper": { "type": "object", "description": "callback instants payments.", "properties": { "eventId": { "type": "string", "description": "Unique identifier of the payment event in the Matera instant payment system", "maxLength": 40, "example": "3d0ca315-aff9–4fc2-be61" }, "endToEndId": { "type": "string", "description": "Unique identification, as assigned by the initiating party, to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain.", "maxLength": 32, "example": "E00038166201907261559y6j6mt9l0pi" }, "originalSystemTransactionIdentifier": { "type": "string", "description": "Identifier of the transaction in the original system.", "maxLength": 100 }, "status": { "$ref": "#/components/schemas/status" }, "eventType": { "$ref": "#/components/schemas/eventType" }, "errorReason": { "$ref": "#/components/schemas/errorReason" }, "rejection": { "$ref": "#/components/schemas/rejection" } }, "required": [ "eventId", "eventType", "endToEndId", "status" ] }, "status": { "type": "object", "description": "Payment status", "properties": { "code": { "type": "integer", "description": "Status code" }, "description": { "type": "string", "description": "Payment status description", "example": "Success" } } }, "eventType": { "type": "object", "description": "Event type (payment or refund sent)", "properties": { "code": { "type": "integer", "description": "Event code" }, "description": { "type": "string", "example": "Payment" } } }, "errorReason": { "type": "object", "description": "Reason for error", "properties": { "code": { "type": "integer", "description": "Error code" }, "description": { "type": "string", "description": "Error description" } } }, "rejectionReason": { "type": "object", "description": "Reason for rejection", "properties": { "code": { "type": "integer", "description": "Rejection code" }, "description": { "type": "string", "description": "Rejection description" } } }, "rejection": { "type": "object", "description": "Reason for rejection", "properties": { "rejectionReason": { "$ref": "#/components/schemas/rejectionReason" }, "reasonPACS002": { "type": "string", "description": "Reason for rejection returned by the clearing in message PACS.002", "example": "AB09" } } } } } }