Skip to content

Instantly share code, notes, and snippets.

@niko-afv
Last active March 14, 2018 15:58
Show Gist options
  • Select an option

  • Save niko-afv/7c4fd3d3e4c524361d7ef390bc94e8ef to your computer and use it in GitHub Desktop.

Select an option

Save niko-afv/7c4fd3d3e4c524361d7ef390bc94e8ef to your computer and use it in GitHub Desktop.
{
"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