Last active
March 14, 2018 15:58
-
-
Save niko-afv/7c4fd3d3e4c524361d7ef390bc94e8ef to your computer and use it in GitHub Desktop.
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 characters
| { | |
| "payment": { | |
| "payment_id": "1", | |
| "amount": "10000", | |
| "date": "2018-03-14", | |
| "account": "xxxx", | |
| "emiter": "xxxxxx xxxxxx xxxx", | |
| "payment_method": "xxxxx", | |
| "status": "xxxxx", | |
| "recipient": { | |
| "rut": "xxxxxxxx-x", | |
| "bank": "xxxx xxxx", | |
| "account_type": "xxxx xxxx", | |
| "account_number": "xxxxxxxxxxxxxx" | |
| }, | |
| "invoices": [{ | |
| "id": "56", | |
| "amount": "5000" | |
| }, | |
| { | |
| "id": "57", | |
| "amount": "5000" | |
| } | |
| ], | |
| "cbu_ar": "xxxxxx", | |
| "mx_key": "xxxxxxxxx" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment