Skip to content

Instantly share code, notes, and snippets.

@DmitriySmirnov
Created November 24, 2015 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DmitriySmirnov/002e7d502bb15005b5f3 to your computer and use it in GitHub Desktop.
Save DmitriySmirnov/002e7d502bb15005b5f3 to your computer and use it in GitHub Desktop.
Create new payment JSON
{
"Value":100,
"Invoices":[ { "Id": 1111 } ],
"Tender": { "Id": 2222 },
"Contact": { "Id": 3333 },
"Comment": "Some comment for administrator",
"PublicComment": "Some comment visible for contact"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment