Skip to content

Instantly share code, notes, and snippets.

@andretges
Last active February 29, 2016 12:16
Show Gist options
  • Save andretges/f31a840a65b9fbf45e63 to your computer and use it in GitHub Desktop.
Save andretges/f31a840a65b9fbf45e63 to your computer and use it in GitHub Desktop.
curl -v -XPOST -d @w1.json -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Authorization: Bearer t-o-k-e-n' https://api.w1.ru/KiiioskApi/merchant
{
"PromoCode":"WLnAtQE",
"UserTypeId":"Personal",
"Url":"http://demo.kiiiosk.ru/",
"ResultUrl": "http://api.kiiiosk.ru/v1/callbacks/w1/payments/2/notify",
"Category": "WebDesign",
"CurrencyId": 643,
"Title": "demo.kiiiosk.ru",
"LegalCountry": "RU",
"LegalTitle": "Письменный Данил Викторович",
"LegalTaxNumber": "212906363506",
"LegalAddress": "г. Чебоксары, ул. Водопроводная, дом 7, кв 20",
"LegalRegNumber": "97 10 879024",
"AutoCreateOwner": false,
"Owner":
{
"FirstName": "Данил",
"MiddleName": "Викторович",
"LastName": "Письменный",
"PhoneNumber": "79033891228",
"Email": "danil@brandymint.ru"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment